sinatra_omniauth 1.3.1 → 1.3.2

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: aac614acf7c205c92ee3d864b4a11c9636fd2ba2beaa2afcdac702a33a120437
4
- data.tar.gz: 219bf04676efd041fbc823e666edc19e164ad0cf731b77731bb5d79e704b2337
3
+ metadata.gz: e44ba23c2d1eb5e21e28a233fd4708d9944a2610f8d9c150f8aa2d7be9395bb6
4
+ data.tar.gz: b9a6aa4180c572407072f327a53f723092ae06b2936fe1d121bafa67f25cc938
5
5
  SHA512:
6
- metadata.gz: 4422d802cc3d608d1dfe460aec93fe380eee5f1980ef17a57f94f024855a56f34a7d60ecdb6300b3c13a4b087360d5b9be7daf5a62a023bc95acc3542b1f1b6d
7
- data.tar.gz: 821e416c8ba98fbadf5f4be11cf0401db605f8f95f6a3a5bae23ee721dafa996b8b1d73795c1a72fce1549b8b12f2a658df51f468ffe87df7c01ebf8400600a6
6
+ metadata.gz: 7c693ff0596b104f5f2e6a8c283c52362e45693b354fa664366ef1d8ca1dce4b1ece36e66f04206f77fecf49a938d4e3024e6ff8acacf299c6f218a63c5a7d1b
7
+ data.tar.gz: f672c7d396f01a6a2de7db8efefebcf4b1fd63f6778cfcbc47189a52fbcc0f16fea90ad7c932dbcb0b92c1d217d881567e58aca11d869aa52e7eb1a812ce561f
data/Gemfile CHANGED
@@ -12,6 +12,7 @@ gem 'sqlite3'
12
12
  gem 'rack-flash3'
13
13
  gem 'uuidtools'
14
14
  gem 'haml', '>=3.1.1'
15
+ gem 'rack', '>=3.1.16'
15
16
 
16
17
  group :development do
17
18
  gem 'rcov', '~>0.9.11', :platforms => [:jruby, :mri_18], :require => false
data/Gemfile.lock CHANGED
@@ -3,11 +3,11 @@ GEM
3
3
  specs:
4
4
  addressable (2.8.7)
5
5
  public_suffix (>= 2.0.2, < 7.0)
6
- base64 (0.2.0)
6
+ base64 (0.3.0)
7
7
  data_objects (0.10.17)
8
8
  addressable (~> 2.1)
9
9
  date (3.4.1)
10
- diff-lcs (1.6.0)
10
+ diff-lcs (1.6.2)
11
11
  dm-core (1.2.1)
12
12
  addressable (~> 2.3)
13
13
  dm-do-adapter (1.2.0)
@@ -25,22 +25,23 @@ GEM
25
25
  data_objects (= 0.10.17)
26
26
  do_sqlite3 (0.10.17)
27
27
  data_objects (= 0.10.17)
28
+ erb (5.0.2)
28
29
  haml (6.3.0)
29
30
  temple (>= 0.8.2)
30
31
  thor
31
32
  tilt
32
33
  hashie (5.0.0)
33
- logger (1.6.6)
34
- multi_json (1.15.0)
35
- mustermann (3.0.3)
34
+ logger (1.7.0)
35
+ multi_json (1.17.0)
36
+ mustermann (3.0.4)
36
37
  ruby2_keywords (~> 0.0.1)
37
- oauth (1.1.0)
38
- oauth-tty (~> 1.0, >= 1.0.1)
38
+ oauth (1.1.2)
39
+ oauth-tty (~> 1.0, >= 1.0.6)
39
40
  snaky_hash (~> 2.0)
40
- version_gem (~> 1.1)
41
- oauth-tty (1.0.5)
42
- version_gem (~> 1.1, >= 1.1.1)
43
- omniauth (2.1.2)
41
+ version_gem (~> 1.1, >= 1.1.9)
42
+ oauth-tty (1.0.6)
43
+ version_gem (~> 1.1, >= 1.1.9)
44
+ omniauth (2.1.3)
44
45
  hashie (>= 3.4.6)
45
46
  rack (>= 2.2.3)
46
47
  rack-protection
@@ -51,36 +52,37 @@ GEM
51
52
  omniauth-twitter (1.4.0)
52
53
  omniauth-oauth (~> 1.1)
53
54
  rack
54
- psych (5.2.3)
55
+ psych (5.2.6)
55
56
  date
56
57
  stringio
57
- public_suffix (6.0.1)
58
- rack (3.1.10)
58
+ public_suffix (6.0.2)
59
+ rack (3.2.1)
59
60
  rack-flash3 (1.0.5)
60
61
  rack
61
62
  rack-protection (4.1.1)
62
63
  base64 (>= 0.1.0)
63
64
  logger (>= 1.6.0)
64
65
  rack (>= 3.0.0, < 4)
65
- rack-session (2.1.0)
66
+ rack-session (2.1.1)
66
67
  base64 (>= 0.1.0)
67
68
  rack (>= 3.0.0)
