monban 1.1.0 → 1.1.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 +116 -104
- data/README.md +1 -1
- data/lib/monban.rb +1 -0
- data/lib/monban/version.rb +2 -2
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: '05977dcc47544f0f4cc93a61a80622036ba7298c'
|
4
|
+
data.tar.gz: 072aaac3fff06b3d89da27f5e5cb36efb15f927d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 49829be02fc9199c0e161e8f1bb3707b370e61c609005471a74fdcbf1cbcd3c147a66491d2dcb2cf1b69da16f85fa530507a5930861607f19e2cae19d9c9cacb
|
7
|
+
data.tar.gz: 4ba153e4edcedeaa73eded0b2992c852b862ba8df9e035bd980b7ac25284766c3a77ec3a7f7530e933a6ff2b12812f75a80255f8ba4dcff03eb224d60ff5d563
|
data/Gemfile.lock
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
monban (1.1.
|
4
|
+
monban (1.1.1)
|
5
5
|
bcrypt
|
6
6
|
rails
|
7
7
|
warden
|
@@ -9,132 +9,144 @@ PATH
|
|
9
9
|
GEM
|
10
10
|
remote: https://rubygems.org/
|
11
11
|
specs:
|
12
|
-
|
13
|
-
actionpack (=
|
14
|
-
|
15
|
-
|
12
|
+
actioncable (5.1.4)
|
13
|
+
actionpack (= 5.1.4)
|
14
|
+
nio4r (~> 2.0)
|
15
|
+
websocket-driver (~> 0.6.1)
|
16
|
+
actionmailer (5.1.4)
|
17
|
+
actionpack (= 5.1.4)
|
18
|
+
actionview (= 5.1.4)
|
19
|
+
activejob (= 5.1.4)
|
16
20
|
mail (~> 2.5, >= 2.5.4)
|
17
|
-
rails-dom-testing (~>
|
18
|
-
actionpack (
|
19
|
-
actionview (=
|
20
|
-
activesupport (=
|
21
|
-
rack (~>
|
22
|
-
rack-test (
|
23
|
-
rails-dom-testing (~>
|
24
|
-
rails-html-sanitizer (~> 1.0, >= 1.0.
|
25
|
-
actionview (
|
26
|
-
activesupport (=
|
21
|
+
rails-dom-testing (~> 2.0)
|
22
|
+
actionpack (5.1.4)
|
23
|
+
actionview (= 5.1.4)
|
24
|
+
activesupport (= 5.1.4)
|
25
|
+
rack (~> 2.0)
|
26
|
+
rack-test (>= 0.6.3)
|
27
|
+
rails-dom-testing (~> 2.0)
|
28
|
+
rails-html-sanitizer (~> 1.0, >= 1.0.2)
|
29
|
+
actionview (5.1.4)
|
30
|
+
activesupport (= 5.1.4)
|
27
31
|
builder (~> 3.1)
|
28
|
-
|
29
|
-
rails-dom-testing (~>
|
30
|
-
rails-html-sanitizer (~> 1.0, >= 1.0.
|
31
|
-
active_hash (1.
|
32
|
+
erubi (~> 1.4)
|
33
|
+
rails-dom-testing (~> 2.0)
|
34
|
+
rails-html-sanitizer (~> 1.0, >= 1.0.3)
|
35
|
+
active_hash (1.5.2)
|
32
36
|
activesupport (>= 2.2.2)
|
33
|
-
activejob (
|
34
|
-
activesupport (=
|
35
|
-
globalid (>= 0.3.
|
36
|
-
activemodel (
|
37
|
-
activesupport (=
|
38
|
-
|
39
|
-
|
40
|
-
|
41
|
-
|
42
|
-
|
43
|
-
|
37
|
+
activejob (5.1.4)
|
38
|
+
activesupport (= 5.1.4)
|
39
|
+
globalid (>= 0.3.6)
|
40
|
+
activemodel (5.1.4)
|
41
|
+
activesupport (= 5.1.4)
|
42
|
+
activerecord (5.1.4)
|
43
|
+
activemodel (= 5.1.4)
|
44
|
+
activesupport (= 5.1.4)
|
45
|
+
arel (~> 8.0)
|
46
|
+
activesupport (5.1.4)
|
47
|
+
concurrent-ruby (~> 1.0, >= 1.0.2)
|
44
48
|
i18n (~> 0.7)
|
45
|
-
json (~> 1.7, >= 1.7.7)
|
46
49
|
minitest (~> 5.1)
|
47
|
-
thread_safe (~> 0.3, >= 0.3.4)
|
48
50
|
tzinfo (~> 1.1)
|
49
|
-
|
51
|
+
addressable (2.5.2)
|
52
|
+
public_suffix (>= 2.0.2, < 4.0)
|
53
|
+
arel (8.0.0)
|
50
54
|
bcrypt (3.1.11)
|
51
|
-
builder (3.2.
|
52
|
-
capybara (2.
|
53
|
-
|
55
|
+
builder (3.2.3)
|
56
|
+
capybara (2.16.1)
|
57
|
+
addressable
|
58
|
+
mini_mime (>= 0.1.3)
|
54
59
|
nokogiri (>= 1.3.3)
|
55
60
|
rack (>= 1.0.0)
|
56
61
|
rack-test (>= 0.5.4)
|
57
62
|
xpath (~> 2.0)
|
58
|
-
concurrent-ruby (1.0.
|
59
|
-
|
60
|
-
|
61
|
-
|
62
|
-
|
63
|
-
|
64
|
-
|
65
|
-
|
63
|
+
concurrent-ruby (1.0.5)
|
64
|
+
crass (1.0.3)
|
65
|
+
diff-lcs (1.3)
|
66
|
+
erubi (1.7.0)
|
67
|
+
globalid (0.4.1)
|
68
|
+
activesupport (>= 4.2.0)
|
69
|
+
i18n (0.9.1)
|
70
|
+
concurrent-ruby (~> 1.0)
|
71
|
+
loofah (2.1.1)
|
72
|
+
crass (~> 1.0.2)
|
66
73
|
nokogiri (>= 1.5.9)
|
67
|
-
mail (2.
|
68
|
-
|
69
|
-
|
70
|
-
|
71
|
-
|
72
|
-
|
73
|
-
|
74
|
-
|
75
|
-
|
76
|
-
|
77
|
-
|
78
|
-
|
79
|
-
|
80
|
-
|
81
|
-
|
82
|
-
|
83
|
-
|
84
|
-
|
85
|
-
|
86
|
-
|
87
|
-
|
88
|
-
|
89
|
-
|
90
|
-
|
91
|
-
|
92
|
-
|
93
|
-
|
94
|
-
|
74
|
+
mail (2.7.0)
|
75
|
+
mini_mime (>= 0.1.1)
|
76
|
+
method_source (0.9.0)
|
77
|
+
mini_mime (1.0.0)
|
78
|
+
mini_portile2 (2.3.0)
|
79
|
+
minitest (5.10.3)
|
80
|
+
nio4r (2.1.0)
|
81
|
+
nokogiri (1.8.1)
|
82
|
+
mini_portile2 (~> 2.3.0)
|
83
|
+
public_suffix (3.0.1)
|
84
|
+
rack (2.0.3)
|
85
|
+
rack-test (0.8.2)
|
86
|
+
rack (>= 1.0, < 3)
|
87
|
+
rails (5.1.4)
|
88
|
+
actioncable (= 5.1.4)
|
89
|
+
actionmailer (= 5.1.4)
|
90
|
+
actionpack (= 5.1.4)
|
91
|
+
actionview (= 5.1.4)
|
92
|
+
activejob (= 5.1.4)
|
93
|
+
activemodel (= 5.1.4)
|
94
|
+
activerecord (= 5.1.4)
|
95
|
+
activesupport (= 5.1.4)
|
96
|
+
bundler (>= 1.3.0)
|
97
|
+
railties (= 5.1.4)
|
98
|
+
sprockets-rails (>= 2.0.0)
|
99
|
+
rails-dom-testing (2.0.3)
|
100
|
+
activesupport (>= 4.2.0)
|
101
|
+
nokogiri (>= 1.6)
|
102
|
+
rails-html-sanitizer (1.0.3)
|
95
103
|
loofah (~> 2.0)
|
96
|
-
railties (
|
97
|
-
actionpack (=
|
98
|
-
activesupport (=
|
104
|
+
railties (5.1.4)
|
105
|
+
actionpack (= 5.1.4)
|
106
|
+
activesupport (= 5.1.4)
|
107
|
+
method_source
|
99
108
|
rake (>= 0.8.7)
|
100
109
|
thor (>= 0.18.1, < 2.0)
|
101
|
-
rake (
|
102
|
-
rspec (3.
|
103
|
-
rspec-core (~> 3.
|
104
|
-
rspec-expectations (~> 3.
|
105
|
-
rspec-mocks (~> 3.
|
106
|
-
rspec-core (3.
|
107
|
-
rspec-support (~> 3.
|
108
|
-
rspec-expectations (3.
|
110
|
+
rake (12.3.0)
|
111
|
+
rspec (3.7.0)
|
112
|
+
rspec-core (~> 3.7.0)
|
113
|
+
rspec-expectations (~> 3.7.0)
|
114
|
+
rspec-mocks (~> 3.7.0)
|
115
|
+
rspec-core (3.7.0)
|
116
|
+
rspec-support (~> 3.7.0)
|
117
|
+
rspec-expectations (3.7.0)
|
109
118
|
diff-lcs (>= 1.2.0, < 2.0)
|
110
|
-
rspec-support (~> 3.
|
111
|
-
rspec-mocks (3.
|
119
|
+
rspec-support (~> 3.7.0)
|
120
|
+
rspec-mocks (3.7.0)
|
112
121
|
diff-lcs (>= 1.2.0, < 2.0)
|
113
|
-
rspec-support (~> 3.
|
114
|
-
rspec-rails (3.
|
115
|
-
actionpack (>= 3.0
|
116
|
-
activesupport (>= 3.0
|
117
|
-
railties (>= 3.0
|
118
|
-
rspec-core (~> 3.
|
119
|
-
rspec-expectations (~> 3.
|
120
|
-
rspec-mocks (~> 3.
|
121
|
-
rspec-support (~> 3.
|
122
|
-
rspec-support (3.
|
123
|
-
sprockets (3.
|
122
|
+
rspec-support (~> 3.7.0)
|
123
|
+
rspec-rails (3.7.2)
|
124
|
+
actionpack (>= 3.0)
|
125
|
+
activesupport (>= 3.0)
|
126
|
+
railties (>= 3.0)
|
127
|
+
rspec-core (~> 3.7.0)
|
128
|
+
rspec-expectations (~> 3.7.0)
|
129
|
+
rspec-mocks (~> 3.7.0)
|
130
|
+
rspec-support (~> 3.7.0)
|
131
|
+
rspec-support (3.7.0)
|
132
|
+
sprockets (3.7.1)
|
124
133
|
concurrent-ruby (~> 1.0)
|
125
134
|
rack (> 1, < 3)
|
126
|
-
sprockets-rails (3.
|
135
|
+
sprockets-rails (3.2.1)
|
127
136
|
actionpack (>= 4.0)
|
128
137
|
activesupport (>= 4.0)
|
129
138
|
sprockets (>= 3.0.0)
|
130
|
-
sqlite3 (1.3.
|
131
|
-
thor (0.
|
132
|
-
thread_safe (0.3.
|
133
|
-
tzinfo (1.2.
|
139
|
+
sqlite3 (1.3.13)
|
140
|
+
thor (0.20.0)
|
141
|
+
thread_safe (0.3.6)
|
142
|
+
tzinfo (1.2.4)
|
134
143
|
thread_safe (~> 0.1)
|
135
|
-
warden (1.2.
|
144
|
+
warden (1.2.7)
|
136
145
|
rack (>= 1.0)
|
137
|
-
|
146
|
+
websocket-driver (0.6.5)
|
147
|
+
websocket-extensions (>= 0.1.0)
|
148
|
+
websocket-extensions (0.1.3)
|
149
|
+
xpath (2.1.0)
|
138
150
|
nokogiri (~> 1.3)
|
139
151
|
|
140
152
|
PLATFORMS
|
@@ -150,4 +162,4 @@ DEPENDENCIES
|
|
150
162
|
sqlite3
|
151
163
|
|
152
164
|
BUNDLED WITH
|
153
|
-
1.
|
165
|
+
1.16.0
|
data/README.md
CHANGED
@@ -186,7 +186,7 @@ Monban.test_mode!
|
|
186
186
|
Which will change password hashing method to provide plaintext responses instead of using BCrypt. This will allow you to write factories using the password_digest field:
|
187
187
|
|
188
188
|
```ruby
|
189
|
-
|
189
|
+
FactoryBot.define do
|
190
190
|
factory :user do
|
191
191
|
username 'wombat'
|
192
192
|
password_digest 'password'
|
data/lib/monban.rb
CHANGED
data/lib/monban/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: monban
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.1.
|
4
|
+
version: 1.1.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- halogenandtoast
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date:
|
12
|
+
date: 2017-12-14 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: rails
|
@@ -256,7 +256,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
256
256
|
version: '0'
|
257
257
|
requirements: []
|
258
258
|
rubyforge_project:
|
259
|
-
rubygems_version: 2.
|
259
|
+
rubygems_version: 2.6.13
|
260
260
|
signing_key:
|
261
261
|
specification_version: 4
|
262
262
|
summary: Making rails authentication as simple as possible
|