omniauth-snapchat 0.1.3 → 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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 4da1e9ccb2a465dfea57c652d1f590b8a6a5dede70934acdbafa80160eb3f6e1
4
- data.tar.gz: 6bfeddaa7ec48f7c1478bc1087e3294ee8ba932a20cb91e66dc29aff808b9a2e
3
+ metadata.gz: f630cc019791f7542095617c3835d4ffcc17dfc31ac2b76beb2a0b155f608bc9
4
+ data.tar.gz: 901cd4efdeba33f1a9f0878aa71b70c7bd395526d185ffb981a5272e6fe24cb2
5
5
  SHA512:
6
- metadata.gz: 4537b02f4f3b912ceffda592a5b9b656b7913b361e9667efa65d1ed9a4bac20a29d4ac45504ff780b1f5600a29c3364a90f838e8d36ca5967330732c0ee8fcc3
7
- data.tar.gz: 0f4265a53e6b259d19ab116773ecdc9b8f8a3219f124cb70429cc81f3e9c9469042edb0e1e9df1a82cd74ed436abc8327c44ae1dd13f237d8ba32c0e8077e4a5
6
+ metadata.gz: 6412f063358cb75ec4aa32f8b57ad353e739a46f474319ba8608c8895654e9126d44e51f8acd86837b76832a9242c7ea69aa6d4bbf9e1cdef2de95f141e039be
7
+ data.tar.gz: f7051cb730ad2645adaedd962c50db5c920614da5a3fd01383d6c2d49aea0ced141f89376eeb1175a783d285e6847661d6d0b9d501baab2ba290aa54f2407021
data/Gemfile.lock CHANGED
@@ -1,46 +1,48 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- omniauth-snapchat (0.1.3)
5
- omniauth-oauth2 (~> 1.6)
4
+ omniauth-snapchat (1.0.0)
5
+ omniauth-oauth2 (~> 1.8)
6
6
 
7
7
  GEM
8
8
  remote: https://rubygems.org/
9
9
  specs:
10
- faraday (1.3.0)
11
- faraday-net_http (~> 1.0)
12
- multipart-post (>= 1.2, < 3)
13
- ruby2_keywords
14
- faraday-net_http (1.0.1)
15
- hashie (4.1.0)
16
- jwt (2.2.2)
17
- multi_json (1.15.0)
10
+ faraday (2.7.4)
11
+ faraday-net_http (>= 2.0, < 3.1)
12
+ ruby2_keywords (>= 0.0.4)
13
+ faraday-net_http (3.0.2)
14
+ hashie (5.0.0)
15
+ jwt (2.7.0)
18
16
  multi_xml (0.6.0)
19
- multipart-post (2.1.1)
20
- oauth2 (1.4.4)
21
- faraday (>= 0.8, < 2.0)
17
+ oauth2 (2.0.9)
18
+ faraday (>= 0.17.3, < 3.0)
22
19
  jwt (>= 1.0, < 3.0)
23
- multi_json (~> 1.3)
24
20
  multi_xml (~> 0.5)
25
- rack (>= 1.2, < 3)
26
- omniauth (2.0.1)
21
+ rack (>= 1.2, < 4)
22
+ snaky_hash (~> 2.0)
23
+ version_gem (~> 1.1)
24
+ omniauth (2.1.1)
27
25
  hashie (>= 3.4.6)
28
- rack (>= 1.6.2, < 3)
26
+ rack (>= 2.2.3)
29
27
  rack-protection
30
- omniauth-oauth2 (1.7.1)
31
- oauth2 (~> 1.4)
32
- omniauth (>= 1.9, < 3)
33
- rack (2.2.3)
34
- rack-protection (2.1.0)
28
+ omniauth-oauth2 (1.8.0)
29
+ oauth2 (>= 1.4, < 3)
30
+ omniauth (~> 2.0)
31
+ rack (3.0.7)
32
+ rack-protection (3.0.5)
35
33
  rack
36
- ruby2_keywords (0.0.2)
34
+ ruby2_keywords (0.0.5)
35
+ snaky_hash (2.0.1)
36
+ hashie
37
+ version_gem (~> 1.1, >= 1.1.1)
38
+ version_gem (1.1.2)
37
39
 
38
40
  PLATFORMS
39
- ruby
41
+ universal-darwin-22
40
42
 
41
43
  DEPENDENCIES
42
- bundler (~> 1.16)
44
+ bundler (~> 2)
43
45
  omniauth-snapchat!
44
46
 
45
47
  BUNDLED WITH
46
- 1.17.3
48
+ 2.2.33
@@ -1,5 +1,5 @@
1
1
  module Omniauth
2
2
  module Snapchat
3
- VERSION = "0.1.3"
3
+ VERSION = "1.0.0"
4
4
  end
5
5
  end
@@ -14,6 +14,6 @@ Gem::Specification.new do |spec|
14
14
 
15
15
  spec.files = `git ls-files`.split("\n")
16
16
 
17
- spec.add_development_dependency "bundler", "~> 1.16"
18
- spec.add_runtime_dependency "omniauth-oauth2", "~> 1.6"
17
+ spec.add_development_dependency "bundler", "~> 2"
18
+ spec.add_runtime_dependency "omniauth-oauth2", "~> 1.8"
19
19
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: omniauth-snapchat
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.3
4
+ version: 1.0.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Kristoffer Ek
8
- autorequire:
8
+ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-04-19 00:00:00.000000000 Z
11
+ date: 2023-04-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -16,30 +16,30 @@ dependencies:
16
16
  requirements:
17
17
  - - "~>"
18
18
  - !ruby/object:Gem::Version
19
- version: '1.16'
19
+ version: '2'
20
20
  type: :development
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
24
  - - "~>"
25
25
  - !ruby/object:Gem::Version
26
- version: '1.16'
26
+ version: '2'
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: omniauth-oauth2
29
29
  requirement: !ruby/object:Gem::Requirement
30
30
  requirements:
31
31
  - - "~>"
32
32
  - !ruby/object:Gem::Version
33
- version: '1.6'
33
+ version: '1.8'
34
34
  type: :runtime
35
35
  prerelease: false
36
36
  version_requirements: !ruby/object:Gem::Requirement
37
37
  requirements:
38
38
  - - "~>"
39
39
  - !ruby/object:Gem::Version
40
- version: '1.6'
41
- description:
42
- email:
40
+ version: '1.8'
41
+ description:
42
+ email:
43
43
  executables: []
44
44
  extensions: []
45
45
  extra_rdoc_files: []
@@ -57,7 +57,7 @@ homepage: https://github.com/kristofferek/omniauth-snapchat
57
57
  licenses:
58
58
  - MIT
59
59
  metadata: {}
60
- post_install_message:
60
+ post_install_message:
61
61
  rdoc_options: []
62
62
  require_paths:
63
63
  - lib
@@ -72,9 +72,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
72
72
  - !ruby/object:Gem::Version
73
73
  version: '0'
74
74
  requirements: []
75
- rubyforge_project:
76
- rubygems_version: 2.7.6.2
77
- signing_key:
75
+ rubygems_version: 3.0.3.1
76
+ signing_key:
78
77
  specification_version: 4
79
78
  summary: OnmiAuth Snapchat strategy
80
79
  test_files: []