muck-users 3.0.8 → 3.0.9

Sign up to get free protection for your applications and to get access to all the features.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.8
1
+ 3.0.9
@@ -10,12 +10,12 @@
10
10
  <% end -%>
11
11
 
12
12
  <%= f.text_field :login, { :label => t('muck.users.choose_member_name'),
13
- :extra_html => '',
13
+ :extra_html => '<span id="username-availibility"></span>',
14
14
  :tip => t('muck.users.username_help'),
15
15
  :required_label => t('muck.users.username') } -%>
16
16
  <%= f.text_field :email, { :label => t('muck.users.email_address'),
17
17
  :tip => t('muck.users.email_help'),
18
- :extra_html => '' } -%>
18
+ :extra_html => '<span id="email-availibility"></span>' } -%>
19
19
  <%= f.password_field :password, { :label => t('muck.users.password'),
20
20
  :tip => t('muck.users.password_help')} -%>
21
21
  <%= f.password_field :password_confirmation, { :label => t('muck.users.confirm_password'),
data/muck-users.gemspec CHANGED
@@ -5,7 +5,7 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{muck-users}
8
- s.version = "3.0.8"
8
+ s.version = "3.0.9"
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"]
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: 23
4
+ hash: 21
5
5
  prerelease: false
6
6
  segments:
7
7
  - 3
8
8
  - 0
9
- - 8
10
- version: 3.0.8
9
+ - 9
10
+ version: 3.0.9
11
11
  platform: ruby
12
12
  authors:
13
13
  - Justin Ball