capistrano-tarball_scm 0.2.0 → 0.2.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: fc94ea599f076a4f425e31bef2c580ae72a3579a
4
- data.tar.gz: 728c2255bfadd9f5e593b57c7069fe483471bdab
3
+ metadata.gz: 6b47a86fcfbb33c1064d5243373925fe98610761
4
+ data.tar.gz: 7b22784b10b624fd0a54dabc94e821b0bb5f8236
5
5
  SHA512:
6
- metadata.gz: fac0609e565f1087504975f4686d531c142a9fc48addf3b49c8e91b3b7c7a802e2b97d4ba2fd2ca5de88c34ffc874f841a4f4f09b92fa840f093338b48293313
7
- data.tar.gz: 101b9e039649934ce20872707a864022a410f682d7dd17219d642ad58466c20138f1ee47e715e90694d6d3bf3addf4d899f3f2c17cb600b0875b1c8c25bd4a97
6
+ metadata.gz: 1bf37336e870dcb919f83d7e2a8cda5bbb3284df4c8723dad24f39011ebe09913616a2b363d4dcd218c3aafdf3c308e3fe4b28ff9c4a10dcd4e08748c7446f03
7
+ data.tar.gz: b01a5a5139cac12d7a8794e52511152aec13da4a0187dbb3f8bf3150ac42b510a4713d86bb7a7a1b8cfd319ecb8d6c487397207a2c7b658ea4e8733f4716b2f5
@@ -20,7 +20,7 @@ module Capistrano
20
20
  end
21
21
 
22
22
  def create
23
- excludes = fetch(:tarball_exclude).map { |d| "--exclude #{d}" }.join
23
+ excludes = fetch(:tarball_exclude).map { |d| "--exclude #{d}" }.join(' ')
24
24
  backend.execute(:mkdir, '-p', tarball_dir)
25
25
  backend.execute(:tar, '-C', tarball_root, '--exclude', tarball_dir, excludes, '-cjf', tarball_path, '.')
26
26
  end
@@ -1,5 +1,5 @@
1
1
  module Capistrano
2
2
  module TarballScm
3
- VERSION = "0.2.0"
3
+ VERSION = "0.2.1"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: capistrano-tarball_scm
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Artem Chistyakov
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2017-01-02 00:00:00.000000000 Z
11
+ date: 2017-01-03 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: capistrano