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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 11545970142088db9bd200baaf2dfea343772fc97053700f2ed4d1d3977a8efd
4
- data.tar.gz: a91fd1a9888f58d4b1693af6cf200b29ced670a37dc4f9ae6bcc31bb60237a2f
3
+ metadata.gz: f5ad8747eb1f44e323dd93ac40ea0d24ea0023308e87aeb5a57301a09410594e
4
+ data.tar.gz: 0b712061bbd736b5ccbf3ad8e5979682c6d7692d91171bc77cc464fa4484f745
5
5
  SHA512:
6
- metadata.gz: da39b2d3c6d150fa417986aaf15720f5dc29765bfd14ea5a0b04172f44930419fbf0e4a58b4735b8367252bb8532635d6b6a2d0d58e25a0e2977231d6fbd99bc
7
- data.tar.gz: 2cefeb82e222cbbb6b11911b890d1d6f91690a3fcc85ee316287095f064c73939a6da62b0016f304d1d3e7efffcfb370f195eaf8c472a485dd453f82e08b9499
6
+ metadata.gz: b9468890bd14bf34a883cea65e4527e85d0e5aac39ebc7b9c07e5235b1ac9ab569379d9d84ebdcd055deadd0d3ca040cd3739566316646e1497cff6adbd23eec
7
+ data.tar.gz: d9ea0fafbc0e9652852e87170442b1a354faa39298a0fcef94de841c4ce7b6c3a801afdd3c3c46f8d460e9d7371c8dcbc54d3b0242b7cd0013889216cfdb2ce8
@@ -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/MultilineOperationIndentation:
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
- Style/RescueModifier:
13
+ Layout/LineLength:
41
14
  Enabled: false
42
15
 
43
16
  Style/Documentation:
44
17
  Enabled: false
45
18
 
46
- Style/ParallelAssignment:
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:
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- omniauth-liblynx (1.0.9)
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.1)
15
+ jaro_winkler (1.5.4)
16
16
  jwt (2.2.1)
17
- multi_json (1.13.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.12.1)
33
- parser (2.5.3.0)
32
+ parallel (1.19.1)
33
+ parser (2.6.5.0)
34
34
  ast (~> 2.4.0)
35
- powerpack (0.1.2)
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.60.0)
38
+ rubocop (0.78.0)
40
39
  jaro_winkler (~> 1.5.1)
41
40
  parallel (~> 1.10)
42
- parser (>= 2.5, != 2.5.1.1)
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 (~> 1.4.0)
47
- ruby-progressbar (1.10.0)
48
- unicode-display_width (1.4.0)
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.2
60
+ 1.17.3
@@ -2,6 +2,6 @@
2
2
 
3
3
  module OmniAuth
4
4
  module LibLynx
5
- VERSION = '1.0.9'
5
+ VERSION = '1.1.0'
6
6
  end
7
7
  end
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.9
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-05-30 00:00:00.000000000 Z
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
- rubygems_version: 3.0.3
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