vagrant-puppet-install 2.0.0 → 2.0.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: c81a82cc75935848916d51c5d41fac45c44f42c5
4
- data.tar.gz: 4a5f3385055b26590fdc2056eb372ef74db7ad5a
3
+ metadata.gz: 6599a8b58123a862cde897c4189ca047e5d52e35
4
+ data.tar.gz: 92e5b8fc21a96cbcb8141e0029954c5ac43119bb
5
5
  SHA512:
6
- metadata.gz: edab6ce0a9d2decaa06dc909c3f55fed535cb6d710f9035bf993607bb7d734078df9c3b4eea0e53b1bfaed65caa966f3b9566c12ebf3a62c492561024b1f4c2f
7
- data.tar.gz: 55372748cdc0077416c99efac3db070451f4c15ed6aaa27729d51b2552ce8174056e986e0deac813e672b42f802e65041e89b4f08b954ddf5246bc87b6356c5a
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>
@@ -16,6 +16,6 @@
16
16
 
17
17
  module VagrantPlugins
18
18
  module PuppetInstall
19
- VERSION = "2.0.0"
19
+ VERSION = "2.0.1"
20
20
  end
21
21
  end
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.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-10 00:00:00.000000000 Z
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.0.3
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