reviewed 0.1.27 → 0.1.28

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.
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: reviewed
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.27
4
+ version: 0.1.28
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -10,7 +10,7 @@ authors:
10
10
  autorequire:
11
11
  bindir: bin
12
12
  cert_chain: []
13
- date: 2012-12-04 00:00:00.000000000 Z
13
+ date: 2013-01-08 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: activesupport
@@ -208,6 +208,7 @@ files:
208
208
  - lib/reviewed/article.rb
209
209
  - lib/reviewed/attachment.rb
210
210
  - lib/reviewed/author.rb
211
+ - lib/reviewed/award.rb
211
212
  - lib/reviewed/base.rb
212
213
  - lib/reviewed/brand.rb
213
214
  - lib/reviewed/client.rb
@@ -222,6 +223,7 @@ files:
222
223
  - reviewed.gemspec
223
224
  - spec/article_spec.rb
224
225
  - spec/author_spec.rb
226
+ - spec/award_spec.rb
225
227
  - spec/base_spec.rb
226
228
  - spec/brand_spec.rb
227
229
  - spec/client_spec.rb
@@ -273,6 +275,7 @@ summary: A Ruby Gem for Accessing the Reviewed.com API
273
275
  test_files:
274
276
  - spec/article_spec.rb
275
277
  - spec/author_spec.rb
278
+ - spec/award_spec.rb
276
279
  - spec/base_spec.rb
277
280
  - spec/brand_spec.rb
278
281
  - spec/client_spec.rb