cap-recipes 0.3.21 → 0.3.22

Sign up to get free protection for your applications and to get access to all the features.
@@ -22,9 +22,11 @@ Currently included:
22
22
 
23
23
  h2. INSTALLATION
24
24
 
25
- sudo gem install nesquena-cap-recipes -s http://gems.github.com/
25
+ To install the gem, execute:
26
26
 
27
- Include into your deploy.rb configuration file for Capistrano:
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>
@@ -1,4 +1,4 @@
1
1
  ---
2
2
  :major: 0
3
3
  :minor: 3
4
- :patch: 21
4
+ :patch: 22
@@ -5,7 +5,7 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{cap-recipes}
8
- s.version = "0.3.21"
8
+ s.version = "0.3.22"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Nathan Esquenazi"]
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cap-recipes
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.21
4
+ version: 0.3.22
5
5
  platform: ruby
6
6
  authors:
7
7
  - Nathan Esquenazi