minimalist_authentication 0.6.9 → 0.6.10

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
  SHA1:
3
- metadata.gz: 4b091e3d2e2a4797b52d5b17fc014962515cd510
4
- data.tar.gz: 5d6223f487b6e0c22776334b81d448cc31610270
3
+ metadata.gz: 110ed5aef45a71e552253b5f3ce3a5a1d9b04b01
4
+ data.tar.gz: 993c3091abbdfb6d83d46bc2da461808b1558ddc
5
5
  SHA512:
6
- metadata.gz: 0c42e71e867c886fb2a3f8df149e4d572f8fee1896b5525e24eff58e67179843fc7859288548d30c42c99c1574bccde923f84d1649e6e88bb16062d3bf52513c
7
- data.tar.gz: 1cef57a8f84edcc01e519ab25d9c690497662cc5aca6123804b80b75ca269e2f0343b386b2b022dd51482bff7eab8a580b6c30ea9175b17a24c0730d823bf3da
6
+ metadata.gz: ffb19fc67468bf8c0abc6334222f2bcb30405a2e974332df33e5181627d2e131a09ef8d9505722c46360df8f82dc071ecc90014dfa9d05587e61136b2d5661a6
7
+ data.tar.gz: 335275e82ba425fa7677269e9e3acd4ceff08ec94535047f90eef981329181b5865339ee120af7f5725a86cf6eb9323dcf1f261b94e7162c201112b6339bc5da
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- minimalist_authentication (0.6.9)
4
+ minimalist_authentication (0.6.10)
5
5
  bcrypt (~> 3.1, >= 3.1.3)
6
6
 
7
7
  GEM
@@ -34,28 +34,28 @@ GEM
34
34
  activesupport (3.2.14)
35
35
  i18n (~> 0.6, >= 0.6.4)
36
36
  multi_json (~> 1.0)
37
- arel (3.0.2)
38
- bcrypt (3.1.7)
37
+ arel (3.0.3)
38
+ bcrypt (3.1.10)
39
39
  builder (3.0.4)
40
40
  erubis (2.7.0)
41
- factory_girl (4.4.0)
41
+ factory_girl (4.5.0)
42
42
  activesupport (>= 3.0.0)
43
43
  hike (1.2.3)
44
- i18n (0.6.5)
44
+ i18n (0.7.0)
45
45
  journey (1.0.4)
46
- json (1.8.0)
46
+ json (1.8.2)
47
47
  mail (2.5.4)
48
48
  mime-types (~> 1.16)
49
49
  treetop (~> 1.4.8)
50
- mime-types (1.25)
51
- multi_json (1.8.0)
52
- polyglot (0.3.3)
50
+ mime-types (1.25.1)
51
+ multi_json (1.10.1)
52
+ polyglot (0.3.5)
53
53
  rack (1.4.5)
54
54
  rack-cache (1.2)
55
55
  rack (>= 0.4)
56
- rack-ssl (1.3.3)
56
+ rack-ssl (1.3.4)
57
57
  rack
58
- rack-test (0.6.2)
58
+ rack-test (0.6.3)
59
59
  rack (>= 1.0)
60
60
  rails (3.2.14)
61
61
  actionmailer (= 3.2.14)
@@ -72,21 +72,21 @@ GEM
72
72
  rake (>= 0.8.7)
73
73
  rdoc (~> 3.4)
74
74
  thor (>= 0.14.6, < 2.0)
75
- rake (10.1.0)
75
+ rake (10.4.2)
76
76
  rdoc (3.12.2)
77
77
  json (~> 1.4)
78
- sprockets (2.2.2)
78
+ sprockets (2.2.3)
79
79
  hike (~> 1.2)
80
80
  multi_json (~> 1.0)
81
81
  rack (~> 1.0)
82
82
  tilt (~> 1.1, != 1.3.0)
83
- sqlite3 (1.3.9)
84
- thor (0.18.1)
83
+ sqlite3 (1.3.10)
84
+ thor (0.19.1)
85
85
  tilt (1.4.1)
86
86
  treetop (1.4.15)
87
87
  polyglot
88
88
  polyglot (>= 0.3.1)
89
- tzinfo (0.3.37)
89
+ tzinfo (0.3.43)
90
90
 
91
91
  PLATFORMS
92
92
  ruby
@@ -24,7 +24,7 @@ module Minimalist
24
24
  return
25
25
  else
26
26
  after_authentication_failure(user)
27
- flash.now[:error] = "Couldn't log you in as '#{params[:email]}'"
27
+ flash.now[:alert] = "Couldn't log you in as '#{params[:email]}'"
28
28
  render :action => 'new'
29
29
  end
30
30
  end
@@ -56,4 +56,4 @@ module Minimalist
56
56
  end
57
57
  end
58
58
  end
59
- end
59
+ end
@@ -1,3 +1,3 @@
1
1
  module MinimalistAuthentication
2
- VERSION = '0.6.9'
3
- end
2
+ VERSION = '0.6.10'
3
+ end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: minimalist_authentication
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.6.9
4
+ version: 0.6.10
5
5
  platform: ruby
6
6
  authors:
7
7
  - Aaron Baldwin
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2014-05-01 00:00:00.000000000 Z
12
+ date: 2015-02-18 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: bcrypt
@@ -211,4 +211,3 @@ test_files:
211
211
  - test/rails_root/test/test_helper.rb
212
212
  - test/sessions_test.rb
213
213
  - test/test_helper.rb
214
- has_rdoc: