omniauth-discogs 0.0.3 → 0.0.4

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,15 +1,7 @@
1
1
  ---
2
- !binary "U0hBMQ==":
3
- metadata.gz: !binary |-
4
- MjY2ZjQ3MDNmZjFhYTZjZjU0OGE1ODg0ZWE0NGI2YjI5OTQ2OWMzZg==
5
- data.tar.gz: !binary |-
6
- ZjJmM2E3MDkyODJjZWMyYjUzYjI2ZGUxNmEwYzI1MDQyZDViY2ExNA==
2
+ SHA1:
3
+ metadata.gz: 3e5fa8e47eaee9ddac401151d09814f12270b4c2
4
+ data.tar.gz: 8498c2c2fc48e89e19cd16cff7495214a15cbd13
7
5
  SHA512:
8
- metadata.gz: !binary |-
9
- N2E4MGM0MGQ4ODlhODViYjY2NTczNTU0ZTcyZjVmYmI2MGZiNTc5ZjYyZWJh
10
- YWNhZmNkMWM0YzM3Y2RmYjc2ZWJkZjJjOTEyODIyODlkMGE5MTdmNDRkNTVi
11
- NmRjODU0MDNjMTE2YmQxYzQxODRlNDE4OTY1OWI3NjdhNDAzMTc=
12
- data.tar.gz: !binary |-
13
- ZmMxYTkxZTE3NjRkYjVkZGM3Y2EzMzNlMGU0MmIxM2E0YTlhYTYxMjc1MDll
14
- ZmRjZDU5NDdkMWI4MmY5ODllMzFhOGFlNmRlYTI3ZjNkNzA1Y2Q5ZDRlMjlh
15
- NDUyNzIyMWEwYmY5ZTkxM2RmMzg0MzY2NzMyZWZiNjVkMTRiNWE=
6
+ metadata.gz: 7f9282aa4419550fc220431faad9345b02465e57d492ede8ac07067fb191713f7500bfc44a2f02b9133d01fad7f7e745db5be811338a0b55b4e69b1b81efb2b6
7
+ data.tar.gz: d0b6652e570a232f1fddd11117bc27186f10aa6c0d4971a0317d48d4e9f093090f3f0012159d589ef39899590356eafc8c0851ef2693f213abec7ec1952166ac
data/Gemfile.lock CHANGED
@@ -1,38 +1,27 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- omniauth_discogs (0.0.1)
5
- omniauth-oauth2
4
+ omniauth-discogs (0.0.3)
5
+ omniauth-oauth (~> 1.0)
6
6
 
7
7
  GEM
8
8
  remote: https://rubygems.org/
9
9
  specs:
10
- faraday (0.8.7)
11
- multipart-post (~> 1.1)
12
- hashie (2.0.5)
13
- httpauth (0.2.0)
14
- jwt (0.1.8)
15
- multi_json (>= 1.5)
16
- multi_json (1.7.7)
17
- multipart-post (1.2.0)
18
- oauth2 (0.8.1)
19
- faraday (~> 0.8)
20
- httpauth (~> 0.1)
21
- jwt (~> 0.1.4)
22
- multi_json (~> 1.0)
23
- rack (~> 1.2)
24
- omniauth (1.1.4)
25
- hashie (>= 1.2, < 3)
26
- rack
27
- omniauth-oauth2 (1.1.1)
28
- oauth2 (~> 0.8.0)
10
+ hashie (3.6.0)
11
+ oauth (0.5.4)
12
+ omniauth (1.9.0)
13
+ hashie (>= 3.4.6, < 3.7.0)
14
+ rack (>= 1.6.2, < 3)
15
+ omniauth-oauth (1.1.0)
16
+ oauth
29
17
  omniauth (~> 1.0)
30
- rack (1.5.2)
31
- rake (10.1.0)
18
+ rack (2.0.6)
32
19
 
33
20
  PLATFORMS
34
21
  ruby
35
22
 
36
23
  DEPENDENCIES
37
- omniauth_discogs!
38
- rake
24
+ omniauth-discogs!
25
+
26
+ BUNDLED WITH
27
+ 1.17.1
@@ -1,5 +1,5 @@
1
1
  module OmniAuth
2
2
  module Discogs
3
- VERSION = "0.0.3"
3
+ VERSION = "0.0.4"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,27 +1,27 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: omniauth-discogs
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.3
4
+ version: 0.0.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Eric Hill
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-04-10 00:00:00.000000000 Z
11
+ date: 2019-01-29 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: omniauth-oauth
15
15
  requirement: !ruby/object:Gem::Requirement
16
16
  requirements:
17
- - - ~>
17
+ - - "~>"
18
18
  - !ruby/object:Gem::Version
19
19
  version: '1.0'
20
20
  type: :runtime
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
- - - ~>
24
+ - - "~>"
25
25
  - !ruby/object:Gem::Version
26
26
  version: '1.0'
27
27
  description: OmniAuth strategy for Discogs
@@ -30,7 +30,7 @@ executables: []
30
30
  extensions: []
31
31
  extra_rdoc_files: []
32
32
  files:
33
- - .gitignore
33
+ - ".gitignore"
34
34
  - Gemfile
35
35
  - Gemfile.lock
36
36
  - LICENSE.txt
@@ -50,17 +50,17 @@ require_paths:
50
50
  - lib
51
51
  required_ruby_version: !ruby/object:Gem::Requirement
52
52
  requirements:
53
- - - ! '>='
53
+ - - ">="
54
54
  - !ruby/object:Gem::Version
55
55
  version: '0'
56
56
  required_rubygems_version: !ruby/object:Gem::Requirement
57
57
  requirements:
58
- - - ! '>='
58
+ - - ">="
59
59
  - !ruby/object:Gem::Version
60
60
  version: '0'
61
61
  requirements: []
62
62
  rubyforge_project:
63
- rubygems_version: 2.4.8
63
+ rubygems_version: 2.6.14.3
64
64
  signing_key:
65
65
  specification_version: 4
66
66
  summary: OmniAuth strategy for Discogs