devise_rails3_ennder 1.1.0 → 1.1.1

Sign up to get free protection for your applications and to get access to all the features.
data/History.txt CHANGED
@@ -1,32 +1,34 @@
1
- == 0.9.0 / 2011-06-07
2
-
3
- * spécialisation pour Rails 3
4
-
5
- == 1.0.0 / 2011-08-12
1
+ == 1.1.1 / 2014-02-16
2
+ * fixed sign-out link (delete method)
6
3
 
7
- * added important missing instructions to README.rdoc
8
- * translations links:back
4
+ == 1.1.0 / 2014-02-14
5
+ * updated view with devise v3.2.2
9
6
 
10
- == 1.0.1 / 2011-08-13
7
+ == 1.0.6 / 2011-08-31
8
+ * fix app/views/devise/mailer/reset_password_instructions.html.erb if username does not exist
9
+ == 1.0.5 / 2011-08-14
11
10
  * README.rdoc updated
11
+ * shared/_user_nav.html.erb optimisé
12
12
 
13
- == 1.0.2 / 2011-08-14
13
+ == 1.0.4 / 2011-08-14
14
14
  * README.rdoc updated
15
- * added a link to a partial (users/_form_personal_fields.html.erb) in the user profile edition
16
15
 
17
16
  == 1.0.3 / 2011-08-14
18
17
  * README.rdoc updated
19
18
  * added locals :f the partial call (users/_form_personal_fields.html.erb)
20
19
 
21
- == 1.0.4 / 2011-08-14
20
+ == 1.0.2 / 2011-08-14
22
21
  * README.rdoc updated
22
+ * added a link to a partial (users/_form_personal_fields.html.erb) in the user profile edition
23
23
 
24
- == 1.0.5 / 2011-08-14
24
+ == 1.0.1 / 2011-08-13
25
25
  * README.rdoc updated
26
- * shared/_user_nav.html.erb optimisé
27
26
 
28
- == 1.0.6 / 2011-08-31
29
- * fix app/views/devise/mailer/reset_password_instructions.html.erb if username does not exist
27
+ == 1.0.0 / 2011-08-12
30
28
 
31
- == 1.1.0 / 2014-02-14
32
- * updated view with devise v3.2.2
29
+ * added important missing instructions to README.rdoc
30
+ * translations links:back
31
+
32
+ == 0.9.0 / 2011-06-07
33
+
34
+ * spécialisation pour Rails 3
@@ -1,7 +1,7 @@
1
1
  <div id="user_nav" align="right">
2
2
  <%
3
3
  if user_signed_in?
4
- %> <%= t('devise.sessions.signed_in_as') %> <b><%= current_user.email %></b>.&nbsp;&nbsp;&nbsp;<%= link_to t('devise.sessions.Logout'), destroy_user_session_path %>&nbsp;&nbsp;&nbsp;<%= link_to t('devise.registrations.edit'), edit_user_registration_path %><%
4
+ %> <%= t('devise.sessions.signed_in_as') %> <b><%= current_user.email %></b>.&nbsp;&nbsp;&nbsp;<%= link_to t('devise.sessions.Logout'), destroy_user_session_path, :method => :delete %>&nbsp;&nbsp;&nbsp;<%= link_to t('devise.registrations.edit'), edit_user_registration_path %><%
5
5
  else
6
6
  %> <%= link_to( t('devise.registrations.link'), new_user_registration_path ) %> <%= t('devise.sessions.or') %> <%= link_to( t('devise.sessions.link'), new_user_session_path ) %><%
7
7
  end
data/version.txt CHANGED
@@ -1 +1 @@
1
- 1.1.0
1
+ 1.1.1
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: devise_rails3_ennder
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.0
4
+ version: 1.1.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2014-02-15 00:00:00.000000000 Z
12
+ date: 2014-02-16 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: bones