rspotify 2.12.3 → 2.12.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
  SHA256:
3
- metadata.gz: 3e6f915ef11f29687a365e01664b314776a128d64334583fdf5ca7634ff1f055
4
- data.tar.gz: 381a6c51e86f09e4876d49952ab31d934b889ed8c39beebf06a3ae9bfcf6eb1f
3
+ metadata.gz: db3c335836ebeac5a9dd5aa52e70a83b28e4051ae80fad6856e7a7e1317fb22e
4
+ data.tar.gz: 9cf0e4605d15d3e28bf5aec69f63a5f9ce8a286a0b6d11715d24ec5a8e636223
5
5
  SHA512:
6
- metadata.gz: e6c40c6cb3f239d519ceafe3f93249ecbd365986725b12bff2eb6a4292d3b5024dec7b06ad7a48b79734dff86095b95443d679a1a4d6523447e56f3006861281
7
- data.tar.gz: 05f9104b6827f46400c970374cbcb407fec7a76f93f8d3fe1894197a70994fb03e4a301025fe2d5a776482033f28ce4037fc5119e7203ee92db4f1ddf91e285b
6
+ metadata.gz: 787a8cd27268fc21c0175f5285dc015fe92905ae18cedbe5d7cc3763907133e7f343d56cb00cd67d20a1342de9827974b24a522f12e39af3d96496d20a45e98a
7
+ data.tar.gz: b872b4cf241c516413dfc1811ccae3c21e020f44a3c4727f340635353acb93bbadd25187b4cd5c348217ab19635a1daf98dc02027be3164836a69371fd3d25f7
data/lib/rspotify/user.rb CHANGED
@@ -394,8 +394,8 @@ module RSpotify
394
394
  def save_albums!(albums)
395
395
  albums_ids = albums.map(&:id)
396
396
  url = "me/albums"
397
- request_body = albums_ids.inspect
398
- User.oauth_put(@id, url, request_body)
397
+ request_body = { ids: albums_ids }
398
+ User.oauth_put(@id, url, request_body.to_json)
399
399
  albums
400
400
  end
401
401
 
@@ -1,3 +1,3 @@
1
1
  module RSpotify
2
- VERSION = '2.12.3'.freeze
2
+ VERSION = '2.12.4'.freeze
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rspotify
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.12.3
4
+ version: 2.12.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Guilherme Sad
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-09-29 00:00:00.000000000 Z
11
+ date: 2024-10-03 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: omniauth-oauth2