simplespotify 0.1.0 → 0.1.1
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.
- checksums.yaml +4 -4
- data/.gitignore +1 -0
- data/lib/simplespotify/authorization.rb +1 -1
- data/lib/simplespotify/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 62554e8195245de7c6e70d71a66bdbe9172239c1
|
4
|
+
data.tar.gz: f13d4a33c45fed82b33cfe8444469bbebc179831
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e34be0b85d181612f75603e841ee4d7405f7e7717b17f8476d46148cbe1efbb9202139008e28854ed63a059a7204f1f197e40a084b55aea4fc149f7328c04eca
|
7
|
+
data.tar.gz: 6e616282ce1121794cfd6a8c549093f0365ef8098d43816eb0621d97faedf5c72c65833f2026a840615c217bf45f355915f894a01714de69ba2303b222951b3b
|
data/.gitignore
CHANGED
@@ -43,7 +43,7 @@ module SimpleSpotify
|
|
43
43
|
end
|
44
44
|
|
45
45
|
|
46
|
-
def initialize access_token: nil, refresh_token:nil, client: {}, token_type: nil, expires_in: nil
|
46
|
+
def initialize access_token: nil, refresh_token:nil, client: {}, token_type: nil, expires_in: nil, scope: nil
|
47
47
|
@access_token = access_token
|
48
48
|
@refresh_token = refresh_token
|
49
49
|
@client = client.to_h
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: simplespotify
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Roberto Hidalgo
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2017-10-
|
11
|
+
date: 2017-10-11 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|