minimalist_authentication 2.1.0 → 2.1.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 6646211204dbc15edbbe5a48d00546cdb826acde
4
- data.tar.gz: 00dfd3515eb12f919abb0bff9da8e76823235065
3
+ metadata.gz: 8a2b2b5886441bd2caccf120684993ea44b9025d
4
+ data.tar.gz: 1b899289e1c6a5ce92a9f7a19701b8b420dc4d58
5
5
  SHA512:
6
- metadata.gz: 06de541cfc8129ab8fc70e39b5a4d29cd565f4dfdd26a38225d40a7dc0d18bed65f0ef3b1fb6c7530af964ebb7e7393916a9c4247c4212f0e5f995c1471f6b8c
7
- data.tar.gz: d21ffa2de1ff35cbea0d03cbacf59ad5b0e6163c802065c474d4d4b830d3d015c76f12f5d295a86d5d3603c44e7a63b47010cdcdc6144ce032a91a26f2753514
6
+ metadata.gz: abbc5c340ff367814b579e35258399e8a39140f93bb5bb626b2a6b31d91bfe4affc34ece7c8e0c94c1e818582a410edab48e448762073a970a0adbbdde2d51d0
7
+ data.tar.gz: fdea14e0860ae7708841d2167ec170d9bbea4730395349d68056f741c1c29b69e40684aa451d0220a1425f3c1b6e51ea151f3148ee5ed4ffc63ec2e5e692e04d
@@ -11,7 +11,3 @@
11
11
  </div>
12
12
  <%= form.submit 'Update Password' %>
13
13
  <% end %>
14
-
15
- <div class="field_with_errors" style: 'border-width:5px;'>
16
- testing
17
- </div>
@@ -69,7 +69,7 @@ module MinimalistAuthentication
69
69
  # Calling constantize on a string makes this work correctly with
70
70
  # the spring application preloader gem.
71
71
  def user_model
72
- @user_model ||= user_model_name.constantize
72
+ user_model_name.constantize
73
73
  end
74
74
 
75
75
  private
@@ -1,3 +1,3 @@
1
1
  module MinimalistAuthentication
2
- VERSION = '2.1.0'
2
+ VERSION = '2.1.1'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: minimalist_authentication
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.1.0
4
+ version: 2.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Aaron Baldwin
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2017-10-12 00:00:00.000000000 Z
12
+ date: 2017-10-16 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rails