kt-paperclip 6.2.0 → 6.2.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: cc344d5ddaca988988e3be2fa011830636f2112928511008ac581495eb5ddfb9
4
- data.tar.gz: e50691209dcecbc2ee0bcaaa58c222b77085e0e70a5c56c803c938abbf6b1f3a
3
+ metadata.gz: 6981df212ba253f2970136208abac5c794af1a1a22853696856434a1b2c148e7
4
+ data.tar.gz: d148b7f289e7727aa2c90bde50d0ffe73c7ebe5ff08f65308c21ee0406790b25
5
5
  SHA512:
6
- metadata.gz: 5f9cb2f295d4f60c65accf057f3c19de3e675abda8c2c339005cca5683b2706e00995b014570de1d9d96f51c2cbd41f26a6a654acef4b3104e3cf0c6707b6d18
7
- data.tar.gz: 0de4285c8b1c029650f662d3556e0d04cf92c01c9b3854423f85a3f2b7bcad3c7a9beb8530059cbbde3d7a518b9cb823be5256b006365f9c527d82cf50d71e3c
6
+ metadata.gz: edd98c0ef9912be1929def4849458b7840aa7ce69cadf82550937edd8cf7d1f0ba3296ae1c171957925b7b070fe61e9477a454fb0d8df5aef3df90aeb425552c
7
+ data.tar.gz: 4e0636c9840daebc737c62eb555eabe30230d1ffe818a9d7b6a5a646ecf4881bd2b8425805cd2f9af49b1156d6fc5f74dabc88d53ff0381ab70f23b376d81b57
data/README.md CHANGED
@@ -172,13 +172,13 @@ Paperclip is distributed as a gem, which is how it should be used in your app.
172
172
  Include the gem in your Gemfile:
173
173
 
174
174
  ```ruby
175
- gem "kt-paperclip", "~> 6.0.0"
175
+ gem "kt-paperclip", "~> 6.2.0"
176
176
  ```
177
177
 
178
178
  Or, if you want to get the latest, you can get master from the main paperclip repository:
179
179
 
180
180
  ```ruby
181
- gem "paperclip", git: "git://github.com/kreeti/paperclip.git"
181
+ gem "kt-paperclip", git: "git://github.com/kreeti/paperclip.git"
182
182
  ```
183
183
 
184
184
  If you're trying to use features that don't seem to be in the latest released gem, but are
@@ -0,0 +1 @@
1
+ require "paperclip"
@@ -1,3 +1,3 @@
1
1
  module Paperclip
2
- VERSION = "6.2.0" unless defined?(Paperclip::VERSION)
2
+ VERSION = "6.2.1" unless defined?(Paperclip::VERSION)
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: kt-paperclip
3
3
  version: !ruby/object:Gem::Version
4
- version: 6.2.0
4
+ version: 6.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Surendra Singhi
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-01-22 00:00:00.000000000 Z
11
+ date: 2020-01-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activemodel
@@ -393,6 +393,7 @@ files:
393
393
  - lib/generators/paperclip/USAGE
394
394
  - lib/generators/paperclip/paperclip_generator.rb
395
395
  - lib/generators/paperclip/templates/paperclip_migration.rb.erb
396
+ - lib/kt-paperclip.rb
396
397
  - lib/paperclip.rb
397
398
  - lib/paperclip/attachment.rb
398
399
  - lib/paperclip/attachment_registry.rb