68
69
  rcov (0.9.11)
69
- rdoc (6.12.0)
70
+ rdoc (6.14.2)
71
+ erb
70
72
  psych (>= 4.0.0)
71
- rspec (3.13.0)
73
+ rspec (3.13.1)
72
74
  rspec-core (~> 3.13.0)
73
75
  rspec-expectations (~> 3.13.0)
74
76
  rspec-mocks (~> 3.13.0)
75
- rspec-core (3.13.3)
77
+ rspec-core (3.13.5)
76
78
  rspec-support (~> 3.13.0)
77
- rspec-expectations (3.13.3)
79
+ rspec-expectations (3.13.5)
78
80
  diff-lcs (>= 1.2.0, < 2.0)
79
81
  rspec-support (~> 3.13.0)
80
- rspec-mocks (3.13.2)
82
+ rspec-mocks (3.13.5)
81
83
  diff-lcs (>= 1.2.0, < 2.0)
82
84
  rspec-support (~> 3.13.0)
83
- rspec-support (3.13.2)
85
+ rspec-support (3.13.6)
84
86
  ruby2_keywords (0.0.5)
85
87
  simplecov (0.6.4)
86
88
  multi_json (~> 1.0)
@@ -93,25 +95,25 @@ GEM
93
95
  rack-protection (= 4.1.1)
94
96
  rack-session (>= 2.0.0, < 3)
95
97
  tilt (~> 2.0)
96
- snaky_hash (2.0.1)
97
- hashie
98
- version_gem (~> 1.1, >= 1.1.1)
99
- sqlite3 (2.5.0-aarch64-linux-gnu)
100
- sqlite3 (2.5.0-aarch64-linux-musl)
101
- sqlite3 (2.5.0-arm-linux-gnu)
102
- sqlite3 (2.5.0-arm-linux-musl)
103
- sqlite3 (2.5.0-arm64-darwin)
104
- sqlite3 (2.5.0-x86-linux-gnu)
105
- sqlite3 (2.5.0-x86-linux-musl)
106
- sqlite3 (2.5.0-x86_64-darwin)
107
- sqlite3 (2.5.0-x86_64-linux-gnu)
108
- sqlite3 (2.5.0-x86_64-linux-musl)
109
- stringio (3.1.3)
110
- temple (0.10.3)
111
- thor (1.3.2)
112
- tilt (2.6.0)
113
- uuidtools (2.2.0)
114
- version_gem (1.1.4)
98
+ snaky_hash (2.0.3)
99
+ hashie (>= 0.1.0, < 6)
100
+ version_gem (>= 1.1.8, < 3)
101
+ sqlite3 (2.7.4-aarch64-linux-gnu)
102
+ sqlite3 (2.7.4-aarch64-linux-musl)
103
+ sqlite3 (2.7.4-arm-linux-gnu)
104
+ sqlite3 (2.7.4-arm-linux-musl)
105
+ sqlite3 (2.7.4-arm64-darwin)
106
+ sqlite3 (2.7.4-x86-linux-gnu)
107
+ sqlite3 (2.7.4-x86-linux-musl)
108
+ sqlite3 (2.7.4-x86_64-darwin)
109
+ sqlite3 (2.7.4-x86_64-linux-gnu)
110
+ sqlite3 (2.7.4-x86_64-linux-musl)
111
+ stringio (3.1.7)
112
+ temple (0.10.4)
113
+ thor (1.4.0)
114
+ tilt (2.6.1)
115
+ uuidtools (3.0.0)
116
+ version_gem (1.1.9)
115
117
 
116
118
  PLATFORMS
117
119
  aarch64-linux-gnu
@@ -134,6 +136,7 @@ DEPENDENCIES
134
136
  haml (>= 3.1.1)
135
137
  omniauth
136
138
  omniauth-twitter
139
+ rack (>= 3.1.16)
137
140
  rack-flash3
138
141
  rcov (~> 0.9.11)
139
142
  rdoc (>= 2.4.0)
@@ -144,4 +147,4 @@ DEPENDENCIES
144
147
  uuidtools
145
148
 
146
149
  BUNDLED WITH
147
- 2.6.3
150
+ 2.6.9
@@ -2,7 +2,7 @@
2
2
 
3
3
  Gem::Specification.new do |spec|
4
4
  spec.name = "sinatra_omniauth"
5
- spec.version = "1.3.1"
5
+ spec.version = "1.3.2"
6
6
  spec.authors = ["Clifford Heath"]
7
7
  spec.email = "clifford.heath@gmail.com"
8
8
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sinatra_omniauth
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.3.1
4
+ version: 1.3.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Clifford Heath
@@ -355,7 +355,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
355
355
  - !ruby/object:Gem::Version
356
356
  version: '0'
357
357
  requirements: []
358
- rubygems_version: 3.6.3
358
+ rubygems_version: 3.6.9
359
359
  specification_version: 4
360
360
  summary: A Sinatra extension that provides pure OmniAuth goodness to your application
361
361
  (with DataMapper)