vagrant-host-shell 0.0.3 → 0.0.4

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.
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA1:
3
+ metadata.gz: 5571429ec1e09ffd78b21547a0df946e97c590f8
4
+ data.tar.gz: df296347c85b9b966eabd624d4e11aa7131344e6
5
+ SHA512:
6
+ metadata.gz: 3a71379e7281221d8383bcea45067f403149eb4a3cc2f05b418a65d0e9f21b91fa2aa706ab9bb5f0dcc85c2e3e36f61b647eccde5b42fdc7fe215a8884ee0c19
7
+ data.tar.gz: c1f0cf2d19e5eb327d7c6673a135adb298835367439a23d6c68868cc10f10514f48f978123493bcea63fa44fcb87a395203e1bf56aa7886f67f0c80be9b1caea
@@ -2,7 +2,7 @@ module VagrantPlugins::HostShell
2
2
  class Provisioner < Vagrant.plugin('2', :provisioner)
3
3
  def provision
4
4
  result = Vagrant::Util::Subprocess.execute(
5
- '/bin/bash',
5
+ 'bash',
6
6
  '-c',
7
7
  config.inline,
8
8
  :notify => [:stdout, :stderr],
@@ -1,5 +1,5 @@
1
1
  module VagrantPlugins
2
2
  module HostShell
3
- VERSION = '0.0.3'
3
+ VERSION = '0.0.4'
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,8 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: vagrant-host-shell
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.3
5
- prerelease:
4
+ version: 0.0.4
6
5
  platform: ruby
7
6
  authors:
8
7
  - Paul Hinze
@@ -10,38 +9,34 @@ authors:
10
9
  autorequire:
11
10
  bindir: bin
12
11
  cert_chain: []
13
- date: 2013-12-05 00:00:00.000000000 Z
12
+ date: 2014-04-07 00:00:00.000000000 Z
14
13
  dependencies:
15
14
  - !ruby/object:Gem::Dependency
16
15
  name: bundler
17
16
  requirement: !ruby/object:Gem::Requirement
18
- none: false
19
17
  requirements:
20
- - - ~>
18
+ - - "~>"
21
19
  - !ruby/object:Gem::Version
22
20
  version: '1.3'
23
21
  type: :development
24
22
  prerelease: false
25
23
  version_requirements: !ruby/object:Gem::Requirement
26
- none: false
27
24
  requirements:
28
- - - ~>
25
+ - - "~>"
29
26
  - !ruby/object:Gem::Version
30
27
  version: '1.3'
31
28
  - !ruby/object:Gem::Dependency
32
29
  name: rake
33
30
  requirement: !ruby/object:Gem::Requirement
34
- none: false
35
31
  requirements:
36
- - - ! '>='
32
+ - - ">="
37
33
  - !ruby/object:Gem::Version
38
34
  version: '0'
39
35
  type: :development
40
36
  prerelease: false
41
37
  version_requirements: !ruby/object:Gem::Requirement
42
- none: false
43
38
  requirements:
44
- - - ! '>='
39
+ - - ">="
45
40
  - !ruby/object:Gem::Version
46
41
  version: '0'
47
42
  description: a vagrant provisioner to run commands on the host
@@ -52,7 +47,7 @@ executables: []
52
47
  extensions: []
53
48
  extra_rdoc_files: []
54
49
  files:
55
- - .gitignore
50
+ - ".gitignore"
56
51
  - Gemfile
57
52
  - LICENSE.txt
58
53
  - README.md
@@ -68,32 +63,25 @@ files:
68
63
  homepage: ''
69
64
  licenses:
70
65
  - MIT
66
+ metadata: {}
71
67
  post_install_message:
72
68
  rdoc_options: []
73
69
  require_paths:
74
70
  - lib
75
71
  required_ruby_version: !ruby/object:Gem::Requirement
76
- none: false
77
72
  requirements:
78
- - - ! '>='
73
+ - - ">="
79
74
  - !ruby/object:Gem::Version
80
75
  version: '0'
81
- segments:
82
- - 0
83
- hash: 1738926357149632159
84
76
  required_rubygems_version: !ruby/object:Gem::Requirement
85
- none: false
86
77
  requirements:
87
- - - ! '>='
78
+ - - ">="
88
79
  - !ruby/object:Gem::Version
89
80
  version: '0'
90
- segments:
91
- - 0
92
- hash: 1738926357149632159
93
81
  requirements: []
94
82
  rubyforge_project:
95
- rubygems_version: 1.8.23
83
+ rubygems_version: 2.2.0
96
84
  signing_key:
97
- specification_version: 3
85
+ specification_version: 4
98
86
  summary: a vagrant provisioner to run commands on the host
99
87
  test_files: []