has_moderated 1.2 → 1.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.
- data/lib/has_moderated/carrier_wave.rb +1 -1
- data/lib/has_moderated/version.rb +1 -1
- data/test/dummy/log/test.log +3864 -0
- data/test/dummy/public/uploads/tmp/{20121102-0007-8399-2191 → 20121102-0040-8711-2496}/test.jpg +0 -0
- data/test/dummy/public/uploads/tmp/{20121102-0007-8399-2191 → 20121102-0040-8711-2496}/thumb_test.jpg +0 -0
- metadata +6 -11
data/test/dummy/public/uploads/tmp/{20121102-0007-8399-2191 → 20121102-0040-8711-2496}/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:
|
|
4
|
+
version: 1.2.1
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -242,8 +242,8 @@ files:
|
|
|
242
242
|
- test/dummy/public/500.html
|
|
243
243
|
- test/dummy/public/favicon.ico
|
|
244
244
|
- test/dummy/public/test.jpg
|
|
245
|
-
- test/dummy/public/uploads/tmp/20121102-
|
|
246
|
-
- test/dummy/public/uploads/tmp/20121102-
|
|
245
|
+
- test/dummy/public/uploads/tmp/20121102-0040-8711-2496/test.jpg
|
|
246
|
+
- test/dummy/public/uploads/tmp/20121102-0040-8711-2496/thumb_test.jpg
|
|
247
247
|
- test/dummy/Rakefile
|
|
248
248
|
- test/dummy/script/rails
|
|
249
249
|
- test/dummy/spec/models/photo_spec.rb
|
|
@@ -263,18 +263,12 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
263
263
|
- - ! '>='
|
|
264
264
|
- !ruby/object:Gem::Version
|
|
265
265
|
version: '0'
|
|
266
|
-
segments:
|
|
267
|
-
- 0
|
|
268
|
-
hash: 868450414695567580
|
|
269
266
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
270
267
|
none: false
|
|
271
268
|
requirements:
|
|
272
269
|
- - ! '>='
|
|
273
270
|
- !ruby/object:Gem::Version
|
|
274
271
|
version: '0'
|
|
275
|
-
segments:
|
|
276
|
-
- 0
|
|
277
|
-
hash: 868450414695567580
|
|
278
272
|
requirements: []
|
|
279
273
|
rubyforge_project:
|
|
280
274
|
rubygems_version: 1.8.24
|
|
@@ -317,8 +311,8 @@ test_files:
|
|
|
317
311
|
- test/dummy/public/500.html
|
|
318
312
|
- test/dummy/public/favicon.ico
|
|
319
313
|
- test/dummy/public/test.jpg
|
|
320
|
-
- test/dummy/public/uploads/tmp/20121102-
|
|
321
|
-
- test/dummy/public/uploads/tmp/20121102-
|
|
314
|
+
- test/dummy/public/uploads/tmp/20121102-0040-8711-2496/test.jpg
|
|
315
|
+
- test/dummy/public/uploads/tmp/20121102-0040-8711-2496/thumb_test.jpg
|
|
322
316
|
- test/dummy/Rakefile
|
|
323
317
|
- test/dummy/script/rails
|
|
324
318
|
- test/dummy/spec/models/photo_spec.rb
|
|
@@ -326,3 +320,4 @@ test_files:
|
|
|
326
320
|
- test/dummy/spec/spec_helper.rb
|
|
327
321
|
- test/dummy/spec/support/crazy_models.rb
|
|
328
322
|
- test/dummy/spec/support/photos.rb
|
|
323
|
+
has_rdoc:
|