rails_pallet 2.0.1 → 2.0.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.rspec +1 -1
- data/Gemfile.lock +15 -13
- data/lib/rails_pallet/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: e03a1808f87070733490cb7621c49eaf2badf615
|
4
|
+
data.tar.gz: 70d1000e63eecf291df051f3f5f04bb638bfa99b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 0fd4e69ebda39624266f99d59adc2ac6c189fc9fb6752f6e9fae115a5fe8a7acf01ac85e27dc3b75ae9ff773b184f0a356b5dbf8efb40486f52fecc851c3cbe2
|
7
|
+
data.tar.gz: 99fba815c9864030dcd0ccc3671ebb93cf2d6e1d0dc9a086afa2f85255d78d25ca8396fe6acc8a42f8408cc5383867ccd2f20c127962dd7ad0d00a91327db126
|
data/.rspec
CHANGED
data/Gemfile.lock
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
rails_pallet (2.0.
|
4
|
+
rails_pallet (2.0.2)
|
5
5
|
active_model_serializers (~> 0.9.3)
|
6
6
|
hashids (~> 1.0, >= 1.0.2)
|
7
7
|
paperclip (~> 4.2, >= 4.2.0)
|
@@ -30,7 +30,7 @@ GEM
|
|
30
30
|
erubis (~> 2.7.0)
|
31
31
|
rails-dom-testing (~> 1.0, >= 1.0.5)
|
32
32
|
rails-html-sanitizer (~> 1.0, >= 1.0.1)
|
33
|
-
active_model_serializers (0.9.
|
33
|
+
active_model_serializers (0.9.4)
|
34
34
|
activemodel (>= 3.2)
|
35
35
|
activejob (4.2.1)
|
36
36
|
activesupport (= 4.2.1)
|
@@ -57,9 +57,10 @@ GEM
|
|
57
57
|
timers (~> 4.0.0)
|
58
58
|
climate_control (0.0.3)
|
59
59
|
activesupport (>= 3.0)
|
60
|
-
cocaine (0.5.
|
60
|
+
cocaine (0.5.8)
|
61
61
|
climate_control (>= 0.0.3, < 1.0)
|
62
62
|
coderay (1.1.0)
|
63
|
+
concurrent-ruby (1.0.1)
|
63
64
|
diff-lcs (1.2.5)
|
64
65
|
erubis (2.7.0)
|
65
66
|
factory_girl (4.5.0)
|
@@ -99,7 +100,7 @@ GEM
|
|
99
100
|
mail (2.6.3)
|
100
101
|
mime-types (>= 1.16, < 3)
|
101
102
|
method_source (0.8.2)
|
102
|
-
mime-types (2.
|
103
|
+
mime-types (2.99.1)
|
103
104
|
mimemagic (0.3.0)
|
104
105
|
mini_portile (0.6.2)
|
105
106
|
minitest (5.7.0)
|
@@ -109,7 +110,7 @@ GEM
|
|
109
110
|
notiffany (0.0.6)
|
110
111
|
nenv (~> 0.1)
|
111
112
|
shellany (~> 0.0)
|
112
|
-
paperclip (4.3.
|
113
|
+
paperclip (4.3.5)
|
113
114
|
activemodel (>= 3.2.0)
|
114
115
|
activesupport (>= 3.2.0)
|
115
116
|
cocaine (~> 0.5.5)
|
@@ -153,8 +154,8 @@ GEM
|
|
153
154
|
rb-inotify (0.9.5)
|
154
155
|
ffi (>= 0.5.0)
|
155
156
|
recursive-open-struct (0.6.4)
|
156
|
-
responders (2.1.
|
157
|
-
railties (>= 4.2.0, < 5)
|
157
|
+
responders (2.1.1)
|
158
|
+
railties (>= 4.2.0, < 5.1)
|
158
159
|
rspec (3.2.0)
|
159
160
|
rspec-core (~> 3.2.0)
|
160
161
|
rspec-expectations (~> 3.2.0)
|
@@ -180,12 +181,13 @@ GEM
|
|
180
181
|
shoulda-matchers (2.8.0)
|
181
182
|
activesupport (>= 3.0.0)
|
182
183
|
slop (3.6.0)
|
183
|
-
sprockets (3.
|
184
|
+
sprockets (3.5.2)
|
185
|
+
concurrent-ruby (~> 1.0)
|
184
186
|
rack (> 1, < 3)
|
185
|
-
sprockets-rails (
|
186
|
-
actionpack (>=
|
187
|
-
activesupport (>=
|
188
|
-
sprockets (>=
|
187
|
+
sprockets-rails (3.0.4)
|
188
|
+
actionpack (>= 4.0)
|
189
|
+
activesupport (>= 4.0)
|
190
|
+
sprockets (>= 3.0.0)
|
189
191
|
sqlite3 (1.3.10)
|
190
192
|
thor (0.19.1)
|
191
193
|
thread_safe (0.3.5)
|
@@ -210,4 +212,4 @@ DEPENDENCIES
|
|
210
212
|
sqlite3 (~> 1.3, >= 1.3.10)
|
211
213
|
|
212
214
|
BUNDLED WITH
|
213
|
-
1.
|
215
|
+
1.11.2
|
data/lib/rails_pallet/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: rails_pallet
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.0.
|
4
|
+
version: 2.0.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Leandro Segovia
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2016-03-09 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rails
|
@@ -336,7 +336,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
336
336
|
version: '0'
|
337
337
|
requirements: []
|
338
338
|
rubyforge_project:
|
339
|
-
rubygems_version: 2.
|
339
|
+
rubygems_version: 2.6.1
|
340
340
|
signing_key:
|
341
341
|
specification_version: 4
|
342
342
|
summary: Rails engine to save paperclip attachments asynchronously
|