has_moderated 1.1.6 → 1.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.
- data/lib/has_moderated/carrier_wave.rb +3 -35
- data/lib/has_moderated/carrier_wave_patches.rb +35 -0
- data/lib/has_moderated/version.rb +1 -1
- data/test/dummy/log/test.log +3858 -0
- data/test/dummy/public/uploads/tmp/{20121031-1115-2165-7602 → 20121102-0007-8399-2191}/test.jpg +0 -0
- data/test/dummy/public/uploads/tmp/{20121031-1115-2165-7602 → 20121102-0007-8399-2191}/thumb_test.jpg +0 -0
- metadata +8 -7
data/test/dummy/public/uploads/tmp/{20121031-1115-2165-7602 → 20121102-0007-8399-2191}/test.jpg
RENAMED
|
File without changes
|
|
File without changes
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: has_moderated
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: '1.2'
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -192,6 +192,7 @@ files:
|
|
|
192
192
|
- lib/has_moderated/associations/collection.rb
|
|
193
193
|
- lib/has_moderated/associations/has_one.rb
|
|
194
194
|
- lib/has_moderated/carrier_wave.rb
|
|
195
|
+
- lib/has_moderated/carrier_wave_patches.rb
|
|
195
196
|
- lib/has_moderated/common.rb
|
|
196
197
|
- lib/has_moderated/moderated_attributes.rb
|
|
197
198
|
- lib/has_moderated/moderated_create.rb
|
|
@@ -241,8 +242,8 @@ files:
|
|
|
241
242
|
- test/dummy/public/500.html
|
|
242
243
|
- test/dummy/public/favicon.ico
|
|
243
244
|
- test/dummy/public/test.jpg
|
|
244
|
-
- test/dummy/public/uploads/tmp/
|
|
245
|
-
- test/dummy/public/uploads/tmp/
|
|
245
|
+
- test/dummy/public/uploads/tmp/20121102-0007-8399-2191/test.jpg
|
|
246
|
+
- test/dummy/public/uploads/tmp/20121102-0007-8399-2191/thumb_test.jpg
|
|
246
247
|
- test/dummy/Rakefile
|
|
247
248
|
- test/dummy/script/rails
|
|
248
249
|
- test/dummy/spec/models/photo_spec.rb
|
|
@@ -264,7 +265,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
264
265
|
version: '0'
|
|
265
266
|
segments:
|
|
266
267
|
- 0
|
|
267
|
-
hash:
|
|
268
|
+
hash: 868450414695567580
|
|
268
269
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
269
270
|
none: false
|
|
270
271
|
requirements:
|
|
@@ -273,7 +274,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
273
274
|
version: '0'
|
|
274
275
|
segments:
|
|
275
276
|
- 0
|
|
276
|
-
hash:
|
|
277
|
+
hash: 868450414695567580
|
|
277
278
|
requirements: []
|
|
278
279
|
rubyforge_project:
|
|
279
280
|
rubygems_version: 1.8.24
|
|
@@ -316,8 +317,8 @@ test_files:
|
|
|
316
317
|
- test/dummy/public/500.html
|
|
317
318
|
- test/dummy/public/favicon.ico
|
|
318
319
|
- test/dummy/public/test.jpg
|
|
319
|
-
- test/dummy/public/uploads/tmp/
|
|
320
|
-
- test/dummy/public/uploads/tmp/
|
|
320
|
+
- test/dummy/public/uploads/tmp/20121102-0007-8399-2191/test.jpg
|
|
321
|
+
- test/dummy/public/uploads/tmp/20121102-0007-8399-2191/thumb_test.jpg
|
|
321
322
|
- test/dummy/Rakefile
|
|
322
323
|
- test/dummy/script/rails
|
|
323
324
|
- test/dummy/spec/models/photo_spec.rb
|