capistrano_recipes 1.3.2 → 1.3.3

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: 445ccc59d4b64494959fd5c710fa1a077726add1
4
- data.tar.gz: 56216c2269879b9948335b7bd7b15201915ea75d
3
+ metadata.gz: 7cc619fde69c49d98d875a77ba2929cfe08592e7
4
+ data.tar.gz: c8d1e9fbd0170f53cd57b766b8bdf3966dacb624
5
5
  SHA512:
6
- metadata.gz: cab9b70eb47931a65410b4856e0c9ec6d9945a38ffefcc06dca7053940a00d8446d4cf34dd5d88d09a73ff4cc8af8c385834e4b603d6cbfaef129a2daa288f51
7
- data.tar.gz: 23907c61db060afd87ffb4b8561028e8f7fc4ba642f9fef784ebe7bc8cf975e154efa3399657356455213b8eb70e2ac7cc43b8b3beb1a158673a6d3cc257c5cd
6
+ metadata.gz: 655c17b20866b0be125b78dc3caaf0d24a55e5409bb29b52a7dc82638c9a1a370217dd1040b88c4929ced90cad5808b803cfc4b7c7c5126b8fe4c00ede22d53c
7
+ data.tar.gz: 03f4c74a2535e2c948d53b21a83086c5015aea1fd69571033dc0cec3b06999af609459b0a90194bece80acf1ecc5d265a32261cd4717018e4c8f35e0ebde009f
@@ -4,7 +4,7 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
4
4
 
5
5
  Gem::Specification.new do |s|
6
6
  s.name = 'capistrano_recipes'
7
- s.version = '1.3.2'
7
+ s.version = '1.3.3'
8
8
  s.authors = ['Fernando Aleman']
9
9
  s.email = ['fernandoaleman@mac.com']
10
10
  s.description = 'Capistrano recipes to make your deployments fast and easy'
@@ -16,7 +16,7 @@ module CapistranoRecipes
16
16
  end
17
17
 
18
18
  desc 'Download application.yml from remote server'
19
- task :download_application_file, :roles => :app, :except => { :no_release => true } do
19
+ task :download, :roles => :app, :except => { :no_release => true } do
20
20
  if agree? "Your local config/application.yml file will be overwritten. Continue?"
21
21
  download "#{config_path}/application.yml", "config/application.yml", :via => :scp
22
22
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: capistrano_recipes
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.3.2
4
+ version: 1.3.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Fernando Aleman