capistrano-scm-copy_strategy 1.0.3 → 1.0.4

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: 872dbcbfc44cd24db25ce57203047bbc6e8f12be
4
- data.tar.gz: 923e66c362f7e7d55d4357e469fa22e8c690f0ee
3
+ metadata.gz: ed91983fb005a9d02806b602789ac6dd717cfa20
4
+ data.tar.gz: 034f34b8b79f8ab658866ffafff68f8cca074dd1
5
5
  SHA512:
6
- metadata.gz: 6a756c09a6f2eb3796493831935c825849c62ed0aba6481419d022312da001e8041805db2fd3e21bc9537a4bfdf0e1ba404494805d758d5bd167f6f207d5c0df
7
- data.tar.gz: db07eb2ed017e015e190b1bc82f0ecc194fafcf3332f09eac3677c2f80763672f203e2ccc3c494f9cfa9a5fdab4492f66f6d546a16a875a37e8c134704d1430a
6
+ metadata.gz: c884e0cedcdff52df5402c5467cbd9c02a0cec56a98f15ab65df01f9613dbf48d360522d9f84fe039bef945332a8513854faed9424900b431387bb3d57e77fba
7
+ data.tar.gz: f2f8c0d548284dc97f07be87d5ebd8ca76c03a84f73c66aa77d7248e44a6c67d0afb4a7e62e1cc5410bbc6b031e0649fd31dcfec3807646f25a326c5d1839ff0
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = 'capistrano-scm-copy_strategy'
3
- s.version = '1.0.3'
3
+ s.version = '1.0.4'
4
4
  s.date = '2017-04-10'
5
5
  s.summary = "A copy strategy for Capistrano 3, which mimics the :copy scm of Capistrano 2."
6
6
  s.description = "This will make Capistrano tar the current directory, upload it to the server(s) and then extract it in the release directory."
@@ -20,8 +20,8 @@ namespace :copy_strategy do
20
20
 
21
21
  desc "Update code"
22
22
  task update: :'copy_strategy:clean' do
23
+ archive = copy_strategy_plugin.create_archive
23
24
  on release_roles :all do
24
- archive = copy_strategy_plugin.create_archive
25
25
  within repo_path do
26
26
  upload! archive, "."
27
27
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: capistrano-scm-copy_strategy
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.3
4
+ version: 1.0.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Alberto Brino