user_mgmt 0.7.10 → 0.7.11

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 364939c72e27e0d843c2d7ce813612534c899d0a
4
- data.tar.gz: 96cf8513e950e8093c98becc8cc467eaf1418b92
3
+ metadata.gz: 8bc7469a4dbed317a324286d219a41ca319ce23d
4
+ data.tar.gz: 128baea6a1641723f85fb3b3f24a0930bd062103
5
5
  SHA512:
6
- metadata.gz: d526f8db9c9115f83ce5337df56fa1c6a153e4dcc55694713c5304995c4960e145eac8fc99285df82fb8283ef456cef37b746e19efc4c3f6407367c10c76d5c9
7
- data.tar.gz: c37fbf31d03f94d56f29097af9b83e5464c1f4a59c00326339fdc0909bd0ec40d4971e9bd071635ae0de8cdf3e6f13e7c71959f8ee12a325113cf05a6f04ea16
6
+ metadata.gz: 9303acb22af5842d9e68618b679692f93a575e87df558f2d4aa0fee651b68fdc66998c26dc1b33e56a524befffebeeaa0a4a337c8c702c29738a4267433143c8
7
+ data.tar.gz: fedac6aea3a3cf68ece1316d32940c0038085853da2351c5b4e9bf2485254e719452f1e13350b6c6b696dab44d9b604de84e6b7276f48795bf409d6105df2983
@@ -1,14 +1,14 @@
1
1
  .container
2
- = form_tag send_password_reset_path, :class => "form-signin", :method => :get do
3
- %h2 Edit
4
- .login_input
5
- %div
6
- = text_field :user, 'Token', :class => "input-block-level", :placeholder => 'Token'
2
+ = form_tag send_password_reset_path, :class => "form-signin", :method => :get do
3
+ %h2 Edit
4
+ .login_input
5
+ %div
6
+ = text_field :user, 'Token', :class => "input-block-level", :placeholder => 'Token'
7
7
 
8
- %div
9
- = text_field :user, 'New Password', :class => "input-block-level", :type => "password", :placeholder => 'Password'
10
-
11
- %div
12
- = text_field :user, 'New Password Confirmation', :class => "input-block-level", :type => "password", :placeholder => 'Password Confirmation'
8
+ %div
9
+ = text_field :user, 'New Password', :class => "input-block-level", :type => "password", :placeholder => 'Password'
13
10
 
14
- = submit_tag 'submit', :class => "btn btn-large btn-primary"
11
+ %div
12
+ = text_field :user, 'New Password Confirmation', :class => "input-block-level", :type => "password", :placeholder => 'Password Confirmation'
13
+
14
+ = submit_tag 'submit', :class => "btn btn-large btn-primary"
@@ -5,6 +5,6 @@
5
5
  %h4.center Tell us your email address please:
6
6
 
7
7
  .center
8
- = text_field :user, 'Email', :class => "input-block-level", :placeholder => "Email"
8
+ = text_field :user, 'Email', :class => "input-block-level", :placeholder => "Email"
9
9
 
10
- = submit_tag 'submit', :class => "btn btn-large btn-primary"
10
+ = submit_tag 'submit', :class => "btn btn-large btn-primary"
@@ -1,3 +1,3 @@
1
1
  module UserMgmt
2
- VERSION = "0.7.10"
2
+ VERSION = "0.7.11"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: user_mgmt
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.7.10
4
+ version: 0.7.11
5
5
  platform: ruby
6
6
  authors:
7
7
  - Danilo Faria, Fernando Gorodscy, Josh Leslie