Skip to content

Commit

Permalink
prepare for release 6.2.0, rename gem as kt-paperclip
Browse files Browse the repository at this point in the history
  • Loading branch information
ssinghi committed Jan 22, 2020
1 parent 4755216 commit d134c4d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ Paperclip is distributed as a gem, which is how it should be used in your app.
Include the gem in your Gemfile:

```ruby
gem "paperclip", "~> 6.0.0"
gem "kt-paperclip", "~> 6.0.0"
```

Or, if you want to get the latest, you can get master from the main paperclip repository:
Expand Down
2 changes: 1 addition & 1 deletion lib/paperclip/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Paperclip
VERSION = "6.1.0" unless defined?(Paperclip::VERSION)
VERSION = "6.2.0" unless defined?(Paperclip::VERSION)
end
2 changes: 1 addition & 1 deletion paperclip.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ $LOAD_PATH.push File.expand_path("lib", __dir__)
require "paperclip/version"

Gem::Specification.new do |s|
s.name = "paperclip"
s.name = "kt-paperclip"
s.version = Paperclip::VERSION
s.platform = Gem::Platform::RUBY
s.author = "Surendra Singhi"
Expand Down

0 comments on commit d134c4d

Please sign in to comment.