vagrant-recipe 0.1.2 → 0.1.3

Sign up to get free protection for your applications and to get access to all the features.
@@ -14,8 +14,8 @@ module VagrantPlugins
14
14
  command = ""
15
15
 
16
16
  command << add_env(vm.config.recipe.env)
17
- command << add_bundler(vm.config.recipe.bundler, plain.to_str)
18
- command << plain.to_str
17
+ #command << add_bundler(vm.config.recipe.bundler, plain)
18
+ command << plain
19
19
 
20
20
  @logger.info("Executing recipe on remote machine: #{command}")
21
21
  env = vm.action(:ssh_run, ssh_run_command: command)
@@ -5,12 +5,12 @@ module VagrantPlugins
5
5
  name 'Vagrant Recipe'
6
6
  description 'Plugin allows to execute a chef recipe.'
7
7
 
8
- config "run-recipe" do
8
+ config :recipe do
9
9
  require_relative 'config'
10
10
  Config
11
11
  end
12
12
 
13
- command "run-recipe" do
13
+ command :recipe do
14
14
  require_relative 'command'
15
15
  Command
16
16
  end
@@ -1,7 +1,7 @@
1
1
  module VagrantPlugins
2
2
  module Recipe
3
3
 
4
- VERSION = '0.1.2'
4
+ VERSION = '0.1.3'
5
5
 
6
6
  end # Recipe
7
7
  end # VagrantPlugins
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: vagrant-recipe
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.2
4
+ version: 0.1.3
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -13,7 +13,7 @@ date: 2013-10-21 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: aruba
16
- requirement: &11485680 !ruby/object:Gem::Requirement
16
+ requirement: &9540320 !ruby/object:Gem::Requirement
17
17
  none: false
18
18
  requirements:
19
19
  - - ! '>='
@@ -21,10 +21,10 @@ dependencies:
21
21
  version: '0'
22
22
  type: :development
23
23
  prerelease: false
24
- version_requirements: *11485680
24
+ version_requirements: *9540320
25
25
  - !ruby/object:Gem::Dependency
26
26
  name: rake
27
- requirement: &11485260 !ruby/object:Gem::Requirement
27
+ requirement: &9539900 !ruby/object:Gem::Requirement
28
28
  none: false
29
29
  requirements:
30
30
  - - ! '>='
@@ -32,7 +32,7 @@ dependencies:
32
32
  version: '0'
33
33
  type: :development
34
34
  prerelease: false
35
- version_requirements: *11485260
35
+ version_requirements: *9539900
36
36
  description: Vagrant plugin to execute chef recipes
37
37
  email: byraul@gmail.com
38
38
  executables: []