casein 5.1.1.0 → 5.1.1.1

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: 604d193d6504e2b46c79718077a12be4d8afd5b3
4
- data.tar.gz: e287c45083b2dd34a47ec901aaf23032c75a9ff9
3
+ metadata.gz: 6514148c76a42536b8a8aba0f69830b32dc76114
4
+ data.tar.gz: 204d0fcd3375a8ea9c4862a4414f7f7e68f680b0
5
5
  SHA512:
6
- metadata.gz: 063a2b29750d201e6e7ee646788c432dfc93e2a9491e18fe3530e8fba4f66f77b6291ed40510ac082daa62ec4a7a188e43d32e180520f37babf4135152216519
7
- data.tar.gz: 7160d209b30073f248d5b0985f62037f13d9439b8b76322da7d32f62f9be7ff63454bdae2cd270f9356cb9891c87b2fa7e32404f657b4fa9c16c06d88264bba9
6
+ metadata.gz: b06121f648b21e6ad5ec04545826294bbf59adbef0d7fceded43045eb16f25d70acf211d10759d2a7808a673e70f363b308b800f03938945d86c99ea34094a23
7
+ data.tar.gz: e71c8365457b090787d4cdb7a93c1d7bde66661327a86a40aebe931817bf489ef4bd388402ba1802983569cee063d6e79f17e86f8d389c159d33f8e37b99c762
@@ -70,7 +70,7 @@ Version 5.1.0 should be a drop-in replacement for 5.0.0
70
70
  rake db:create (if needed)
71
71
  rake db:migrate
72
72
 
73
- — Run the following Rake task to set up an initial user. The default username and a random password will be displayed once the task has completed. You should specify your email address and password. (Or omit the password parameter to have a random password assigned.) If you've set up an SMTP server in your Rails environment then you’ll also receive an email notification about the new account.
73
+ — Run the following Rake task to set up an initial user. You should specify your email address and password (or omit the password parameter to have a random password assigned.) If you've set up an SMTP server in your Rails environment then you’ll also receive an email notification about the new account.
74
74
 
75
75
  rake casein:users:create_admin email=you@yourdomain.com [password=your_password]
76
76
 
@@ -1,5 +1,6 @@
1
1
  if defined?(Rails) && Rails::VERSION::MAJOR == 4
2
- require 'casein/engine'
2
+ require 'casein/engine'
3
+ require 'casein/version'
3
4
  require 'will_paginate'
4
5
  require 'authlogic'
5
6
  else
@@ -1,4 +1,4 @@
1
1
  module Casein
2
- VERSION_HASH = { major: 5, minor: 1, patch: 1, build: 0 }
2
+ VERSION_HASH = { major: 5, minor: 1, patch: 1, build: 1 }
3
3
  VERSION = VERSION_HASH.values.join(".")
4
4
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: casein
3
3
  version: !ruby/object:Gem::Version
4
- version: 5.1.1.0
4
+ version: 5.1.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Russell Quinn