capistrano-scm-copy-command 0.1.5 → 0.1.6

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: d49a4d4f2da9bf2b1d3c5b84819095c091f67d22
4
- data.tar.gz: 73555fea48e6f6f699cc05b63847b983f6f45e19
3
+ metadata.gz: 148c07a93d32cbcda50a870a3d6298fb202cba5a
4
+ data.tar.gz: 388aa3eeec8f37a6ff9b4c4461b397f82f940d71
5
5
  SHA512:
6
- metadata.gz: 246202114b057701a7fb2402a28b9f0a2eac317daff76fc188e17dde61f01f7c8934ab966f5aa1c460d5cbc553ecedc6111e586a837a245faaf0af64da7d0cd4
7
- data.tar.gz: 691ed38fdb021fdb019f100a73eec07e357d373b4d616edfbe7506ddd807159224ee90b917cb8af70e8c795ed3cdd50cc352cd734c8db7b67c65142c5f965dd7
6
+ metadata.gz: b2eb6d96dc849bc96095b6191f03a47cbaec5b9f2262dcfb34f3685ae9a49fd3f0726361e4e389e293c9882685cae0a230efab3afffe3e950aab3e2c0cf3df92
7
+ data.tar.gz: 37755eae676fe771c3d4975a58eb1d77ae90543b1e2f8fe73a3b3569d5e5a1d3ab0e1d5a65a2cab7ed1bd7db42c417bf5936e97d1f6ff9e3e929ef4e08f442b2
@@ -9,7 +9,7 @@ Gem::Specification.new do |spec|
9
9
  spec.authors = ['Michael Siebert', 'Max Meyer']
10
10
  spec.email = ['siebertm85@googlemail.com', 'dev@fedux.org']
11
11
  spec.summary = 'General "I have a command which generates things" deploy strategy for capistrano'
12
- spec.homepage = 'https://github.com/siebertm/capistrano-scm_copy_command'
12
+ spec.homepage = 'https://github.com/siebertm/capistrano-scm-copy-command'
13
13
  spec.license = 'MIT'
14
14
 
15
15
  spec.files = `git ls-files -z`.split("\x0")
@@ -1,6 +1,6 @@
1
1
  # encoding: utf-8
2
2
  module Capistrano
3
3
  module ScmCopyCommand
4
- VERSION = '0.1.5'
4
+ VERSION = '0.1.6'
5
5
  end
6
6
  end
@@ -13,7 +13,7 @@ namespace :scm_copy_command do
13
13
  desc "Archive files to #{archive_name}"
14
14
  file archive_name do |t|
15
15
  run_locally do
16
- execute(*fetch(:command))
16
+ execute(*fetch(:build_command))
17
17
 
18
18
  Capistrano::ScmCopyCommand::Utils.zip(
19
19
  build_dir,
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: capistrano-scm-copy-command
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.5
4
+ version: 0.1.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Michael Siebert
@@ -80,7 +80,7 @@ files:
80
80
  - lib/capistrano/tasks/scm_copy_command.rake
81
81
  - script/bootstrap
82
82
  - script/test
83
- homepage: https://github.com/siebertm/capistrano-scm_copy_command
83
+ homepage: https://github.com/siebertm/capistrano-scm-copy-command
84
84
  licenses:
85
85
  - MIT
86
86
  metadata: {}