sinatra_omniauth 1.3.0 → 1.3.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile.lock +65 -35
- data/sinatra_omniauth.gemspec +2 -2
- metadata +6 -9
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: aac614acf7c205c92ee3d864b4a11c9636fd2ba2beaa2afcdac702a33a120437
|
4
|
+
data.tar.gz: 219bf04676efd041fbc823e666edc19e164ad0cf731b77731bb5d79e704b2337
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 4422d802cc3d608d1dfe460aec93fe380eee5f1980ef17a57f94f024855a56f34a7d60ecdb6300b3c13a4b087360d5b9be7daf5a62a023bc95acc3542b1f1b6d
|
7
|
+
data.tar.gz: 821e416c8ba98fbadf5f4be11cf0401db605f8f95f6a3a5bae23ee721dafa996b8b1d73795c1a72fce1549b8b12f2a658df51f468ffe87df7c01ebf8400600a6
|
data/Gemfile.lock
CHANGED
@@ -1,11 +1,13 @@
|
|
1
1
|
GEM
|
2
2
|
remote: http://rubygems.org/
|
3
3
|
specs:
|
4
|
-
addressable (2.8.
|
5
|
-
public_suffix (>= 2.0.2, <
|
4
|
+
addressable (2.8.7)
|
5
|
+
public_suffix (>= 2.0.2, < 7.0)
|
6
|
+
base64 (0.2.0)
|
6
7
|
data_objects (0.10.17)
|
7
8
|
addressable (~> 2.1)
|
8
|
-
|
9
|
+
date (3.4.1)
|
10
|
+
diff-lcs (1.6.0)
|
9
11
|
dm-core (1.2.1)
|
10
12
|
addressable (~> 2.3)
|
11
13
|
dm-do-adapter (1.2.0)
|
@@ -23,13 +25,14 @@ 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.
|
28
|
+
haml (6.3.0)
|
27
29
|
temple (>= 0.8.2)
|
28
30
|
thor
|
29
31
|
tilt
|
30
32
|
hashie (5.0.0)
|
33
|
+
logger (1.6.6)
|
31
34
|
multi_json (1.15.0)
|
32
|
-
mustermann (3.0.
|
35
|
+
mustermann (3.0.3)
|
33
36
|
ruby2_keywords (~> 0.0.1)
|
34
37
|
oauth (1.1.0)
|
35
38
|
oauth-tty (~> 1.0, >= 1.0.1)
|
@@ -37,63 +40,90 @@ GEM
|
|
37
40
|
version_gem (~> 1.1)
|
38
41
|
oauth-tty (1.0.5)
|
39
42
|
version_gem (~> 1.1, >= 1.1.1)
|
40
|
-
omniauth (2.1.
|
43
|
+
omniauth (2.1.2)
|
41
44
|
hashie (>= 3.4.6)
|
42
45
|
rack (>= 2.2.3)
|
43
46
|
rack-protection
|
44
|
-
omniauth-oauth (1.2.
|
47
|
+
omniauth-oauth (1.2.1)
|
45
48
|
oauth
|
46
49
|
omniauth (>= 1.0, < 3)
|
50
|
+
rack (>= 1.6.2, < 4)
|
47
51
|
omniauth-twitter (1.4.0)
|
48
52
|
omniauth-oauth (~> 1.1)
|
49
53
|
rack
|
50
|
-
psych (5.
|
54
|
+
psych (5.2.3)
|
55
|
+
date
|
51
56
|
stringio
|
52
|
-
public_suffix (
|
53
|
-
rack (
|
57
|
+
public_suffix (6.0.1)
|
58
|
+
rack (3.1.10)
|
54
59
|
rack-flash3 (1.0.5)
|
55
60
|
rack
|
56
|
-
rack-protection (
|
57
|
-
|
61
|
+
rack-protection (4.1.1)
|
62
|
+
base64 (>= 0.1.0)
|
63
|
+
logger (>= 1.6.0)
|
64
|
+
rack (>= 3.0.0, < 4)
|
65
|
+
rack-session (2.1.0)
|
66
|
+
base64 (>= 0.1.0)
|
67
|
+
rack (>= 3.0.0)
|
58
68
|
rcov (0.9.11)
|
59
|
-
rdoc (6.
|
69
|
+
rdoc (6.12.0)
|
60
70
|
psych (>= 4.0.0)
|
61
|
-
rspec (3.
|
62
|
-
rspec-core (~> 3.
|
63
|
-
rspec-expectations (~> 3.
|
64
|
-
rspec-mocks (~> 3.
|
65
|
-
rspec-core (3.
|
66
|
-
rspec-support (~> 3.
|
67
|
-
rspec-expectations (3.
|
71
|
+
rspec (3.13.0)
|
72
|
+
rspec-core (~> 3.13.0)
|
73
|
+
rspec-expectations (~> 3.13.0)
|
74
|
+
rspec-mocks (~> 3.13.0)
|
75
|
+
rspec-core (3.13.3)
|
76
|
+
rspec-support (~> 3.13.0)
|
77
|
+
rspec-expectations (3.13.3)
|
68
78
|
diff-lcs (>= 1.2.0, < 2.0)
|
69
|
-
rspec-support (~> 3.
|
70
|
-
rspec-mocks (3.
|
79
|
+
rspec-support (~> 3.13.0)
|
80
|
+
rspec-mocks (3.13.2)
|
71
81
|
diff-lcs (>= 1.2.0, < 2.0)
|
72
|
-
rspec-support (~> 3.
|
73
|
-
rspec-support (3.
|
82
|
+
rspec-support (~> 3.13.0)
|
83
|
+
rspec-support (3.13.2)
|
74
84
|
ruby2_keywords (0.0.5)
|
75
85
|
simplecov (0.6.4)
|
76
86
|
multi_json (~> 1.0)
|
77
87
|
simplecov-html (~> 0.5.3)
|
78
88
|
simplecov-html (0.5.3)
|
79
|
-
sinatra (
|
89
|
+
sinatra (4.1.1)
|
90
|
+
logger (>= 1.6.0)
|
80
91
|
mustermann (~> 3.0)
|
81
|
-
rack (
|
82
|
-
rack-protection (=
|
92
|
+
rack (>= 3.0.0, < 4)
|
93
|
+
rack-protection (= 4.1.1)
|
94
|
+
rack-session (>= 2.0.0, < 3)
|
83
95
|
tilt (~> 2.0)
|
84
96
|
snaky_hash (2.0.1)
|
85
97
|
hashie
|
86
98
|
version_gem (~> 1.1, >= 1.1.1)
|
87
|
-
sqlite3 (
|
88
|
-
|
89
|
-
|
90
|
-
|
91
|
-
|
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)
|
92
113
|
uuidtools (2.2.0)
|
93
|
-
version_gem (1.1.
|
114
|
+
version_gem (1.1.4)
|
94
115
|
|
95
116
|
PLATFORMS
|
96
|
-
|
117
|
+
aarch64-linux-gnu
|
118
|
+
aarch64-linux-musl
|
119
|
+
arm-linux-gnu
|
120
|
+
arm-linux-musl
|
121
|
+
arm64-darwin
|
122
|
+
x86-linux-gnu
|
123
|
+
x86-linux-musl
|
124
|
+
x86_64-darwin
|
125
|
+
x86_64-linux-gnu
|
126
|
+
x86_64-linux-musl
|
97
127
|
|
98
128
|
DEPENDENCIES
|
99
129
|
addressable
|
@@ -114,4 +144,4 @@ DEPENDENCIES
|
|
114
144
|
uuidtools
|
115
145
|
|
116
146
|
BUNDLED WITH
|
117
|
-
2.3
|
147
|
+
2.6.3
|
data/sinatra_omniauth.gemspec
CHANGED
@@ -2,7 +2,7 @@
|
|
2
2
|
|
3
3
|
Gem::Specification.new do |spec|
|
4
4
|
spec.name = "sinatra_omniauth"
|
5
|
-
spec.version = "1.3.
|
5
|
+
spec.version = "1.3.1"
|
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>, ["
|
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.
|
4
|
+
version: 1.3.1
|
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:
|
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:
|
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.
|
361
|
-
signing_key:
|
358
|
+
rubygems_version: 3.6.3
|
362
359
|
specification_version: 4
|
363
360
|
summary: A Sinatra extension that provides pure OmniAuth goodness to your application
|
364
361
|
(with DataMapper)
|