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 +4 -4
- data/README.rdoc +1 -1
- data/lib/casein.rb +2 -1
- data/lib/casein/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 6514148c76a42536b8a8aba0f69830b32dc76114
|
|
4
|
+
data.tar.gz: 204d0fcd3375a8ea9c4862a4414f7f7e68f680b0
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: b06121f648b21e6ad5ec04545826294bbf59adbef0d7fceded43045eb16f25d70acf211d10759d2a7808a673e70f363b308b800f03938945d86c99ea34094a23
|
|
7
|
+
data.tar.gz: e71c8365457b090787d4cdb7a93c1d7bde66661327a86a40aebe931817bf489ef4bd388402ba1802983569cee063d6e79f17e86f8d389c159d33f8e37b99c762
|
data/README.rdoc
CHANGED
|
@@ -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.
|
|
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
|
|
data/lib/casein.rb
CHANGED
data/lib/casein/version.rb
CHANGED