spotify-client 1.1.1 → 1.1.2

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: 9fba94340f1fab59fe29af2fe56082fe7a957fe49cdd650dc689e681938fa7dc
4
- data.tar.gz: 88842cffcde50db973f10b4ec60a1214fe4356203bf5c2ebe4826ca93789eaef
3
+ metadata.gz: dab0062dc15c5a8556c3b8ecea7ad6cf26c45172a87103389c77e885009beb1a
4
+ data.tar.gz: 6d51094f6f0fe8be0acb6e4da39b79f5edbb8e648782b909c54fe185b5928897
5
5
  SHA512:
6
- metadata.gz: 7189b3aae25dd0b74d9035e2936adae1cd6bdd5fdc1147531566674b262fa9dacdb40f56f07b1ab65c3ba87934f0ec9a6f57fdf41f44528f3927ae4ddf101014
7
- data.tar.gz: 3c806b5e89ddf72e7003a1fa30f18dabeb0720c9ac3c8a617a89c0e3677a929e4c5bb8e878a52e4b2216ff00363ba9bb730741ae7942fb5ba37ed925bdaf6a7c
6
+ metadata.gz: fe8fe55119d744c77e70a493cd82ff8eb77fd15a5106cbdace3b81e9424201b02f42ebbeffd19cf326bd0f50f0fe3b68ab6f615e2eaa0ecf5db572396768910a
7
+ data.tar.gz: f4032ff231d6a624da1ed989277698ca2dcb45dad853832d24f8eec1b885bb7e76b17368ad657ac4912a643135aa0a3db9e203ea7de7dfb3320e633125b33dfe
@@ -46,7 +46,7 @@ module Spotify
46
46
  retry_limit: @retries,
47
47
  headers: {
48
48
  'Content-Type' => 'application/json',
49
- 'User-Agent' => 'Spotify Ruby Client'
49
+ 'User-Agent' => "spotify-client/#{Spotify::VERSION} (Ruby)"
50
50
  }
51
51
  }
52
52
  apply_request_payload(packet, params_or_body)
@@ -4,6 +4,7 @@ require 'excon'
4
4
  require 'json'
5
5
 
6
6
  require 'spotify/exceptions'
7
+ require 'spotify/version'
7
8
  require 'spotify/client/compatibility_api'
8
9
  require 'spotify/client/transport'
9
10
 
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Spotify
4
- VERSION = '1.1.1'
4
+ VERSION = '1.1.2'
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: spotify-client
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.1
4
+ version: 1.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Claudio Poli