omniauth-spotify-oauth2 1.0.0

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. checksums.yaml +7 -0
  2. metadata +57 -0
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA1:
3
+ metadata.gz: 59bebbc31c15e1f0ccf9466d0b1d66cb6a530d00
4
+ data.tar.gz: a504e2c80c73f6a51e304cd6da83b08f0bcb81b5
5
+ SHA512:
6
+ metadata.gz: e0a4d57cea3e8dd3f1961ccf98a96147b166865402db0d83f59be42c6260b7b110b32f2999b29e8178db6d665f6237e9478e1089160c13089fa448cf5f1d8eb6
7
+ data.tar.gz: de15758d4dbb4fe6932d536b032d902873bcbe9dbc38d34ddea5690d4561fda4305dc1c9ad0256be9fcc7647d2fb3dbe9946f57ea3741fa54df902ed2ebc615f
metadata ADDED
@@ -0,0 +1,57 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: omniauth-spotify-oauth2
3
+ version: !ruby/object:Gem::Version
4
+ version: 1.0.0
5
+ platform: ruby
6
+ authors:
7
+ - Jonathan TRIBOUHARET
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2016-10-01 00:00:00.000000000 Z
12
+ dependencies:
13
+ - !ruby/object:Gem::Dependency
14
+ name: omniauth-oauth2
15
+ requirement: !ruby/object:Gem::Requirement
16
+ requirements:
17
+ - - ~>
18
+ - !ruby/object:Gem::Version
19
+ version: '1.4'
20
+ type: :runtime
21
+ prerelease: false
22
+ version_requirements: !ruby/object:Gem::Requirement
23
+ requirements:
24
+ - - ~>
25
+ - !ruby/object:Gem::Version
26
+ version: '1.4'
27
+ description: OmniAuth Strategy for Spotify via OAuth2
28
+ email: jonathan.tribouharet@gmail.com
29
+ executables: []
30
+ extensions: []
31
+ extra_rdoc_files: []
32
+ files: []
33
+ homepage: https://github.com/jonathantribouharet/omniauth-spotify-oauth2
34
+ licenses:
35
+ - MIT
36
+ metadata: {}
37
+ post_install_message:
38
+ rdoc_options: []
39
+ require_paths:
40
+ - lib
41
+ required_ruby_version: !ruby/object:Gem::Requirement
42
+ requirements:
43
+ - - '>='
44
+ - !ruby/object:Gem::Version
45
+ version: '0'
46
+ required_rubygems_version: !ruby/object:Gem::Requirement
47
+ requirements:
48
+ - - '>='
49
+ - !ruby/object:Gem::Version
50
+ version: '0'
51
+ requirements: []
52
+ rubyforge_project:
53
+ rubygems_version: 2.0.14.1
54
+ signing_key:
55
+ specification_version: 4
56
+ summary: OmniAuth Strategy for Spotify via OAuth2
57
+ test_files: []