vagrant-puppet-install 2.0.0 → 2.0.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.
- checksums.yaml +4 -4
- data/lib/vagrant-puppet-install/plugin.rb +4 -0
- data/lib/vagrant-puppet-install/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 6599a8b58123a862cde897c4189ca047e5d52e35
|
|
4
|
+
data.tar.gz: 92e5b8fc21a96cbcb8141e0029954c5ac43119bb
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 2f87c1fef953092e28edc54baeeac965b01e1935e7dcb49457ea3d5a21ff59946ec089b8a66028ed54fa543ced95f18c14536b9fa498b52640d92940bf6f53a2
|
|
7
|
+
data.tar.gz: a37fdc2f455827840dcc4a20c150c51cd96b3f201d0968c7822905498ad5e88481619873ff5541c46bb08ebc63b66efb0f23efbc96f6ab0d3c09ebbcb9a0c857
|
|
@@ -26,6 +26,10 @@ if Vagrant::VERSION < "1.1.0"
|
|
|
26
26
|
raise "The vagrant-puppet-install plugin is only compatible with Vagrant 1.1+"
|
|
27
27
|
end
|
|
28
28
|
|
|
29
|
+
if Vagrant::VERSION < "1.3.5"
|
|
30
|
+
raise "The vagrant-puppet-install plugin is only compatible with Vagrant 1.3.5 <= right now.\n See https://github.com/patcon/vagrant-puppet-install/issues/5 for details"
|
|
31
|
+
end
|
|
32
|
+
|
|
29
33
|
module VagrantPlugins
|
|
30
34
|
module PuppetInstall
|
|
31
35
|
# @author Seth Chisamore <schisamo@opscode.com>
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: vagrant-puppet-install
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 2.0.
|
|
4
|
+
version: 2.0.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Seth Chisamore
|
|
@@ -10,7 +10,7 @@ authors:
|
|
|
10
10
|
autorequire:
|
|
11
11
|
bindir: bin
|
|
12
12
|
cert_chain: []
|
|
13
|
-
date: 2014-02-
|
|
13
|
+
date: 2014-02-20 00:00:00.000000000 Z
|
|
14
14
|
dependencies:
|
|
15
15
|
- !ruby/object:Gem::Dependency
|
|
16
16
|
name: bundler
|
|
@@ -124,7 +124,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
124
124
|
version: '0'
|
|
125
125
|
requirements: []
|
|
126
126
|
rubyforge_project:
|
|
127
|
-
rubygems_version: 2.
|
|
127
|
+
rubygems_version: 2.2.2
|
|
128
128
|
signing_key:
|
|
129
129
|
specification_version: 4
|
|
130
130
|
summary: A Vagrant plugin that ensures the desired version of Puppet is installed
|