discogs-wrapper 2.2.0 → 2.2.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/wrapper/authentication.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 7541eafae46174716282aa55939b237b2bfdc881
|
4
|
+
data.tar.gz: 9d600da14d246a8bf0f4345423715a8d30bb7475
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 3c14545e89edbdbd527db640291f80de6e7246d39aad0fb8fd7fd2c458dc7626b4f3bab68d2fa284232e7199657d36129a8bda4964ba779b1e9367b69af62698
|
7
|
+
data.tar.gz: b5565020ecf9be22d9e36eb0c6076c7e13bca9070bc65902f93b355f5018d43e82c75f667a915117b551b8112d165508fcb76110b26060c42b07f375a5cccbe4
|
@@ -35,7 +35,7 @@ module Authentication
|
|
35
35
|
# @return [Hash] containing a :request_token that should be stored locally and a :authorize_url that the user must browse to.
|
36
36
|
def get_request_token(app_key, app_secret, callback)
|
37
37
|
consumer = OAuth::Consumer.new(app_key, app_secret,
|
38
|
-
:authorize_url => "
|
38
|
+
:authorize_url => "https://www.discogs.com/oauth/authorize",
|
39
39
|
:site => "https://api.discogs.com")
|
40
40
|
request_token = consumer.get_request_token(:oauth_callback => callback)
|
41
41
|
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: discogs-wrapper
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.2.
|
4
|
+
version: 2.2.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Andrew Buntine
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2017-
|
12
|
+
date: 2017-02-04 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: pry
|
@@ -176,7 +176,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
176
176
|
version: '0'
|
177
177
|
requirements: []
|
178
178
|
rubyforge_project:
|
179
|
-
rubygems_version: 2.
|
179
|
+
rubygems_version: 2.4.8
|
180
180
|
signing_key:
|
181
181
|
specification_version: 4
|
182
182
|
summary: Discogs::Wrapper is a full wrapper for the http://www.discogs.com API V2
|