oauth2-nginx-auth-backend 0.2.0 → 0.2.1

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
- SHA1:
3
- metadata.gz: 34843ad4d62cf09d89d2263cd138ea003034dfed
4
- data.tar.gz: b83686fa6849f02934e0f4bb5085f2d8cab4b777
2
+ SHA256:
3
+ metadata.gz: 6ba70813da2e5055a3421ec3faf10d31b70e2a366290bc229d4e492ce9860e03
4
+ data.tar.gz: 05b0c79ef2cbe1dce069d98de39c9be29b0f2817954a25f1a6a2c8c748d57d8d
5
5
  SHA512:
6
- metadata.gz: 9dbcfdc27299569cb7d7e498eee4c5be57c7e7157e49e49d2a9cbe578265738541bfc8503c1647845a709116363dc75200b0297e8a9a66ca5b71b944164a9596
7
- data.tar.gz: e749170db36dbd8e26e5b8fa0456a97daa954c4e4ae0ef01d319577264f7408e5f917c23ca6332e5141b05b2408eb02bee1fbbb7778eca876873bd25c32ee725
6
+ metadata.gz: f7530312783886f090ca40918e94a5210f3437db61ced8a327e10b5bc2cfec98566f7eb14027db1211bf6efd87dc1ff27f49399964629c30a82d855350e8860d
7
+ data.tar.gz: 1b7a37ed1963a600a818fa6bc75e029058f1c9dd471754f7ec63afa70e8aeb4aa0281771c5a940f7c96a43c6282c6a7df10e2059b719a35fd12d3c093146a132
data/.ruby-version CHANGED
@@ -1 +1 @@
1
- 2.4.1
1
+ 2.5.1
data/Gemfile.lock CHANGED
@@ -9,22 +9,33 @@ PATH
9
9
  GEM
10
10
  remote: https://rubygems.org/
11
11
  specs:
12
+ activesupport (5.2.0)
13
+ concurrent-ruby (~> 1.0, >= 1.0.2)
14
+ i18n (>= 0.7, < 2)
15
+ minitest (~> 5.1)
16
+ tzinfo (~> 1.1)
12
17
  ast (2.4.0)
13
- backports (3.11.1)
14
- httparty (0.16.1)
18
+ backports (3.11.3)
19
+ concurrent-ruby (1.0.5)
20
+ httparty (0.16.2)
15
21
  multi_xml (>= 0.5.2)
22
+ i18n (1.0.1)
23
+ concurrent-ruby (~> 1.0)
24
+ jaro_winkler (1.5.1)
25
+ minitest (5.11.3)
16
26
  multi_json (1.13.1)
17
27
  multi_xml (0.6.0)
18
28
  mustermann (1.0.2)
19
29
  parallel (1.12.1)
20
- parser (2.5.0.5)
30
+ parser (2.5.1.0)
21
31
  ast (~> 2.4.0)
22
- powerpack (0.1.1)
23
- rack (2.0.4)
24
- rack-protection (2.0.1)
32
+ powerpack (0.1.2)
33
+ rack (2.0.5)
34
+ rack-protection (2.0.3)
25
35
  rack
26
36
  rainbow (3.0.0)
27
- rubocop (0.54.0)
37
+ rubocop (0.57.2)
38
+ jaro_winkler (~> 1.5.1)
28
39
  parallel (~> 1.10)
29
40
  parser (>= 2.5)
30
41
  powerpack (~> 0.1)
@@ -32,20 +43,24 @@ GEM
32
43
  ruby-progressbar (~> 1.7)
33
44
  unicode-display_width (~> 1.0, >= 1.0.1)
34
45
  ruby-progressbar (1.9.0)
35
- sinatra (2.0.1)
46
+ sinatra (2.0.3)
36
47
  mustermann (~> 1.0)
37
48
  rack (~> 2.0)
38
- rack-protection (= 2.0.1)
49
+ rack-protection (= 2.0.3)
39
50
  tilt (~> 2.0)
40
- sinatra-contrib (2.0.1)
41
- backports (>= 2.0)
51
+ sinatra-contrib (2.0.3)
52
+ activesupport (>= 4.0.0)
53
+ backports (>= 2.8.2)
42
54
  multi_json
43
55
  mustermann (~> 1.0)
44
- rack-protection (= 2.0.1)
45
- sinatra (= 2.0.1)
56
+ rack-protection (= 2.0.3)
57
+ sinatra (= 2.0.3)
46
58
  tilt (>= 1.3, < 3)
59
+ thread_safe (0.3.6)
47
60
  tilt (2.0.8)
48
- unicode-display_width (1.3.0)
61
+ tzinfo (1.2.5)
62
+ thread_safe (~> 0.1)
63
+ unicode-display_width (1.4.0)
49
64
 
50
65
  PLATFORMS
51
66
  ruby
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Ops
4
4
  module Oauth2
5
- VERSION = '0.2.0'
5
+ VERSION = '0.2.1'
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: oauth2-nginx-auth-backend
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Bartek Jarocki
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-03-24 00:00:00.000000000 Z
11
+ date: 2018-07-03 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -126,7 +126,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
126
126
  version: '0'
127
127
  requirements: []
128
128
  rubyforge_project:
129
- rubygems_version: 2.6.14
129
+ rubygems_version: 2.7.6
130
130
  signing_key:
131
131
  specification_version: 4
132
132
  summary: oauth2 nginx auth_request backend