skyjam 0.5.0 → 0.5.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: b72293adf1cb2d6ca7d3e9304e692a4e7d7b5f78
4
- data.tar.gz: b9fccfea53692433410e312b21e4a40089bd55f9
3
+ metadata.gz: 4fff93ac4ab81ae62e823e72df494f3825369273
4
+ data.tar.gz: 05b0327c88d9ce60485057db4ad55d9c6125fbbc
5
5
  SHA512:
6
- metadata.gz: 2f96ff58ba7b7248818fb5771f5998083e9216c512a1db101ce08a4798d2d868e1d050e81cf66d7871acde34a1d53b44141efdc8b876f81dadb1cd25b2227d3d
7
- data.tar.gz: 7b20cb56b5e4f7cfc8726f4a4f338002867c4da7a10e907697cc5b74e6f674d2fda2708f177bcc3549489a5934aa28d002ee2b16050aadcdb558139905b40b7f
6
+ metadata.gz: 65c7228898e6593f46f432fc5fddae83643b61bd890adc248e979001af65e5d0b5cf78e70adb55b72566dd13e9a627bc8722c7c8a1cdbcf2f810c3bccc32548a
7
+ data.tar.gz: ff37489a593990fe0ac336211a2e60bd0a2ea1a2be8331f5b747aa46ffe7d2ecda5605c2f9fece21eca98d8a3e904a44f5652a318adc4093512b143e43bad5c6
data/lib/skyjam/client.rb CHANGED
@@ -6,8 +6,6 @@ module SkyJam
6
6
  @base_url = 'https://play.google.com/music/'
7
7
  @service_url = @base_url + 'services/'
8
8
  @android_url = 'https://android.clients.google.com/upsj/'
9
-
10
- load_config
11
9
  end
12
10
 
13
11
  ### Simple auth
@@ -1,3 +1,3 @@
1
1
  module SkyJam
2
- VERSION = '0.5.0'
2
+ VERSION = '0.5.1'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: skyjam
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.0
4
+ version: 0.5.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Loic Nageleisen