adva-user 0.0.5 → 0.0.6

Sign up to get free protection for your applications and to get access to all the features.
@@ -4,16 +4,16 @@ class User::Form < Adva::View::Form
4
4
  devise_error_messages!
5
5
  super
6
6
  end
7
-
7
+
8
8
  def button_group
9
9
  super
10
10
  links
11
11
  end
12
-
12
+
13
13
  def buttons
14
14
  form.submit t(:'.submit')
15
15
  end
16
-
16
+
17
17
  def links
18
18
  ul :class => 'links user' do
19
19
  li { sign_in_link } if sign_in?
@@ -64,4 +64,4 @@ class User::Form < Adva::View::Form
64
64
  capture { link_to(:'user.links.resend_unlock', new_unlock_path(resource_name), :class => :resend_unlock) }
65
65
  end
66
66
  end
67
- end
67
+ end
@@ -1,3 +1,3 @@
1
1
  module AdvaUser
2
- VERSION = "0.0.5"
2
+ VERSION = "0.0.6"
3
3
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: adva-user
3
3
  version: !ruby/object:Gem::Version
4
- hash: 21
4
+ hash: 19
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 5
10
- version: 0.0.5
9
+ - 6
10
+ version: 0.0.6
11
11
  platform: ruby
12
12
  authors:
13
13
  - Ingo Weiss
@@ -16,7 +16,7 @@ autorequire:
16
16
  bindir: bin
17
17
  cert_chain: []
18
18
 
19
- date: 2010-12-18 00:00:00 +01:00
19
+ date: 2011-01-14 00:00:00 +01:00
20
20
  default_executable:
21
21
  dependencies:
22
22
  - !ruby/object:Gem::Dependency