capistrano-scm-copy 0.4.0 → 0.5.0

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: 472fe349b1780ef825063998a39ead26be0f5bb0
4
- data.tar.gz: 044b667fbd7f800ca9a0463416b469a35397e5d7
3
+ metadata.gz: 08c233b3aaaab704b9420f65e297f1ae58b966e7
4
+ data.tar.gz: 9bd0b067ad10b99f128e17ed590afada53661144
5
5
  SHA512:
6
- metadata.gz: bd14d03d26e813065ff5717158aa8d8c6eed8df9f7f3b2041e5ff1a98ab04ee4aa3897ca915b16da84c51dd26ad210e129ba3660582076840b69b84d71b13ae4
7
- data.tar.gz: df69c2c61e8cb7ebac878a05a2ca4f02afd00d7276005e21e50fa8c1dce05e8bc60b1e764e293c4be3b5abfe8736b24f3584b40ef54b2d5fbc90556bc831f2ca
6
+ metadata.gz: 3741d3e623aeaee675ebc53b8df1ca0a38995866af2a2542545a61f96dc269d188bac175e8b5fa7008359c4d14a12a0b3f2ba808e5869a476856492f648cb622
7
+ data.tar.gz: 0ebac2786ce6a68fb2edb616d0b09dd134a7cc7618a0c2c8a434beae1af53f169fe813d1ea3cd7880807f5e9e258cfbd1439016ced3667da52236e3980638406
data/README.md CHANGED
@@ -42,6 +42,11 @@ The MIT License (MIT)
42
42
  Changelog
43
43
  =========
44
44
 
45
+ 0.5.0
46
+ -----
47
+
48
+ - Fix issue related to `tar_roles` (see wercker/capistrano-scm-copy#15)
49
+
45
50
  0.4.0
46
51
  -----
47
52
 
@@ -3,7 +3,7 @@ $:.push File.expand_path("../lib", __FILE__)
3
3
 
4
4
  Gem::Specification.new do |s|
5
5
  s.name = "capistrano-scm-copy"
6
- s.version = "0.4.0"
6
+ s.version = "0.5.0"
7
7
  s.licenses = ["MIT"]
8
8
  s.authors = ["Benno van den Berg"]
9
9
  s.email = ["bennovandenberg@gmail.com"]
@@ -7,7 +7,7 @@ namespace :copy do
7
7
  exclude_args = exclude_dir.map { |dir| "--exclude '#{dir}'"}
8
8
 
9
9
  # Defalut to :all roles
10
- tar_roles = fetch(:tar_roles, 'all')
10
+ tar_roles = fetch(:tar_roles, :all)
11
11
 
12
12
  desc "Archive files to #{archive_name}"
13
13
  file archive_name => FileList[include_dir].exclude(archive_name) do |t|
metadata CHANGED
@@ -1,27 +1,27 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: capistrano-scm-copy
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.0
4
+ version: 0.5.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Benno van den Berg
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-09-30 00:00:00.000000000 Z
11
+ date: 2015-01-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: capistrano
15
15
  requirement: !ruby/object:Gem::Requirement
16
16
  requirements:
17
- - - ~>
17
+ - - "~>"
18
18
  - !ruby/object:Gem::Version
19
19
  version: '3.0'
20
20
  type: :runtime
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
- - - ~>
24
+ - - "~>"
25
25
  - !ruby/object:Gem::Version
26
26
  version: '3.0'
27
27
  description: Copy strategy for capistrano 3.x
@@ -31,7 +31,7 @@ executables: []
31
31
  extensions: []
32
32
  extra_rdoc_files: []
33
33
  files:
34
- - .gitignore
34
+ - ".gitignore"
35
35
  - Gemfile
36
36
  - LICENSE
37
37
  - README.md
@@ -51,17 +51,17 @@ require_paths:
51
51
  - lib
52
52
  required_ruby_version: !ruby/object:Gem::Requirement
53
53
  requirements:
54
- - - '>='
54
+ - - ">="
55
55
  - !ruby/object:Gem::Version
56
56
  version: '0'
57
57
  required_rubygems_version: !ruby/object:Gem::Requirement
58
58
  requirements:
59
- - - '>='
59
+ - - ">="
60
60
  - !ruby/object:Gem::Version
61
61
  version: '0'
62
62
  requirements: []
63
63
  rubyforge_project:
64
- rubygems_version: 2.2.2
64
+ rubygems_version: 2.4.5
65
65
  signing_key:
66
66
  specification_version: 4
67
67
  summary: Copy strategy for capistrano 3.x