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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: a4882c70c08f77f8bee4a55815cb3021bdae77dc
4
- data.tar.gz: 1d9890913a18365a2fcc6b0399cf14c7f9c03689
3
+ metadata.gz: '05977dcc47544f0f4cc93a61a80622036ba7298c'
4
+ data.tar.gz: 072aaac3fff06b3d89da27f5e5cb36efb15f927d
5
5
  SHA512:
6
- metadata.gz: efbf4a103f0a617c39360272b77cd4f34a58426ad7964e3906fedea7e57e47ac684c02b19e608a10c4ec3f0326648ba6060987287ba45fa9b2257136e5a1109c
7
- data.tar.gz: dad1fc0d96b979bef0337472c99e22ca4b8b8b8afdfdee0f7c058201ac485abf25694a60313db44887f418d6f6464e70275a1c44ade7f307b365a23254c423b3
6
+ metadata.gz: 49829be02fc9199c0e161e8f1bb3707b370e61c609005471a74fdcbf1cbcd3c147a66491d2dcb2cf1b69da16f85fa530507a5930861607f19e2cae19d9c9cacb
7
+ data.tar.gz: 4ba153e4edcedeaa73eded0b2992c852b862ba8df9e035bd980b7ac25284766c3a77ec3a7f7530e933a6ff2b12812f75a80255f8ba4dcff03eb224d60ff5d563
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- monban (1.1.0)
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
- actionmailer (4.2.2)
13
- actionpack (= 4.2.2)
14
- actionview (= 4.2.2)
15
- activejob (= 4.2.2)
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 (~> 1.0, >= 1.0.5)
18
- actionpack (4.2.2)
19
- actionview (= 4.2.2)
20
- activesupport (= 4.2.2)
21
- rack (~> 1.6)
22
- rack-test (~> 0.6.2)
23
- rails-dom-testing (~> 1.0, >= 1.0.5)
24
- rails-html-sanitizer (~> 1.0, >= 1.0.1)
25
- actionview (4.2.2)
26
- activesupport (= 4.2.2)
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
- erubis (~> 2.7.0)
29
- rails-dom-testing (~> 1.0, >= 1.0.5)
30
- rails-html-sanitizer (~> 1.0, >= 1.0.1)
31
- active_hash (1.4.0)
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 (4.2.2)
34
- activesupport (= 4.2.2)
35
- globalid (>= 0.3.0)
36
- activemodel (4.2.2)
37
- activesupport (= 4.2.2)
38
- builder (~> 3.1)
39
- activerecord (4.2.2)
40
- activemodel (= 4.2.2)
41
- activesupport (= 4.2.2)
42
- arel (~> 6.0)
43
- activesupport (4.2.2)
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
- arel (6.0.3)
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.2)
52
- capybara (2.4.4)
53
- mime-types (>= 1.16)
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.2)
59
- diff-lcs (1.2.5)
60
- erubis (2.7.0)
61
- globalid (0.3.6)
62
- activesupport (>= 4.1.0)
63
- i18n (0.7.0)
64
- json (1.8.3)
65
- loofah (2.0.2)
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.6.4)
68
- mime-types (>= 1.16, < 4)
69
- mime-types (2.6.1)
70
- mini_portile (0.6.2)
71
- minitest (5.7.0)
72
- nokogiri (1.6.6.2)
73
- mini_portile (~> 0.6.0)
74
- rack (1.6.4)
75
- rack-test (0.6.3)
76
- rack (>= 1.0)
77
- rails (4.2.2)
78
- actionmailer (= 4.2.2)
79
- actionpack (= 4.2.2)
80
- actionview (= 4.2.2)
81
- activejob (= 4.2.2)
82
- activemodel (= 4.2.2)
83
- activerecord (= 4.2.2)
84
- activesupport (= 4.2.2)
85
- bundler (>= 1.3.0, < 2.0)
86
- railties (= 4.2.2)
87
- sprockets-rails
88
- rails-deprecated_sanitizer (1.0.3)
89
- activesupport (>= 4.2.0.alpha)
90
- rails-dom-testing (1.0.6)
91
- activesupport (>= 4.2.0.beta, < 5.0)
92
- nokogiri (~> 1.6.0)
93
- rails-deprecated_sanitizer (>= 1.0.1)
94
- rails-html-sanitizer (1.0.2)
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 (4.2.2)
97
- actionpack (= 4.2.2)
98
- activesupport (= 4.2.2)
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 (10.4.2)
102
- rspec (3.3.0)
103
- rspec-core (~> 3.3.0)
104
- rspec-expectations (~> 3.3.0)
105
- rspec-mocks (~> 3.3.0)
106
- rspec-core (3.3.1)
107
- rspec-support (~> 3.3.0)
108
- rspec-expectations (3.3.0)
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.3.0)
111
- rspec-mocks (3.3.0)
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.3.0)
114
- rspec-rails (3.3.2)
115
- actionpack (>= 3.0, < 4.3)
116
- activesupport (>= 3.0, < 4.3)
117
- railties (>= 3.0, < 4.3)
118
- rspec-core (~> 3.3.0)
119
- rspec-expectations (~> 3.3.0)
120
- rspec-mocks (~> 3.3.0)
121
- rspec-support (~> 3.3.0)
122
- rspec-support (3.3.0)
123
- sprockets (3.6.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.1.1)
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.10)
131
- thor (0.19.1)
132
- thread_safe (0.3.5)
133
- tzinfo (1.2.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.6)
144
+ warden (1.2.7)
136
145
  rack (>= 1.0)
137
- xpath (2.0.0)
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.12.5
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
- FactoryGirl.define do
189
+ FactoryBot.define do
190
190
  factory :user do
191
191
  username 'wombat'
192
192
  password_digest 'password'
@@ -32,6 +32,7 @@ module Monban
32
32
  # @see Monban::Railtie
33
33
  # @see Monban::Configuration
34
34
  def self.initialize warden_config
35
+ warn "[DEPRECATION] Monban has been renamed to oath, please update your Gemfile"
35
36
  setup_config
36
37
  setup_warden_config(warden_config)
37
38
  end
@@ -1,4 +1,4 @@
1
1
  module Monban
2
- # 1.1.0
3
- VERSION = "1.1.0"
2
+ # 1.1.1
3
+ VERSION = "1.1.1"
4
4
  end
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.0
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: 2016-07-05 00:00:00.000000000 Z
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.5.1
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