muck-users 3.0.4 → 3.0.5
Sign up to get free protection for your applications and to get access to all the features.
- data/VERSION +1 -1
- data/app/views/user_sessions/new.html.erb +1 -1
- data/muck-users.gemspec +2 -2
- data/test/rails_test/Gemfile +1 -1
- data/test/rails_test/Gemfile.lock +3 -3
- metadata +4 -4
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.5
|
@@ -1,5 +1,5 @@
|
|
1
1
|
<div id="sign_in" class="common-form">
|
2
|
-
<%= muck_form_for
|
2
|
+
<%= muck_form_for :user_session, :url => user_session_path, :html => { :id => 'sign_in_form', :name => 'sign_in_form' } do |f| -%>
|
3
3
|
<h1><%= I18n.t('muck.users.login_title') %></h1>
|
4
4
|
<%= output_errors(t('muck.users.login_fail'), {:class => 'help-box'}) %>
|
5
5
|
<%= f.text_field :login, { :label => I18n.t('muck.users.username'), :class => 'login', :hide_required => true, :hide_control_error => true } -%>
|
data/muck-users.gemspec
CHANGED
@@ -5,11 +5,11 @@
|
|
5
5
|
|
6
6
|
Gem::Specification.new do |s|
|
7
7
|
s.name = %q{muck-users}
|
8
|
-
s.version = "3.0.
|
8
|
+
s.version = "3.0.5"
|
9
9
|
|
10
10
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
11
11
|
s.authors = ["Justin Ball", "Joel Duffin"]
|
12
|
-
s.date = %q{2010-10-
|
12
|
+
s.date = %q{2010-10-20}
|
13
13
|
s.description = %q{Easily add user signup, login and other features to your application}
|
14
14
|
s.email = %q{justin@tatemae.com}
|
15
15
|
s.extra_rdoc_files = [
|
data/test/rails_test/Gemfile
CHANGED
@@ -9,7 +9,7 @@ GIT
|
|
9
9
|
PATH
|
10
10
|
remote: /Users/jbasdf/projects/muck-engine
|
11
11
|
specs:
|
12
|
-
muck-engine (3.0.
|
12
|
+
muck-engine (3.0.3)
|
13
13
|
overlord
|
14
14
|
validation_reflection
|
15
15
|
will_paginate (~> 3.0.beta)
|
@@ -17,11 +17,11 @@ PATH
|
|
17
17
|
PATH
|
18
18
|
remote: /Users/jbasdf/projects/muck-users
|
19
19
|
specs:
|
20
|
-
muck-users (3.0.
|
20
|
+
muck-users (3.0.4)
|
21
21
|
authlogic
|
22
22
|
bcrypt-ruby
|
23
23
|
friendly_id
|
24
|
-
muck-engine
|
24
|
+
muck-engine (>= 3.0.3)
|
25
25
|
|
26
26
|
PATH
|
27
27
|
remote: /Users/jbasdf/projects/other_apps/shoulda
|
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: muck-users
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 13
|
5
5
|
prerelease: false
|
6
6
|
segments:
|
7
7
|
- 3
|
8
8
|
- 0
|
9
|
-
-
|
10
|
-
version: 3.0.
|
9
|
+
- 5
|
10
|
+
version: 3.0.5
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- Justin Ball
|
@@ -16,7 +16,7 @@ autorequire:
|
|
16
16
|
bindir: bin
|
17
17
|
cert_chain: []
|
18
18
|
|
19
|
-
date: 2010-10-
|
19
|
+
date: 2010-10-20 00:00:00 -06:00
|
20
20
|
default_executable:
|
21
21
|
dependencies:
|
22
22
|
- !ruby/object:Gem::Dependency
|