vagrant-dsl 0.1.0 → 0.1.1

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: 0ccb8680063e42d06b028c2082593ec882ce136b
4
+ data.tar.gz: 42806b7f702ecca720d832bb654dd6141c197e61
5
+ SHA512:
6
+ metadata.gz: b31fe10ccbb95ef45dbe39d5754745e8c3d8e32e45cffac66b2c00eec52563fdfb7605ef70412b43e5880431abc00723bb511e5812b2dd584b313e9c236332bf
7
+ data.tar.gz: a9f9e98f3f67b6d0050df2276ccc1238586ee1da1a1ebeba6143b23e928be027bbf95d79139d28f81d316f7ee7e1c5924c0c1ba9034b9ba8b54ee71c9eaac3e5
@@ -1,5 +1,5 @@
1
1
  module Vagrant
2
2
  module DSL
3
- VERSION = "0.1.0"
3
+ VERSION = "0.1.1"
4
4
  end
5
5
  end
@@ -17,5 +17,5 @@ Gem::Specification.new do |gem|
17
17
  gem.test_files = gem.files.grep(%r{^(test|spec|features)/})
18
18
  gem.require_paths = ["lib"]
19
19
 
20
- gem.add_dependency 'vagrant-prison', "~> 0.1.0"
20
+ gem.add_dependency 'vagrant-prison', "~> 0.2.0"
21
21
  end
metadata CHANGED
@@ -1,32 +1,29 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: vagrant-dsl
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
5
- prerelease:
4
+ version: 0.1.1
6
5
  platform: ruby
7
6
  authors:
8
7
  - Erik Hollensbe
9
8
  autorequire:
10
9
  bindir: bin
11
10
  cert_chain: []
12
- date: 2012-12-21 00:00:00.000000000 Z
11
+ date: 2013-05-09 00:00:00.000000000 Z
13
12
  dependencies:
14
13
  - !ruby/object:Gem::Dependency
15
14
  name: vagrant-prison
16
15
  requirement: !ruby/object:Gem::Requirement
17
- none: false
18
16
  requirements:
19
17
  - - ~>
20
18
  - !ruby/object:Gem::Version
21
- version: 0.1.0
19
+ version: 0.2.0
22
20
  type: :runtime
23
21
  prerelease: false
24
22
  version_requirements: !ruby/object:Gem::Requirement
25
- none: false
26
23
  requirements:
27
24
  - - ~>
28
25
  - !ruby/object:Gem::Version
29
- version: 0.1.0
26
+ version: 0.2.0
30
27
  description: Tools for programmatically driving vagrant in rake and in ruby scripts
31
28
  email:
32
29
  - erik+github@hollensbe.org
@@ -44,27 +41,25 @@ files:
44
41
  - vagrant-dsl.gemspec
45
42
  homepage: https://github.com/chef-workflow/vagrant-dsl
46
43
  licenses: []
44
+ metadata: {}
47
45
  post_install_message:
48
46
  rdoc_options: []
49
47
  require_paths:
50
48
  - lib
51
49
  required_ruby_version: !ruby/object:Gem::Requirement
52
- none: false
53
50
  requirements:
54
- - - ! '>='
51
+ - - '>='
55
52
  - !ruby/object:Gem::Version
56
53
  version: '0'
57
54
  required_rubygems_version: !ruby/object:Gem::Requirement
58
- none: false
59
55
  requirements:
60
- - - ! '>='
56
+ - - '>='
61
57
  - !ruby/object:Gem::Version
62
58
  version: '0'
63
59
  requirements: []
64
60
  rubyforge_project:
65
- rubygems_version: 1.8.24
61
+ rubygems_version: 2.0.3
66
62
  signing_key:
67
- specification_version: 3
63
+ specification_version: 4
68
64
  summary: Tools for programmatically driving vagrant in rake and in ruby scripts
69
65
  test_files: []
70
- has_rdoc: