has_moderated 0.0.29 → 0.0.30

Sign up to get free protection for your applications and to get access to all the features.
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: has_moderated
3
3
  version: !ruby/object:Gem::Version
4
- hash: 37
4
+ hash: 35
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 29
10
- version: 0.0.29
9
+ - 30
10
+ version: 0.0.30
11
11
  platform: ruby
12
12
  authors:
13
13
  - Jan Berdajs
@@ -143,6 +143,7 @@ files:
143
143
  - test/dummy/public/favicon.ico
144
144
  - test/dummy/public/test.jpg
145
145
  - test/dummy/public/uploads/task_photo/photo/1/test.jpg
146
+ - test/dummy/public/uploads/task_photo/photo/1/thumb_test.jpg
146
147
  - test/dummy/Rakefile
147
148
  - test/dummy/script/rails
148
149
  - test/dummy/spec/factories/habtm_name_tests.rb
@@ -166,7 +167,6 @@ files:
166
167
  - test/dummy/spec/models/hone_test_spec.rb
167
168
  - test/dummy/spec/models/hooks_spec.rb
168
169
  - test/dummy/spec/models/photo_holder_spec.rb
169
- - test/dummy/spec/models/photo_related_spec.rb
170
170
  - test/dummy/spec/models/photo_spec.rb
171
171
  - test/dummy/spec/models/task_photo_spec.rb
172
172
  - test/dummy/spec/models/task_spec.rb
@@ -274,6 +274,7 @@ test_files:
274
274
  - test/dummy/public/favicon.ico
275
275
  - test/dummy/public/test.jpg
276
276
  - test/dummy/public/uploads/task_photo/photo/1/test.jpg
277
+ - test/dummy/public/uploads/task_photo/photo/1/thumb_test.jpg
277
278
  - test/dummy/Rakefile
278
279
  - test/dummy/script/rails
279
280
  - test/dummy/spec/factories/habtm_name_tests.rb
@@ -297,7 +298,6 @@ test_files:
297
298
  - test/dummy/spec/models/hone_test_spec.rb
298
299
  - test/dummy/spec/models/hooks_spec.rb
299
300
  - test/dummy/spec/models/photo_holder_spec.rb
300
- - test/dummy/spec/models/photo_related_spec.rb
301
301
  - test/dummy/spec/models/photo_spec.rb
302
302
  - test/dummy/spec/models/task_photo_spec.rb
303
303
  - test/dummy/spec/models/task_spec.rb
@@ -1,5 +0,0 @@
1
- require 'spec_helper'
2
-
3
- describe PhotoRelated do
4
- pending "add some examples to (or delete) #{__FILE__}"
5
- end