merb-auth-slice-password 1.0.11 → 1.0.12
Sign up to get free protection for your applications and to get access to all the features.
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: merb-auth-slice-password
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.
|
4
|
+
version: 1.0.12
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Daniel Neighman
|
@@ -9,7 +9,7 @@ autorequire:
|
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
11
|
|
12
|
-
date: 2009-
|
12
|
+
date: 2009-06-30 00:00:00 -07:00
|
13
13
|
default_executable:
|
14
14
|
dependencies:
|
15
15
|
- !ruby/object:Gem::Dependency
|
@@ -20,7 +20,7 @@ dependencies:
|
|
20
20
|
requirements:
|
21
21
|
- - ">="
|
22
22
|
- !ruby/object:Gem::Version
|
23
|
-
version: 1.0.
|
23
|
+
version: 1.0.12
|
24
24
|
version:
|
25
25
|
- !ruby/object:Gem::Dependency
|
26
26
|
name: merb-auth-core
|
@@ -30,7 +30,7 @@ dependencies:
|
|
30
30
|
requirements:
|
31
31
|
- - ">="
|
32
32
|
- !ruby/object:Gem::Version
|
33
|
-
version: 1.0.
|
33
|
+
version: 1.0.12
|
34
34
|
version:
|
35
35
|
- !ruby/object:Gem::Dependency
|
36
36
|
name: merb-auth-more
|
@@ -40,7 +40,7 @@ dependencies:
|
|
40
40
|
requirements:
|
41
41
|
- - ">="
|
42
42
|
- !ruby/object:Gem::Version
|
43
|
-
version: 1.0.
|
43
|
+
version: 1.0.12
|
44
44
|
version:
|
45
45
|
description: Merb Slice that provides UI for password strategy of merb-auth.
|
46
46
|
email: has.sox@gmail.com
|
@@ -57,30 +57,20 @@ files:
|
|
57
57
|
- README.textile
|
58
58
|
- Rakefile
|
59
59
|
- TODO
|
60
|
-
- lib/merb-auth-slice-password
|
61
60
|
- lib/merb-auth-slice-password/merbtasks.rb
|
62
61
|
- lib/merb-auth-slice-password/slicetasks.rb
|
63
62
|
- lib/merb-auth-slice-password/spectasks.rb
|
64
63
|
- lib/merb-auth-slice-password.rb
|
65
64
|
- spec/merb-auth-slice-password_spec.rb
|
66
65
|
- spec/spec_helper.rb
|
67
|
-
- app/controllers
|
68
66
|
- app/controllers/application.rb
|
69
67
|
- app/controllers/exceptions.rb
|
70
68
|
- app/controllers/sessions.rb
|
71
|
-
- app/helpers
|
72
69
|
- app/helpers/application_helper.rb
|
73
|
-
- app/views
|
74
|
-
- app/views/exceptions
|
75
70
|
- app/views/exceptions/unauthenticated.html.erb
|
76
|
-
- app/views/layout
|
77
71
|
- app/views/layout/merb-auth-slice-password.html.erb
|
78
|
-
- public/javascripts
|
79
72
|
- public/javascripts/master.js
|
80
|
-
- public/stylesheets
|
81
73
|
- public/stylesheets/master.css
|
82
|
-
- stubs/app
|
83
|
-
- stubs/app/controllers
|
84
74
|
- stubs/app/controllers/sessions.rb
|
85
75
|
has_rdoc: true
|
86
76
|
homepage: http://merbivore.com/
|
@@ -106,7 +96,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
106
96
|
requirements: []
|
107
97
|
|
108
98
|
rubyforge_project: merb
|
109
|
-
rubygems_version: 1.3.
|
99
|
+
rubygems_version: 1.3.2
|
110
100
|
signing_key:
|
111
101
|
specification_version: 3
|
112
102
|
summary: Merb Slice that provides UI for password strategy of merb-auth.
|