sinatra_omniauth 1.3.0 → 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: 9b901156f27bf2c3b8c44b380b9b71de2dc6424c3a6e50d97c3867402b15e9bb
4
- data.tar.gz: bde3038b42763801a576043a3c532b7d595bfa7e8b233b2f6f064950a1bbc8a0
3
+ metadata.gz: e44ba23c2d1eb5e21e28a233fd4708d9944a2610f8d9c150f8aa2d7be9395bb6
4
+ data.tar.gz: b9a6aa4180c572407072f327a53f723092ae06b2936fe1d121bafa67f25cc938
5
5
  SHA512:
6
- metadata.gz: 9949541f7ea137b3c2ffc93c64469893cd812e8dd825c653c25b2766f4b79d4804c2199ff922b6a55aa7de30cc0154695ee6a2bcfcafda26ee2dfdaec74448ff
7
- data.tar.gz: 48ebe5b60223ec5b44e0cb4091b2d8c87ddb426d120947106abe3f9fcbba4eaa5a21e4b9d39b61104aa414076b62915e3b6d92dd33ec617f9e935ef4ce0c5e65
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
@@ -1,11 +1,13 @@
1
1
  GEM
2
2
  remote: http://rubygems.org/
3
3
  specs:
4
- addressable (2.8.1)
5
- public_suffix (>= 2.0.2, < 6.0)
4
+ addressable (2.8.7)
5
+ public_suffix (>= 2.0.2, < 7.0)
6
+ base64 (0.3.0)
6
7
  data_objects (0.10.17)
7
8
  addressable (~> 2.1)
8
- diff-lcs (1.5.0)
9
+ date (3.4.1)
10
+ diff-lcs (1.6.2)
9
11
  dm-core (1.2.1)
10
12
  addressable (~> 2.3)
11
13
  dm-do-adapter (1.2.0)
@@ -23,77 +25,107 @@ GEM
23
25
  data_objects (= 0.10.17)
24
26
  do_sqlite3 (0.10.17)
25
27
  data_objects (= 0.10.17)
26
- haml (6.1.1)
28
+ erb (5.0.2)
29
+ haml (6.3.0)
27
30
  temple (>= 0.8.2)
28
31
  thor
29
32
  tilt
30
33
  hashie (5.0.0)
31
- multi_json (1.15.0)
32
- mustermann (3.0.0)
34
+ logger (1.7.0)
35
+ multi_json (1.17.0)
36
+ mustermann (3.0.4)
33
37
  ruby2_keywords (~> 0.0.1)
34
- oauth (1.1.0)
35
- oauth-tty (~> 1.0, >= 1.0.1)
38
+ oauth (1.1.2)
39
+ oauth-tty (~> 1.0, >= 1.0.6)
36
40
  snaky_hash (~> 2.0)
37
- version_gem (~> 1.1)
38
- oauth-tty (1.0.5)
39
- version_gem (~> 1.1, >= 1.1.1)
40
- omniauth (2.1.1)
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)
41
45
  hashie (>= 3.4.6)
42
46
  rack (>= 2.2.3)
43
47
  rack-protection
44
- omniauth-oauth (1.2.0)
48
+ omniauth-oauth (1.2.1)
45
49
  oauth
46
50
  omniauth (>= 1.0, < 3)
51
+ rack (>= 1.6.2, < 4)
47
52
  omniauth-twitter (1.4.0)
48
53
  omniauth-oauth (~> 1.1)
49
54
  rack
50
- psych (5.1.0)
55
+ psych (5.2.6)
56
+ date
51
57
  stringio
52
- public_suffix (5.0.1)
53
- rack (2.2.6.3)
58
+ public_suffix (6.0.2)
59
+ rack (3.2.1)
54
60
  rack-flash3 (1.0.5)
55
61
  rack
56
- rack-protection (3.0.5)
57
- rack
62
+ rack-protection (4.1.1)
63
+ base64 (>= 0.1.0)
64
+ logger (>= 1.6.0)
65
+ rack (>= 3.0.0, < 4)
66
+ rack-session (2.1.1)
67
+ base64 (>= 0.1.0)
68
+ rack (>= 3.0.0)
58
69
  rcov (0.9.11)
59
- rdoc (6.5.0)
70
+ rdoc (6.14.2)
71
+ erb
60
72
  psych (>= 4.0.0)
61
- rspec (3.12.0)
62
- rspec-core (~> 3.12.0)
63
- rspec-expectations (~> 3.12.0)
64
- rspec-mocks (~> 3.12.0)
65
- rspec-core (3.12.1)
66
- rspec-support (~> 3.12.0)
67
- rspec-expectations (3.12.2)
73
+ rspec (3.13.1)
74
+ rspec-core (~> 3.13.0)
75
+ rspec-expectations (~> 3.13.0)
76
+ rspec-mocks (~> 3.13.0)
77
+ rspec-core (3.13.5)
78
+ rspec-support (~> 3.13.0)
79
+ rspec-expectations (3.13.5)
68
80
  diff-lcs (>= 1.2.0, < 2.0)
69
- rspec-support (~> 3.12.0)
70
- rspec-mocks (3.12.3)
81
+ rspec-support (~> 3.13.0)
82
+ rspec-mocks (3.13.5)
71
83
  diff-lcs (>= 1.2.0, < 2.0)
72
- rspec-support (~> 3.12.0)
73
- rspec-support (3.12.0)
84
+ rspec-support (~> 3.13.0)
85
+ rspec-support (3.13.6)
74
86
  ruby2_keywords (0.0.5)
75
87
  simplecov (0.6.4)
76
88
  multi_json (~> 1.0)
77
89
  simplecov-html (~> 0.5.3)
78
90
  simplecov-html (0.5.3)
79
- sinatra (3.0.5)
91
+ sinatra (4.1.1)
92
+ logger (>= 1.6.0)
80
93
  mustermann (~> 3.0)
81
- rack (~> 2.2, >= 2.2.4)
82
- rack-protection (= 3.0.5)
94
+ rack (>= 3.0.0, < 4)
95
+ rack-protection (= 4.1.1)
96
+ rack-session (>= 2.0.0, < 3)
83
97
  tilt (~> 2.0)
84
- snaky_hash (2.0.1)
85
- hashie
86
- version_gem (~> 1.1, >= 1.1.1)
87
- sqlite3 (1.6.1-x86_64-darwin)
88
- stringio (3.0.5)
89
- temple (0.10.0)
90
- thor (1.2.1)
91
- tilt (2.1.0)
92
- uuidtools (2.2.0)
93
- version_gem (1.1.1)
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)
94
117
 
95
118
  PLATFORMS
96
- x86_64-darwin-18
119
+ aarch64-linux-gnu
120
+ aarch64-linux-musl
121
+ arm-linux-gnu
122
+ arm-linux-musl
123
+ arm64-darwin
124
+ x86-linux-gnu
125
+ x86-linux-musl
126
+ x86_64-darwin
127
+ x86_64-linux-gnu
128
+ x86_64-linux-musl
97
129
 
98
130
  DEPENDENCIES
99
131
  addressable
@@ -104,6 +136,7 @@ DEPENDENCIES
104
136
  haml (>= 3.1.1)
105
137
  omniauth
106
138
  omniauth-twitter
139
+ rack (>= 3.1.16)
107
140
  rack-flash3
108
141
  rcov (~> 0.9.11)
109
142
  rdoc (>= 2.4.0)
@@ -114,4 +147,4 @@ DEPENDENCIES
114
147
  uuidtools
115
148
 
116
149
  BUNDLED WITH
117
- 2.3.16
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.0"
5
+ spec.version = "1.3.2"
6
6
  spec.authors = ["Clifford Heath"]
7
7
  spec.email = "clifford.heath@gmail.com"
8
8
 
@@ -86,7 +86,7 @@ Gem::Specification.new do |spec|
86
86
  "views/auth.haml"
87
87
  ]
88
88
 
89
- spec.add_runtime_dependency(%q<sinatra>, [">= 0"])
89
+ spec.add_runtime_dependency(%q<sinatra>, ["~> 4.1.0"])
90
90
  spec.add_runtime_dependency(%q<omniauth>, [">= 0"])
91
91
  spec.add_runtime_dependency(%q<omniauth-twitter>, [">= 0"])
92
92
  spec.add_runtime_dependency(%q<dm-core>, [">= 0"])
metadata CHANGED
@@ -1,11 +1,10 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sinatra_omniauth
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.3.0
4
+ version: 1.3.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Clifford Heath
8
- autorequire:
9
8
  bindir: bin
10
9
  cert_chain: []
11
10
  date: 2023-03-11 00:00:00.000000000 Z
@@ -14,16 +13,16 @@ dependencies:
14
13
  name: sinatra
15
14
  requirement: !ruby/object:Gem::Requirement
16
15
  requirements:
17
- - - ">="
16
+ - - "~>"
18
17
  - !ruby/object:Gem::Version
19
- version: '0'
18
+ version: 4.1.0
20
19
  type: :runtime
21
20
  prerelease: false
22
21
  version_requirements: !ruby/object:Gem::Requirement
23
22
  requirements:
24
- - - ">="
23
+ - - "~>"
25
24
  - !ruby/object:Gem::Version
26
- version: '0'
25
+ version: 4.1.0
27
26
  - !ruby/object:Gem::Dependency
28
27
  name: omniauth
29
28
  requirement: !ruby/object:Gem::Requirement
@@ -342,7 +341,6 @@ homepage: http://github.com/cjheath/sinatra_omniauth
342
341
  licenses:
343
342
  - MIT
344
343
  metadata: {}
345
- post_install_message:
346
344
  rdoc_options: []
347
345
  require_paths:
348
346
  - lib
@@ -357,8 +355,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
357
355
  - !ruby/object:Gem::Version
358
356
  version: '0'
359
357
  requirements: []
360
- rubygems_version: 3.2.22
361
- signing_key:
358
+ rubygems_version: 3.6.9
362
359
  specification_version: 4
363
360
  summary: A Sinatra extension that provides pure OmniAuth goodness to your application
364
361
  (with DataMapper)