google-authenticator-rails 3.1.0 → 3.2.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Appraisals +0 -8
- data/CONTRIBUTING.md +5 -1
- data/Gemfile.lock +82 -83
- data/lib/google-authenticator-rails/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 5b166a6bb508dae264da9d9a11aaaf2fc0c84399f9599ead910e93b1b93ad97b
|
4
|
+
data.tar.gz: dc328e98ce471ee1dc50d58ea933ff4982587720d114940c09fa31d6fcfe06dc
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d1be216b0e4ef6f48ac16116942b5a41d5f5db883ebe80a6c37a16f08b65e303ea5a057a923cae81aae8c98962d7f5e254240e7b25c1037c2409d58e63b14804
|
7
|
+
data.tar.gz: c73fa8cbcbc860f52d59d5b4b14418ab889bc33c927a3d918fb74e47b5d2d21742e84dc15866c43ef74da2472fdb033e3e583fa5f685c9bd1d39cfb6d8279ea1
|
data/Appraisals
CHANGED
@@ -4,14 +4,6 @@ major = version_info.first.to_i
|
|
4
4
|
minor = version_info[1].to_i
|
5
5
|
hotfix = version_info.last.to_i
|
6
6
|
|
7
|
-
appraise "rails-5.2" do
|
8
|
-
gem "activerecord", "~> 5.2.0"
|
9
|
-
end
|
10
|
-
|
11
|
-
appraise "rails-6.0" do
|
12
|
-
gem "activerecord", "~> 6.0.0"
|
13
|
-
end
|
14
|
-
|
15
7
|
appraise "rails-6.1" do
|
16
8
|
gem "activerecord", "~> 6.1.0"
|
17
9
|
end
|
data/CONTRIBUTING.md
CHANGED
@@ -4,4 +4,8 @@
|
|
4
4
|
2. Create your feature branch (`git checkout -b my-new-feature`)
|
5
5
|
3. Commit your changes (`git commit -am 'Added some feature'`)
|
6
6
|
4. Push to the branch (`git push origin my-new-feature`)
|
7
|
-
5. Create new Pull Request
|
7
|
+
5. Create new Pull Request
|
8
|
+
|
9
|
+
## Bug fixes
|
10
|
+
|
11
|
+
It's very helpful for me if you include a failing spec with your bug fix so I can verify the behavior that is changing.
|
data/Gemfile.lock
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
google-authenticator-rails (3.
|
4
|
+
google-authenticator-rails (3.2.0)
|
5
5
|
actionpack
|
6
6
|
activerecord
|
7
7
|
rails
|
@@ -11,67 +11,67 @@ PATH
|
|
11
11
|
GEM
|
12
12
|
remote: https://rubygems.org/
|
13
13
|
specs:
|
14
|
-
actioncable (7.0.
|
15
|
-
actionpack (= 7.0.
|
16
|
-
activesupport (= 7.0.
|
14
|
+
actioncable (7.0.4.2)
|
15
|
+
actionpack (= 7.0.4.2)
|
16
|
+
activesupport (= 7.0.4.2)
|
17
17
|
nio4r (~> 2.0)
|
18
18
|
websocket-driver (>= 0.6.1)
|
19
|
-
actionmailbox (7.0.
|
20
|
-
actionpack (= 7.0.
|
21
|
-
activejob (= 7.0.
|
22
|
-
activerecord (= 7.0.
|
23
|
-
activestorage (= 7.0.
|
24
|
-
activesupport (= 7.0.
|
19
|
+
actionmailbox (7.0.4.2)
|
20
|
+
actionpack (= 7.0.4.2)
|
21
|
+
activejob (= 7.0.4.2)
|
22
|
+
activerecord (= 7.0.4.2)
|
23
|
+
activestorage (= 7.0.4.2)
|
24
|
+
activesupport (= 7.0.4.2)
|
25
25
|
mail (>= 2.7.1)
|
26
26
|
net-imap
|
27
27
|
net-pop
|
28
28
|
net-smtp
|
29
|
-
actionmailer (7.0.
|
30
|
-
actionpack (= 7.0.
|
31
|
-
actionview (= 7.0.
|
32
|
-
activejob (= 7.0.
|
33
|
-
activesupport (= 7.0.
|
29
|
+
actionmailer (7.0.4.2)
|
30
|
+
actionpack (= 7.0.4.2)
|
31
|
+
actionview (= 7.0.4.2)
|
32
|
+
activejob (= 7.0.4.2)
|
33
|
+
activesupport (= 7.0.4.2)
|
34
34
|
mail (~> 2.5, >= 2.5.4)
|
35
35
|
net-imap
|
36
36
|
net-pop
|
37
37
|
net-smtp
|
38
38
|
rails-dom-testing (~> 2.0)
|
39
|
-
actionpack (7.0.
|
40
|
-
actionview (= 7.0.
|
41
|
-
activesupport (= 7.0.
|
39
|
+
actionpack (7.0.4.2)
|
40
|
+
actionview (= 7.0.4.2)
|
41
|
+
activesupport (= 7.0.4.2)
|
42
42
|
rack (~> 2.0, >= 2.2.0)
|
43
43
|
rack-test (>= 0.6.3)
|
44
44
|
rails-dom-testing (~> 2.0)
|
45
45
|
rails-html-sanitizer (~> 1.0, >= 1.2.0)
|
46
|
-
actiontext (7.0.
|
47
|
-
actionpack (= 7.0.
|
48
|
-
activerecord (= 7.0.
|
49
|
-
activestorage (= 7.0.
|
50
|
-
activesupport (= 7.0.
|
46
|
+
actiontext (7.0.4.2)
|
47
|
+
actionpack (= 7.0.4.2)
|
48
|
+
activerecord (= 7.0.4.2)
|
49
|
+
activestorage (= 7.0.4.2)
|
50
|
+
activesupport (= 7.0.4.2)
|
51
51
|
globalid (>= 0.6.0)
|
52
52
|
nokogiri (>= 1.8.5)
|
53
|
-
actionview (7.0.
|
54
|
-
activesupport (= 7.0.
|
53
|
+
actionview (7.0.4.2)
|
54
|
+
activesupport (= 7.0.4.2)
|
55
55
|
builder (~> 3.1)
|
56
56
|
erubi (~> 1.4)
|
57
57
|
rails-dom-testing (~> 2.0)
|
58
58
|
rails-html-sanitizer (~> 1.1, >= 1.2.0)
|
59
|
-
activejob (7.0.
|
60
|
-
activesupport (= 7.0.
|
59
|
+
activejob (7.0.4.2)
|
60
|
+
activesupport (= 7.0.4.2)
|
61
61
|
globalid (>= 0.3.6)
|
62
|
-
activemodel (7.0.
|
63
|
-
activesupport (= 7.0.
|
64
|
-
activerecord (7.0.
|
65
|
-
activemodel (= 7.0.
|
66
|
-
activesupport (= 7.0.
|
67
|
-
activestorage (7.0.
|
68
|
-
actionpack (= 7.0.
|
69
|
-
activejob (= 7.0.
|
70
|
-
activerecord (= 7.0.
|
71
|
-
activesupport (= 7.0.
|
62
|
+
activemodel (7.0.4.2)
|
63
|
+
activesupport (= 7.0.4.2)
|
64
|
+
activerecord (7.0.4.2)
|
65
|
+
activemodel (= 7.0.4.2)
|
66
|
+
activesupport (= 7.0.4.2)
|
67
|
+
activestorage (7.0.4.2)
|
68
|
+
actionpack (= 7.0.4.2)
|
69
|
+
activejob (= 7.0.4.2)
|
70
|
+
activerecord (= 7.0.4.2)
|
71
|
+
activesupport (= 7.0.4.2)
|
72
72
|
marcel (~> 1.0)
|
73
73
|
mini_mime (>= 1.1.0)
|
74
|
-
activesupport (7.0.
|
74
|
+
activesupport (7.0.4.2)
|
75
75
|
concurrent-ruby (~> 1.0, >= 1.0.2)
|
76
76
|
i18n (>= 1.6, < 2)
|
77
77
|
minitest (>= 5.1)
|
@@ -82,75 +82,75 @@ GEM
|
|
82
82
|
thor (>= 0.14.0)
|
83
83
|
builder (3.2.4)
|
84
84
|
chunky_png (1.4.0)
|
85
|
-
concurrent-ruby (1.
|
85
|
+
concurrent-ruby (1.2.0)
|
86
86
|
crass (1.0.6)
|
87
|
+
date (3.3.3)
|
87
88
|
diff-lcs (1.5.0)
|
88
|
-
digest (3.1.0)
|
89
89
|
docile (1.4.0)
|
90
|
-
erubi (1.
|
91
|
-
globalid (1.
|
90
|
+
erubi (1.12.0)
|
91
|
+
globalid (1.1.0)
|
92
92
|
activesupport (>= 5.0)
|
93
|
-
i18n (1.
|
93
|
+
i18n (1.12.0)
|
94
94
|
concurrent-ruby (~> 1.0)
|
95
95
|
loofah (2.19.1)
|
96
96
|
crass (~> 1.0.2)
|
97
97
|
nokogiri (>= 1.5.9)
|
98
|
-
mail (2.
|
98
|
+
mail (2.8.1)
|
99
99
|
mini_mime (>= 0.1.1)
|
100
|
+
net-imap
|
101
|
+
net-pop
|
102
|
+
net-smtp
|
100
103
|
marcel (1.0.2)
|
101
104
|
method_source (1.0.0)
|
102
105
|
mini_mime (1.1.2)
|
103
|
-
|
104
|
-
|
105
|
-
|
106
|
+
mini_portile2 (2.8.1)
|
107
|
+
minitest (5.17.0)
|
108
|
+
net-imap (0.3.4)
|
109
|
+
date
|
106
110
|
net-protocol
|
107
|
-
|
108
|
-
net-pop (0.1.1)
|
109
|
-
digest
|
111
|
+
net-pop (0.1.2)
|
110
112
|
net-protocol
|
113
|
+
net-protocol (0.2.1)
|
111
114
|
timeout
|
112
|
-
net-
|
113
|
-
timeout
|
114
|
-
net-smtp (0.3.1)
|
115
|
-
digest
|
115
|
+
net-smtp (0.3.3)
|
116
116
|
net-protocol
|
117
|
-
timeout
|
118
117
|
nio4r (2.5.8)
|
119
|
-
nokogiri (1.
|
118
|
+
nokogiri (1.14.2)
|
119
|
+
mini_portile2 (~> 2.8.0)
|
120
120
|
racc (~> 1.4)
|
121
|
-
racc (1.6.
|
122
|
-
rack (2.2.
|
123
|
-
rack-test (
|
124
|
-
rack (>= 1.
|
125
|
-
rails (7.0.
|
126
|
-
actioncable (= 7.0.
|
127
|
-
actionmailbox (= 7.0.
|
128
|
-
actionmailer (= 7.0.
|
129
|
-
actionpack (= 7.0.
|
130
|
-
actiontext (= 7.0.
|
131
|
-
actionview (= 7.0.
|
132
|
-
activejob (= 7.0.
|
133
|
-
activemodel (= 7.0.
|
134
|
-
activerecord (= 7.0.
|
135
|
-
activestorage (= 7.0.
|
136
|
-
activesupport (= 7.0.
|
121
|
+
racc (1.6.2)
|
122
|
+
rack (2.2.6.2)
|
123
|
+
rack-test (2.0.2)
|
124
|
+
rack (>= 1.3)
|
125
|
+
rails (7.0.4.2)
|
126
|
+
actioncable (= 7.0.4.2)
|
127
|
+
actionmailbox (= 7.0.4.2)
|
128
|
+
actionmailer (= 7.0.4.2)
|
129
|
+
actionpack (= 7.0.4.2)
|
130
|
+
actiontext (= 7.0.4.2)
|
131
|
+
actionview (= 7.0.4.2)
|
132
|
+
activejob (= 7.0.4.2)
|
133
|
+
activemodel (= 7.0.4.2)
|
134
|
+
activerecord (= 7.0.4.2)
|
135
|
+
activestorage (= 7.0.4.2)
|
136
|
+
activesupport (= 7.0.4.2)
|
137
137
|
bundler (>= 1.15.0)
|
138
|
-
railties (= 7.0.
|
138
|
+
railties (= 7.0.4.2)
|
139
139
|
rails-dom-testing (2.0.3)
|
140
140
|
activesupport (>= 4.2.0)
|
141
141
|
nokogiri (>= 1.6)
|
142
|
-
rails-html-sanitizer (1.
|
142
|
+
rails-html-sanitizer (1.5.0)
|
143
143
|
loofah (~> 2.19, >= 2.19.1)
|
144
|
-
railties (7.0.
|
145
|
-
actionpack (= 7.0.
|
146
|
-
activesupport (= 7.0.
|
144
|
+
railties (7.0.4.2)
|
145
|
+
actionpack (= 7.0.4.2)
|
146
|
+
activesupport (= 7.0.4.2)
|
147
147
|
method_source
|
148
148
|
rake (>= 12.2)
|
149
149
|
thor (~> 1.0)
|
150
150
|
zeitwerk (~> 2.5)
|
151
151
|
rake (13.0.6)
|
152
|
-
rotp (6.2.
|
153
|
-
rqrcode (2.1.
|
152
|
+
rotp (6.2.2)
|
153
|
+
rqrcode (2.1.2)
|
154
154
|
chunky_png (~> 1.0)
|
155
155
|
rqrcode_core (~> 1.0)
|
156
156
|
rqrcode_core (1.2.0)
|
@@ -174,15 +174,14 @@ GEM
|
|
174
174
|
simplecov-html (0.12.3)
|
175
175
|
simplecov_json_formatter (0.1.4)
|
176
176
|
sqlite3 (1.4.2)
|
177
|
-
strscan (3.0.3)
|
178
177
|
thor (1.2.1)
|
179
|
-
timeout (0.3.
|
180
|
-
tzinfo (2.0.
|
178
|
+
timeout (0.3.2)
|
179
|
+
tzinfo (2.0.6)
|
181
180
|
concurrent-ruby (~> 1.0)
|
182
181
|
websocket-driver (0.7.5)
|
183
182
|
websocket-extensions (>= 0.1.0)
|
184
183
|
websocket-extensions (0.1.5)
|
185
|
-
zeitwerk (2.6.
|
184
|
+
zeitwerk (2.6.7)
|
186
185
|
|
187
186
|
PLATFORMS
|
188
187
|
ruby
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-authenticator-rails
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.
|
4
|
+
version: 3.2.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Jared McFarland
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2023-02-
|
11
|
+
date: 2023-02-19 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rotp
|