clearance 0.9.0.rc4 → 0.9.0.rc5
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.
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.9.0.
|
|
1
|
+
0.9.0.rc5
|
data/clearance.gemspec
CHANGED
|
@@ -39,6 +39,7 @@ Gem::Specification.new do |s|
|
|
|
39
39
|
"lib/clearance/engine.rb",
|
|
40
40
|
"lib/clearance/extensions/errors.rb",
|
|
41
41
|
"lib/clearance/extensions/rescue.rb",
|
|
42
|
+
"lib/clearance/shoulda_macros.rb",
|
|
42
43
|
"lib/clearance/user.rb",
|
|
43
44
|
"lib/rails/generators/clearance_features_generator.rb",
|
|
44
45
|
"lib/rails/generators/clearance_features_templates/features/password_reset.feature",
|
|
@@ -60,7 +61,6 @@ Gem::Specification.new do |s|
|
|
|
60
61
|
"lib/rails/generators/clearance_views_templates/formtastic/erb/users/_inputs.html.erb",
|
|
61
62
|
"lib/rails/generators/clearance_views_templates/formtastic/erb/users/new.html.erb",
|
|
62
63
|
"rails/init.rb",
|
|
63
|
-
"shoulda_macros/clearance.rb"
|
|
64
64
|
]
|
|
65
65
|
|
|
66
66
|
s.homepage = %q{http://github.com/thoughtbot/clearance}
|
|
File without changes
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
#
|
|
10
10
|
# It's strongly recommended to check this file into your version control system.
|
|
11
11
|
|
|
12
|
-
ActiveRecord::Schema.define(:version =>
|
|
12
|
+
ActiveRecord::Schema.define(:version => 20100629180247) do
|
|
13
13
|
|
|
14
14
|
create_table "users", :force => true do |t|
|
|
15
15
|
t.string "email"
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: clearance
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
hash:
|
|
4
|
+
hash: 977940482
|
|
5
5
|
prerelease: true
|
|
6
6
|
segments:
|
|
7
7
|
- 0
|
|
8
8
|
- 9
|
|
9
9
|
- 0
|
|
10
|
-
-
|
|
11
|
-
version: 0.9.0.
|
|
10
|
+
- rc5
|
|
11
|
+
version: 0.9.0.rc5
|
|
12
12
|
platform: ruby
|
|
13
13
|
authors:
|
|
14
14
|
- Dan Croak
|
|
@@ -105,6 +105,7 @@ files:
|
|
|
105
105
|
- lib/clearance/engine.rb
|
|
106
106
|
- lib/clearance/extensions/errors.rb
|
|
107
107
|
- lib/clearance/extensions/rescue.rb
|
|
108
|
+
- lib/clearance/shoulda_macros.rb
|
|
108
109
|
- lib/clearance/user.rb
|
|
109
110
|
- lib/rails/generators/clearance_features_generator.rb
|
|
110
111
|
- lib/rails/generators/clearance_features_templates/features/password_reset.feature
|
|
@@ -126,7 +127,6 @@ files:
|
|
|
126
127
|
- lib/rails/generators/clearance_views_templates/formtastic/erb/users/_inputs.html.erb
|
|
127
128
|
- lib/rails/generators/clearance_views_templates/formtastic/erb/users/new.html.erb
|
|
128
129
|
- rails/init.rb
|
|
129
|
-
- shoulda_macros/clearance.rb
|
|
130
130
|
- spec/rails_root/Gemfile
|
|
131
131
|
- spec/rails_root/README
|
|
132
132
|
- spec/rails_root/Rakefile
|