discogs-wrapper 1.1.2 → 1.1.3

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.
@@ -1,12 +1,12 @@
1
1
  Gem::Specification.new do |s|
2
2
 
3
3
  s.name = "discogs-wrapper"
4
- s.version = "1.1.2"
5
- s.date = "2011-10-24"
4
+ s.version = "1.1.3"
5
+ s.date = "2012-07-04"
6
6
  s.summary = "Discogs::Wrapper is a full wrapper for the http://www.discogs.com API V2"
7
7
  s.homepage = "http://www.github.com/buntine/discogs"
8
8
  s.email = "info@andrewbuntine.com"
9
- s.authors = ["Andrew Buntine", "Ed Hickey"]
9
+ s.authors = ["Andrew Buntine"]
10
10
 
11
11
  s.description = "Discogs::Wrapper is a full wrapper for the http://www.discogs.com API V2"
12
12
 
@@ -11,6 +11,7 @@ class Discogs::Search::Result < Discogs::Resource
11
11
  :title,
12
12
  :uri,
13
13
  :anv,
14
- :summary
14
+ :summary,
15
+ :thumb
15
16
 
16
17
  end
metadata CHANGED
@@ -1,22 +1,21 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: discogs-wrapper
3
3
  version: !ruby/object:Gem::Version
4
- hash: 23
4
+ hash: 21
5
5
  prerelease: false
6
6
  segments:
7
7
  - 1
8
8
  - 1
9
- - 2
10
- version: 1.1.2
9
+ - 3
10
+ version: 1.1.3
11
11
  platform: ruby
12
12
  authors:
13
13
  - Andrew Buntine
14
- - Ed Hickey
15
14
  autorequire:
16
15
  bindir: bin
17
16
  cert_chain: []
18
17
 
19
- date: 2011-10-24 00:00:00 +11:00
18
+ date: 2012-07-04 00:00:00 +10:00
20
19
  default_executable:
21
20
  dependencies: []
22
21