vagrant-berkshelf 4.0.4 → 4.1.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +4 -0
- data/lib/vagrant-berkshelf/action/check.rb +1 -1
- data/lib/vagrant-berkshelf/version.rb +1 -1
- data/vagrant-berkshelf.gemspec +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: da871969473c790f7900ff5a074eeffc2e70816c
|
4
|
+
data.tar.gz: 09415633365aef2042d0cd4db427f479232d0dff
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: dc3c6b8ec524c6be4ca9bf925a37c9f451d7dfcb08057b32a5cd326035d508bb374b0645922479d89d7bbb76b619625fda1c496fcc984361d0e090365c9a3701
|
7
|
+
data.tar.gz: 70d2d46db5c19f39bea8d8256df0d7ac4436c826961a5eb2fafd3fec0cefeb8f78590fa7a101f61b4dfd89bcbe67965081c68a935aa90e6b40b4a944fd0b4a4a
|
data/CHANGELOG.md
CHANGED
data/vagrant-berkshelf.gemspec
CHANGED
@@ -31,7 +31,7 @@ Gem::Specification.new do |spec|
|
|
31
31
|
The Vagrant Berkshelf plugin requires Berkshelf from the Chef Development Kit.
|
32
32
|
You can download the latest version of the Chef Development Kit from:
|
33
33
|
|
34
|
-
https://downloads.
|
34
|
+
https://downloads.chef.io/chef-dk/
|
35
35
|
|
36
36
|
Installing Berkshelf via other methods is not officially supported.
|
37
37
|
EOH
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: vagrant-berkshelf
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 4.0
|
4
|
+
version: 4.1.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Jamie Winsor
|
@@ -10,7 +10,7 @@ authors:
|
|
10
10
|
autorequire:
|
11
11
|
bindir: bin
|
12
12
|
cert_chain: []
|
13
|
-
date: 2015-
|
13
|
+
date: 2015-10-08 00:00:00.000000000 Z
|
14
14
|
dependencies:
|
15
15
|
- !ruby/object:Gem::Dependency
|
16
16
|
name: spork
|
@@ -98,7 +98,7 @@ post_install_message: |
|
|
98
98
|
The Vagrant Berkshelf plugin requires Berkshelf from the Chef Development Kit.
|
99
99
|
You can download the latest version of the Chef Development Kit from:
|
100
100
|
|
101
|
-
https://downloads.
|
101
|
+
https://downloads.chef.io/chef-dk/
|
102
102
|
|
103
103
|
Installing Berkshelf via other methods is not officially supported.
|
104
104
|
rdoc_options: []
|