authoritah 0.0.1 → 0.0.2
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.
- data/README.rdoc +3 -3
- metadata +1 -1
data/README.rdoc
CHANGED
|
@@ -4,11 +4,11 @@ A stupidly simple authorization gem for Rails.
|
|
|
4
4
|
|
|
5
5
|
==Installation
|
|
6
6
|
|
|
7
|
-
Make sure
|
|
8
|
-
$ gem sources -a http://gems.
|
|
7
|
+
Make sure Gemcutter is in your repo sources:
|
|
8
|
+
$ gem sources -a http://gems.gemcutter.org
|
|
9
9
|
|
|
10
10
|
Installation:
|
|
11
|
-
$ sudo gem install
|
|
11
|
+
$ sudo gem install authoritah
|
|
12
12
|
|
|
13
13
|
==Usage
|
|
14
14
|
|