vagrant-recipe 0.1.0 → 0.1.1

Sign up to get free protection for your applications and to get access to all the features.
data/README.md CHANGED
@@ -1,4 +1,4 @@
1
- vagrant-recipe [![Gem Version](https://badge.fury.io/rb/vagrant-exec.png)](http://badge.fury.io/rb/vagrant-exec)
1
+ vagrant-recipe [![Gem Version](https://badge.fury.io/rb/vagrant-recipe.png)](http://badge.fury.io/rb/vagrant-recipe)
2
2
  ===============
3
3
 
4
4
  Vagrant plugin to execute chef recipes.
@@ -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 "run-recipe" do
9
9
  require_relative 'config'
10
10
  Config
11
11
  end
12
12
 
13
- command :run-recipe do
13
+ command "run-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.0'
4
+ VERSION = '0.1.1'
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.0
4
+ version: 0.1.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,11 +9,11 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2013-10-20 00:00:00.000000000 Z
12
+ date: 2013-10-21 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: aruba
16
- requirement: !ruby/object:Gem::Requirement
16
+ requirement: &23605620 !ruby/object:Gem::Requirement
17
17
  none: false
18
18
  requirements:
19
19
  - - ! '>='
@@ -21,15 +21,10 @@ dependencies:
21
21
  version: '0'
22
22
  type: :development
23
23
  prerelease: false
24
- version_requirements: !ruby/object:Gem::Requirement
25
- none: false
26
- requirements:
27
- - - ! '>='
28
- - !ruby/object:Gem::Version
29
- version: '0'
24
+ version_requirements: *23605620
30
25
  - !ruby/object:Gem::Dependency
31
26
  name: rake
32
- requirement: !ruby/object:Gem::Requirement
27
+ requirement: &23605200 !ruby/object:Gem::Requirement
33
28
  none: false
34
29
  requirements:
35
30
  - - ! '>='
@@ -37,12 +32,7 @@ dependencies:
37
32
  version: '0'
38
33
  type: :development
39
34
  prerelease: false
40
- version_requirements: !ruby/object:Gem::Requirement
41
- none: false
42
- requirements:
43
- - - ! '>='
44
- - !ruby/object:Gem::Version
45
- version: '0'
35
+ version_requirements: *23605200
46
36
  description: Vagrant plugin to execute chef recipes
47
37
  email: byraul@gmail.com
48
38
  executables: []
@@ -82,7 +72,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
82
72
  version: '0'
83
73
  requirements: []
84
74
  rubyforge_project:
85
- rubygems_version: 1.8.23
75
+ rubygems_version: 1.8.11
86
76
  signing_key:
87
77
  specification_version: 3
88
78
  summary: Execute chef recipes