omniauth-liblynx 1.2.2 → 1.2.3

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: 971dfeb2ecd68091a39b2bd7431790a21caa77c60319eb91b1c7fce5cd0dfc09
4
- data.tar.gz: 8f2e6a8eb0834da7ba196369f237314bcc376e754cd7e417c804c56f7621e0ad
3
+ metadata.gz: cbd8509a22d38087b0aa2ddb624abb3fc540b90c42f9f02c9e9bb60adc70af47
4
+ data.tar.gz: c051f00f9a832eaddaef17a43defab64bfa7d15c8a1f5726e6546c54c9f58187
5
5
  SHA512:
6
- metadata.gz: c51a908e6ec4c3f9715704d114cfcc4f69ab9a4399f04dce6ded77dcf4b0b1df132540c1403d65436ba2860b8b58934e18a4f7a6eca0f0742e828ef93335b3f9
7
- data.tar.gz: e91121fd8d7a33484b933766d09a5dfa43ef2ca5a61e7f9a0dcd9f7125d541e9ff27e9b285b50b2eb58ce96fbc7ee33e239e3cebd54b44e80ee64b815b5184a9
6
+ metadata.gz: f26f46dda626f660e505b3c829cbbdbe3c3a825c44d49d5694f5f1d7da7985c6485820431bf74c6bd5f42306f3b682beeae6ff6b3d0f01047d03fd78b39194ed
7
+ data.tar.gz: 0f65d0f9fbee6217cc8fee4ea51f2ec38424aea78f97bfdc07d78ecc26e5a946eb94a363904edc4c7ac9e695a67dc17abb9fbe59a52af3f7fdbb97032f7f8fda
data/Gemfile.lock CHANGED
@@ -1,8 +1,8 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- omniauth-liblynx (1.2.2)
5
- omniauth (~> 1.9)
4
+ omniauth-liblynx (1.2.3)
5
+ omniauth (>= 1.9, < 3.0)
6
6
  omniauth-oauth2 (>= 1.4.0, < 2.0)
7
7
 
8
8
  GEM
@@ -14,45 +14,51 @@ GEM
14
14
  ruby2_keywords (>= 0.0.4)
15
15
  faraday-net_http (3.0.0)
16
16
  hashie (5.0.0)
17
+ json (2.6.2)
17
18
  jwt (2.5.0)
18
19
  multi_xml (0.6.0)
19
- oauth2 (2.0.2)
20
+ oauth2 (2.0.8)
20
21
  faraday (>= 0.17.3, < 3.0)
21
22
  jwt (>= 1.0, < 3.0)
22
23
  multi_xml (~> 0.5)
23
24
  rack (>= 1.2, < 3)
24
- rash_alt (>= 0.4, < 1)
25
- version_gem (~> 1.0)
26
- omniauth (1.9.1)
25
+ snaky_hash (~> 2.0)
26
+ version_gem (~> 1.1)
27
+ omniauth (2.1.0)
27
28
  hashie (>= 3.4.6)
28
- rack (>= 1.6.2, < 3)
29
- omniauth-oauth2 (1.7.3)
29
+ rack (>= 2.2.3)
30
+ rack-protection
31
+ omniauth-oauth2 (1.8.0)
30
32
  oauth2 (>= 1.4, < 3)
31
- omniauth (>= 1.9, < 3)
33
+ omniauth (~> 2.0)
32
34
  parallel (1.22.1)
33
- parser (3.1.2.0)
35
+ parser (3.1.2.1)
34
36
  ast (~> 2.4.1)
35
37
  rack (2.2.4)
38
+ rack-protection (2.2.2)
39
+ rack
36
40
  rainbow (3.1.1)
37
41
  rake (13.0.6)
38
- rash_alt (0.4.12)
39
- hashie (>= 3.4)
40
42
  regexp_parser (2.5.0)
41
43
  rexml (3.2.5)
42
- rubocop (1.30.0)
44
+ rubocop (1.36.0)
45
+ json (~> 2.3)
43
46
  parallel (~> 1.10)
44
- parser (>= 3.1.0.0)
47
+ parser (>= 3.1.2.1)
45
48
  rainbow (>= 2.2.2, < 4.0)
46
49
  regexp_parser (>= 1.8, < 3.0)
47
50
  rexml (>= 3.2.5, < 4.0)
48
- rubocop-ast (>= 1.18.0, < 2.0)
51
+ rubocop-ast (>= 1.20.1, < 2.0)
49
52
  ruby-progressbar (~> 1.7)
50
53
  unicode-display_width (>= 1.4.0, < 3.0)
51
- rubocop-ast (1.18.0)
54
+ rubocop-ast (1.21.0)
52
55
  parser (>= 3.1.1.0)
53
56
  ruby-progressbar (1.11.0)
54
57
  ruby2_keywords (0.0.5)
55
- unicode-display_width (2.1.0)
58
+ snaky_hash (2.0.0)
59
+ hashie
60
+ version_gem (~> 1.1)
61
+ unicode-display_width (2.2.0)
56
62
  version_gem (1.1.0)
57
63
 
58
64
  PLATFORMS
@@ -2,6 +2,6 @@
2
2
 
3
3
  module OmniAuth
4
4
  module LibLynx
5
- VERSION = '1.2.2'
5
+ VERSION = '1.2.3'
6
6
  end
7
7
  end
@@ -21,6 +21,6 @@ Gem::Specification.new do |gem|
21
21
  gem.add_development_dependency 'rake', '< 14.0'
22
22
  gem.add_development_dependency 'rubocop'
23
23
 
24
- gem.add_dependency 'omniauth', '~> 1.9'
24
+ gem.add_dependency 'omniauth', '>= 1.9', '< 3.0'
25
25
  gem.add_dependency 'omniauth-oauth2', '>= 1.4.0', '< 2.0'
26
26
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: omniauth-liblynx
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.2
4
+ version: 1.2.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Denis Sablic
@@ -56,16 +56,22 @@ dependencies:
56
56
  name: omniauth
57
57
  requirement: !ruby/object:Gem::Requirement
58
58
  requirements:
59
- - - "~>"
59
+ - - ">="
60
60
  - !ruby/object:Gem::Version
61
61
  version: '1.9'
62
+ - - "<"
63
+ - !ruby/object:Gem::Version
64
+ version: '3.0'
62
65
  type: :runtime
63
66
  prerelease: false
64
67
  version_requirements: !ruby/object:Gem::Requirement
65
68
  requirements:
66
- - - "~>"
69
+ - - ">="
67
70
  - !ruby/object:Gem::Version
68
71
  version: '1.9'
72
+ - - "<"
73
+ - !ruby/object:Gem::Version
74
+ version: '3.0'
69
75
  - !ruby/object:Gem::Dependency
70
76
  name: omniauth-oauth2
71
77
  requirement: !ruby/object:Gem::Requirement