omniauth-liblynx 1.0.9 → 1.1.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.rubocop.yml +3 -39
- data/Gemfile.lock +13 -14
- data/lib/omniauth-liblynx/version.rb +1 -1
- metadata +4 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: f5ad8747eb1f44e323dd93ac40ea0d24ea0023308e87aeb5a57301a09410594e
|
4
|
+
data.tar.gz: 0b712061bbd736b5ccbf3ad8e5979682c6d7692d91171bc77cc464fa4484f745
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b9468890bd14bf34a883cea65e4527e85d0e5aac39ebc7b9c07e5235b1ac9ab569379d9d84ebdcd055deadd0d3ca040cd3739566316646e1497cff6adbd23eec
|
7
|
+
data.tar.gz: d9ea0fafbc0e9652852e87170442b1a354faa39298a0fcef94de841c4ce7b6c3a801afdd3c3c46f8d460e9d7371c8dcbc54d3b0242b7cd0013889216cfdb2ce8
|
data/.rubocop.yml
CHANGED
@@ -1,58 +1,22 @@
|
|
1
1
|
AllCops:
|
2
2
|
TargetRubyVersion: 2.3
|
3
3
|
|
4
|
-
Rails:
|
5
|
-
Enabled: false
|
6
|
-
|
7
|
-
Layout/AlignParameters:
|
8
|
-
Enabled: false
|
9
|
-
|
10
|
-
Layout/IndentHash:
|
11
|
-
Enabled: false
|
12
|
-
|
13
|
-
Layout/DotPosition:
|
14
|
-
Enabled: false
|
15
|
-
|
16
4
|
Layout/EmptyLineAfterGuardClause:
|
17
5
|
Enabled: false
|
18
6
|
|
19
|
-
Layout/CaseIndentation:
|
20
|
-
Enabled: false
|
21
|
-
|
22
|
-
Layout/MultilineMethodCallBraceLayout:
|
23
|
-
Enabled: false
|
24
|
-
|
25
7
|
Layout/MultilineMethodCallIndentation:
|
26
8
|
Enabled: false
|
27
9
|
|
28
|
-
Layout/
|
29
|
-
EnforcedStyle: indented
|
30
|
-
|
31
|
-
Style/Encoding:
|
32
|
-
Enabled: true
|
33
|
-
|
34
|
-
Style/PercentLiteralDelimiters:
|
35
|
-
Enabled: false
|
36
|
-
|
37
|
-
Style/RegexpLiteral:
|
10
|
+
Layout/ArgumentAlignment:
|
38
11
|
Enabled: false
|
39
12
|
|
40
|
-
|
13
|
+
Layout/LineLength:
|
41
14
|
Enabled: false
|
42
15
|
|
43
16
|
Style/Documentation:
|
44
17
|
Enabled: false
|
45
18
|
|
46
|
-
|
47
|
-
Enabled: false
|
48
|
-
|
49
|
-
Style/RescueStandardError:
|
50
|
-
Enabled: false
|
51
|
-
|
52
|
-
Naming/UncommunicativeMethodParamName:
|
53
|
-
Enabled: false
|
54
|
-
|
55
|
-
Naming/AccessorMethodName:
|
19
|
+
Naming/MethodParameterName:
|
56
20
|
Enabled: false
|
57
21
|
|
58
22
|
Metrics:
|
data/Gemfile.lock
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
omniauth-liblynx (1.0
|
4
|
+
omniauth-liblynx (1.1.0)
|
5
5
|
omniauth (~> 1.9)
|
6
6
|
omniauth-oauth2 (>= 1.4.0, < 2.0)
|
7
7
|
|
@@ -12,9 +12,9 @@ GEM
|
|
12
12
|
faraday (0.15.4)
|
13
13
|
multipart-post (>= 1.2, < 3)
|
14
14
|
hashie (3.6.0)
|
15
|
-
jaro_winkler (1.5.
|
15
|
+
jaro_winkler (1.5.4)
|
16
16
|
jwt (2.2.1)
|
17
|
-
multi_json (1.
|
17
|
+
multi_json (1.14.1)
|
18
18
|
multi_xml (0.6.0)
|
19
19
|
multipart-post (2.1.1)
|
20
20
|
oauth2 (1.4.1)
|
@@ -29,27 +29,26 @@ GEM
|
|
29
29
|
omniauth-oauth2 (1.6.0)
|
30
30
|
oauth2 (~> 1.1)
|
31
31
|
omniauth (~> 1.9)
|
32
|
-
parallel (1.
|
33
|
-
parser (2.5.
|
32
|
+
parallel (1.19.1)
|
33
|
+
parser (2.6.5.0)
|
34
34
|
ast (~> 2.4.0)
|
35
|
-
|
36
|
-
rack (2.0.7)
|
35
|
+
rack (2.0.8)
|
37
36
|
rainbow (3.0.0)
|
38
37
|
rake (10.5.0)
|
39
|
-
rubocop (0.
|
38
|
+
rubocop (0.78.0)
|
40
39
|
jaro_winkler (~> 1.5.1)
|
41
40
|
parallel (~> 1.10)
|
42
|
-
parser (>= 2.
|
43
|
-
powerpack (~> 0.1)
|
41
|
+
parser (>= 2.6)
|
44
42
|
rainbow (>= 2.2.2, < 4.0)
|
45
43
|
ruby-progressbar (~> 1.7)
|
46
|
-
unicode-display_width (
|
47
|
-
ruby-progressbar (1.10.
|
48
|
-
unicode-display_width (1.
|
44
|
+
unicode-display_width (>= 1.4.0, < 1.7)
|
45
|
+
ruby-progressbar (1.10.1)
|
46
|
+
unicode-display_width (1.6.0)
|
49
47
|
|
50
48
|
PLATFORMS
|
51
49
|
ruby
|
52
50
|
x86_64-darwin-18
|
51
|
+
x86_64-darwin-19
|
53
52
|
|
54
53
|
DEPENDENCIES
|
55
54
|
bundler
|
@@ -58,4 +57,4 @@ DEPENDENCIES
|
|
58
57
|
rubocop
|
59
58
|
|
60
59
|
BUNDLED WITH
|
61
|
-
1.17.
|
60
|
+
1.17.3
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: omniauth-liblynx
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0
|
4
|
+
version: 1.1.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Denis Sablic
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2019-
|
11
|
+
date: 2019-12-19 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|
@@ -123,7 +123,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
123
123
|
- !ruby/object:Gem::Version
|
124
124
|
version: '0'
|
125
125
|
requirements: []
|
126
|
-
|
126
|
+
rubyforge_project:
|
127
|
+
rubygems_version: 2.7.7
|
127
128
|
signing_key:
|
128
129
|
specification_version: 4
|
129
130
|
summary: OmniAuth strategy for LibLynx
|