vagrant-capistrano-push 0.0.5 → 0.0.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: cc51d92aa43de89283a5118e5454b01d8c3f3dbc
4
- data.tar.gz: 27b1c8b3a30ac9b14c3c332ce0de39cd8024e821
3
+ metadata.gz: 7fb7896a34096d88f9c8c5ce0b2d2b1eba8bebd8
4
+ data.tar.gz: 93ed7f159193732ab56dabeeeeec64e1a6b03286
5
5
  SHA512:
6
- metadata.gz: aa5f102ba47f80d369a4faf7b0430be7a1fda3a84b56036487115e1e6ae0539dfde443b566efa3bcaaadc5b72f314ff8940384f56fac44009cdf1fd26552342e
7
- data.tar.gz: 1f6993854a48dd44e53ac7067025cb05149e4c512bbda6e8f20f2c197d1a489026cbd58cbb2d47f40e48e3b1c7dfcc15972ded37b015144f785aaa252022a9ed
6
+ metadata.gz: 0efbd6cfb043531c65f2e307b0650940c9d1ea6eb9365bd5d51b52693a62352f1464bb009c3ee1175430e24d7d62aa66331043bac65741de86ef6ecfd1d9d8dc
7
+ data.tar.gz: 25bc9c62f730ee03b5fa5414f86d8306e9379917d294286f90190f0c8df1cebf57791f9b1b5f709f8270045de64eaceca2f2828654a46464aeb8f49fb9a2e8ea
@@ -15,7 +15,7 @@ module VagrantPlugins
15
15
 
16
16
  if result.exit_code != 0
17
17
  raise Errors::CommandFailed,
18
- inline: config.inline,
18
+ cmd: config.inline,
19
19
  stdout: result.stdout,
20
20
  stderr: result.stderr
21
21
  end
@@ -1,5 +1,5 @@
1
1
  module VagrantPlugins
2
2
  module CapistranoPush
3
- VERSION = '0.0.5'
3
+ VERSION = '0.0.6'
4
4
  end
5
5
  end
data/locales/en.yml CHANGED
@@ -3,3 +3,5 @@ en:
3
3
  errors:
4
4
  missing_attribute: |-
5
5
  The attribute %{attribute} was missing.
6
+ command_failed: |-
7
+ The command %{cmd} failed with error %{stderr}.
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: vagrant-capistrano-push
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.5
4
+ version: 0.0.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Martin Fenner