discogs-wrapper 1.1.2 → 1.1.3
Sign up to get free protection for your applications and to get access to all the features.
- data/discogs.gemspec +3 -3
- data/lib/wrapper/resources/search_result.rb +2 -1
- metadata +4 -5
data/discogs.gemspec
CHANGED
@@ -1,12 +1,12 @@
|
|
1
1
|
Gem::Specification.new do |s|
|
2
2
|
|
3
3
|
s.name = "discogs-wrapper"
|
4
|
-
s.version = "1.1.
|
5
|
-
s.date = "
|
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"
|
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
|
|
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:
|
4
|
+
hash: 21
|
5
5
|
prerelease: false
|
6
6
|
segments:
|
7
7
|
- 1
|
8
8
|
- 1
|
9
|
-
-
|
10
|
-
version: 1.1.
|
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:
|
18
|
+
date: 2012-07-04 00:00:00 +10:00
|
20
19
|
default_executable:
|
21
20
|
dependencies: []
|
22
21
|
|