playlyfe 0.5.1 → 0.5.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.
Files changed (2) hide show
  1. data/lib/playlyfe.rb +1 -1
  2. metadata +1 -1
data/lib/playlyfe.rb CHANGED
@@ -93,7 +93,7 @@ class Playlyfe
93
93
  end
94
94
  end
95
95
 
96
- def self.get_auth_url
96
+ def self.get_login_url
97
97
  query = { response_type: 'code', redirect_uri: @@redirect_uri, client_id: @@id }
98
98
  "https://playlyfe.com/auth?#{self.hash_to_query(query)}"
99
99
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: playlyfe
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.1
4
+ version: 0.5.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: