capistrano3-copy 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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: ab40d5bef2f74220344c29083f0f3e3a151658ba
4
- data.tar.gz: cd676bed9dec87b76786afb3666dd37c93fd8559
3
+ metadata.gz: 1ef6974e557ac45391ce84dbf68a409d1f4edb89
4
+ data.tar.gz: f7f6ca36416ec3a55ed33548858e83ee0c46e1f3
5
5
  SHA512:
6
- metadata.gz: 72b714864866adac55084e16a351177133d1521ebd57d5f693d0becf0ff25003c9cde56220804d191046ba37e668252b0757ef10f5248441578bc2194d115e31
7
- data.tar.gz: 41dd2932ef19a924044ee8c790f7ec22e3769831d54312031549b19ef3a1ccff4042ff4079da46420ae04a0dec54da9437e58d29ca203091d366153fff50ca54
6
+ metadata.gz: 33f80badb54a355b0b6003f91e34b5266e2c112782bd687cfad2b956a2228a921658c27094af4dc6b7bf06c8ec5e092e6529a866971e028082d170a52c66d988
7
+ data.tar.gz: a209ee114eb2b8744ff1d6029799404bcd85bb6e77cb9f0fa8e49e92afbb1809cec25b5d1cbc5654223e1be78fd80c7296637942e8d80347d26d7ecc933de675
@@ -1,5 +1,5 @@
1
1
  module Capistrano3
2
2
  module Copy
3
- VERSION = "0.0.1"
3
+ VERSION = "0.0.2"
4
4
  end
5
5
  end
@@ -49,6 +49,10 @@ namespace :copy do
49
49
  upload! release_local_file, TMP_COPY_DIR
50
50
  execute :unzip, '-o', uploaded_file, '-d', release_path
51
51
  end
52
+ # We do not need the local file anymore
53
+ run_locally do
54
+ execute :rm, "-f", release_local_file
55
+ end
52
56
  end
53
57
 
54
58
  # Task that gets all our software and pack it together
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: capistrano3-copy
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jordi Polo