rails_pallet 2.0.1 → 2.0.2

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
  SHA1:
3
- metadata.gz: c7739042260ee03ce3efa5c8bcf5de74d5c0d037
4
- data.tar.gz: ff800272955f912482594302acd6040d77a74eb7
3
+ metadata.gz: e03a1808f87070733490cb7621c49eaf2badf615
4
+ data.tar.gz: 70d1000e63eecf291df051f3f5f04bb638bfa99b
5
5
  SHA512:
6
- metadata.gz: 3f0af4c91f24d9f68585c71b6883cccf2e5233b3e29381a604c51877b32c509213da351434df2dc86aef2f2adf700bf084c297bba5c6be760b8064f1578cfdac
7
- data.tar.gz: 7716778d57a00c3bc246355a1bcf301d83ca0226e5d678f0d87d66f8bb180bbf965897e71ad66ef35e298a9709dde9663b824071cade9cfb162ecb9ec7bca631
6
+ metadata.gz: 0fd4e69ebda39624266f99d59adc2ac6c189fc9fb6752f6e9fae115a5fe8a7acf01ac85e27dc3b75ae9ff773b184f0a356b5dbf8efb40486f52fecc851c3cbe2
7
+ data.tar.gz: 99fba815c9864030dcd0ccc3671ebb93cf2d6e1d0dc9a086afa2f85255d78d25ca8396fe6acc8a42f8408cc5383867ccd2f20c127962dd7ad0d00a91327db126
data/.rspec CHANGED
@@ -1,3 +1,3 @@
1
- --require spec_helper
1
+ --require rails_helper
2
2
  --color
3
3
  --format=doc
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- rails_pallet (2.0.1)
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.3)
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.7)
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.6.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.0)
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.0)
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.4.0)
184
+ sprockets (3.5.2)
185
+ concurrent-ruby (~> 1.0)
184
186
  rack (> 1, < 3)
185
- sprockets-rails (2.3.3)
186
- actionpack (>= 3.0)
187
- activesupport (>= 3.0)
188
- sprockets (>= 2.8, < 4.0)
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.10.6
215
+ 1.11.2
@@ -1,3 +1,3 @@
1
1
  module RailsPallet
2
- VERSION = "2.0.1"
2
+ VERSION = "2.0.2"
3
3
  end
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.1
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: 2015-11-29 00:00:00.000000000 Z
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.4.8
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