cap-recipes 0.3.21 → 0.3.22
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.textile +4 -2
- data/VERSION.yml +1 -1
- data/cap-recipes.gemspec +1 -1
- metadata +1 -1
data/README.textile
CHANGED
|
@@ -22,9 +22,11 @@ Currently included:
|
|
|
22
22
|
|
|
23
23
|
h2. INSTALLATION
|
|
24
24
|
|
|
25
|
-
|
|
25
|
+
To install the gem, execute:
|
|
26
26
|
|
|
27
|
-
|
|
27
|
+
@$ sudo gem install cap-recipes --source http://gemcutter.org@
|
|
28
|
+
|
|
29
|
+
Then, include into your deploy.rb configuration file for Capistrano:
|
|
28
30
|
|
|
29
31
|
<pre>
|
|
30
32
|
<code>
|
data/VERSION.yml
CHANGED
data/cap-recipes.gemspec
CHANGED