simplespotify 0.0.3 → 0.0.4

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 444e830c20cbdc91e7eaaceca9bf855360e675e5
4
- data.tar.gz: b2948f07d0c1176f0251298b7b9472c6abb83b96
3
+ metadata.gz: 275c077915e94bbc77954da7a3f52086605ada5c
4
+ data.tar.gz: 3305af0e9ce1c4ce0173e4e105066a480d7be994
5
5
  SHA512:
6
- metadata.gz: ccb86f860a1554dc68d3f5c3517b1fafc8811e74dea58c79f1111c2bc7783740fcb5c40eb7b3ab665688de344ce9ee9595296537e462360d5ff15464a75218df
7
- data.tar.gz: 7c20407e5983b4fd029b7dfb1a75ed1a00585069e1e7ccdf40b37aa87fa80fa8369f59745db46ab66938b0a9e039f5c2c5850cc4011e9f830e9a2c25eabf997a
6
+ metadata.gz: f0fb7b7d11c2036e19b8b1ef5a9570ba7ae3a438e83d8909d490764a7d46bc4dc2eccc8bc3b5d2ff30924128779f7951f9e1f850a488cf8a93f22378c269640b
7
+ data.tar.gz: b36f4600f047f90f1c4d787af5e14ef557e9956ac0d541f6d3f72b8c392f37be4e88c927625e938c282d43a72db4c73de7f3486c32f1f6f405d5a0dd69b409db
@@ -12,7 +12,7 @@ module SimpleSpotify
12
12
  merge :external_ids
13
13
 
14
14
  prop :genres, default: []
15
- many :images
15
+ many :images, paginated: true
16
16
 
17
17
  prop :name
18
18
  prop :popularity
@@ -6,7 +6,7 @@ module SimpleSpotify
6
6
  merge :external_ids
7
7
 
8
8
  prop :genres
9
- many :images
9
+ many :images, paginated: true, default: []
10
10
  prop :name
11
11
  prop :popularity
12
12
 
@@ -1,3 +1,3 @@
1
1
  module SimpleSpotify
2
- VERSION = "0.0.3"
2
+ VERSION = "0.0.4"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: simplespotify
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.3
4
+ version: 0.0.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Roberto Hidalgo