omniauth-spotify 0.0.6 → 0.0.8

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: 39633f390c6e76daec01161c492eb839807bdeab
4
- data.tar.gz: 333988cf1e6db9f70da25c914b674e669acdea44
3
+ metadata.gz: 91a9d76c00d7ee26087f42ca14f1b0e92e5dd180
4
+ data.tar.gz: fecf62301d5b3aae7245763dec16911704e599f9
5
5
  SHA512:
6
- metadata.gz: 6b672423575622c9d433682161952d175b3eb94fce999ff96ee0eeedcfe7505ae8c27dadbeed7b0c781345511913bea5d8ee02aedbda20c0f0db64694334f9ef
7
- data.tar.gz: fcf4f81dbae07eddeda26871dafea61834b1ca549229fe1c6f29a3ab3930ee29f1b24299d3779c282adafaa887ffaa039f7dac96dc0d3e67e4d466cafe714e03
6
+ metadata.gz: d719562ced69bdba327c251b17eda7ba683656336f7bf4225a3523a27f3a406552333b3f2ec41e32dc01d99b82bfa8ad82dc774b1831fcc80131296fad0597c8
7
+ data.tar.gz: a8a89ab8e82fdc2d140b8926c7f93befacf85f01db41877a7525783fb77f086c5f8b1fb3d90b7c93509dab870036b05f14397e46cb38d4e1f327a68c8abbf7a7
@@ -50,11 +50,6 @@ module OmniAuth
50
50
  def raw_info
51
51
  @raw_info ||= access_token.get('me').parsed
52
52
  end
53
-
54
- # Workaround for for https://github.com/intridea/omniauth-oauth2/issues/28
55
- def callback_url
56
- full_host + script_name + callback_path + query_string
57
- end
58
53
  end
59
54
  end
60
55
  end
@@ -1,5 +1,5 @@
1
1
  module Omniauth
2
2
  module Spotify
3
- VERSION = "0.0.6"
3
+ VERSION = "0.0.8"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: omniauth-spotify
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.6
4
+ version: 0.0.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - Claudio Poli
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-03-16 00:00:00.000000000 Z
11
+ date: 2015-04-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: omniauth-oauth2
@@ -59,7 +59,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
59
59
  version: '0'
60
60
  requirements: []
61
61
  rubyforge_project:
62
- rubygems_version: 2.2.2
62
+ rubygems_version: 2.4.6
63
63
  signing_key:
64
64
  specification_version: 4
65
65
  summary: OmniAuth strategy for Spotify