vagrant-puppet-install 2.6.0 → 2.7.0

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: 736eaea9ebef8dc64fa71ac2aec11d04b5f0a7af
4
- data.tar.gz: cee07e33b748975251d25a47360c9763f12da82d
3
+ metadata.gz: 6278410fd5571374a78f0d9d3df000067fe16ae2
4
+ data.tar.gz: e53c78bd89cbe5e9b25ea6dc87f1ad851f0f58f2
5
5
  SHA512:
6
- metadata.gz: 9a731ba03aee1753593a568474b61141d5a0d98dccc62ae9781d59f3f8cdb03eb18b3f1265cad54413aa67b9c1b83c5f15d363ed56a63bbc600d3595ddca6883
7
- data.tar.gz: 95add6b967ba8afc1d61e889e5b596f33c33092d7936d667ba54b7b667dc5fafd057ca4981d40cde43d7a3c7cb3dfe21d1863e34dd001af6e2392f76970a9ffb
6
+ metadata.gz: 7e769244db972e41338de621546933df3b4169afa1fb30cc914db65634ea0f9f26cea83880681d71c6b768b6ca17a8b64381078ae87fa2cfa3002aa852bcd049
7
+ data.tar.gz: 69e594cf65587973de5dc8ae6a260f10987c0796a8a087811297d2f4c5638663637f383c7b8fb61142e2c9ea3783d7bb873577fb84244145d872b48ea43c33f0
@@ -1,6 +1,6 @@
1
- language: ruby
2
1
  rvm:
3
- - 1.9.3
4
2
  - 2.0.0
5
3
  - 2.1.0
6
- script: bundle exec rake test:unit
4
+ bundler_args: --jobs 7 --without=acceptance
5
+ script:
6
+ - bundle exec rake test:unit
data/Gemfile CHANGED
@@ -6,7 +6,7 @@ group :development do
6
6
  # We depend on Vagrant for development, but we don't add it as a
7
7
  # gem dependency because we expect to be installed within the
8
8
  # Vagrant environment itself using `vagrant plugin`.
9
- gem "vagrant", :git => "git://github.com/mitchellh/vagrant.git", :tag => "v1.6.3"
9
+ gem 'vagrant', git: 'git://github.com/mitchellh/vagrant.git', ref: 'bb22a37ed1989403e25e889d913b512090a5737f'
10
10
  end
11
11
 
12
12
  group :acceptance do
@@ -62,7 +62,7 @@ module VagrantPlugins
62
62
  if windows_guest?
63
63
  # No Windows Version yet
64
64
  else
65
- 'https://raw2.github.com/petems/puppet-install-shell/master/install_puppet.sh'
65
+ 'https://raw.githubusercontent.com/petems/puppet-install-shell/master/install_puppet.sh'
66
66
  end
67
67
  end
68
68
 
@@ -1,5 +1,5 @@
1
1
  module VagrantPlugins
2
2
  module PuppetInstall
3
- VERSION = "2.6.0"
3
+ VERSION = "2.7.0"
4
4
  end
5
5
  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.6.0
4
+ version: 2.7.0
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-08-04 00:00:00.000000000 Z
13
+ date: 2014-11-21 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: bundler
@@ -123,7 +123,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
123
123
  version: '0'
124
124
  requirements: []
125
125
  rubyforge_project:
126
- rubygems_version: 2.0.14
126
+ rubygems_version: 2.4.1
127
127
  signing_key:
128
128
  specification_version: 4
129
129
  summary: A Vagrant plugin that ensures the desired version of Puppet is installed