omniauth-spotify 0.0.5 → 0.0.6

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: 92fcbd43deb2d092e6869684c3e22d49dfc0b0c6
4
- data.tar.gz: 17b662e1772165306566e144511d8a0874d5ddc0
3
+ metadata.gz: 39633f390c6e76daec01161c492eb839807bdeab
4
+ data.tar.gz: 333988cf1e6db9f70da25c914b674e669acdea44
5
5
  SHA512:
6
- metadata.gz: 920ea8dd25fc9ebd6c59a15b7ea2b3ecb8646d271fcb8a5cf03119a025afff2ebaa5964cade094d2a2235f6b0c3492985b80aa4742bd523df6b08def30e81985
7
- data.tar.gz: f82d9246935d1a2e092b7d613cde46c3156aadd6559b9933954196729af3755f9e6203e911a5bc3cd0ee34364222b671dfd6a0e2bfef9915a14dff83ef5207e4
6
+ metadata.gz: 6b672423575622c9d433682161952d175b3eb94fce999ff96ee0eeedcfe7505ae8c27dadbeed7b0c781345511913bea5d8ee02aedbda20c0f0db64694334f9ef
7
+ data.tar.gz: fcf4f81dbae07eddeda26871dafea61834b1ca549229fe1c6f29a3ab3930ee29f1b24299d3779c282adafaa887ffaa039f7dac96dc0d3e67e4d466cafe714e03
@@ -1,5 +1,5 @@
1
1
  module Omniauth
2
2
  module Spotify
3
- VERSION = "0.0.5"
3
+ VERSION = "0.0.6"
4
4
  end
5
5
  end
@@ -50,6 +50,11 @@ 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
53
58
  end
54
59
  end
55
60
  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.5
4
+ version: 0.0.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Claudio Poli
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-06-18 00:00:00.000000000 Z
11
+ date: 2015-03-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: omniauth-oauth2