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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: ab746a1864bd7007a1e41c641c6360d1eb523f5e
4
- data.tar.gz: 5c96052355e65411366d9c6b60712a53d01dec7b
3
+ metadata.gz: da871969473c790f7900ff5a074eeffc2e70816c
4
+ data.tar.gz: 09415633365aef2042d0cd4db427f479232d0dff
5
5
  SHA512:
6
- metadata.gz: 17d6ae7b3bf39c54cf61502c30bb8e8a5f5982cd7e20f97bf57f0ed0d3ef8be8f5936be6dbdf56e8ca649ede0cfe7c9f4296aaaab6d368bea5d08005ab4e7ac4
7
- data.tar.gz: 659326959c6491b8c9c03ef1f2ac982842b5aac696e5fa5f99abee222965ad5cf2f37e74b8399db5d71f3367b4640b9da554336bbeeaa6a0293ade4724b10701
6
+ metadata.gz: dc3c6b8ec524c6be4ca9bf925a37c9f451d7dfcb08057b32a5cd326035d508bb374b0645922479d89d7bbb76b619625fda1c496fcc984361d0e090365c9a3701
7
+ data.tar.gz: 70d2d46db5c19f39bea8d8256df0d7ac4436c826961a5eb2fafd3fec0cefeb8f78590fa7a101f61b4dfd89bcbe67965081c68a935aa90e6b40b4a944fd0b4a4a
data/CHANGELOG.md CHANGED
@@ -1,3 +1,7 @@
1
+ # 4.1.0
2
+
3
+ * Bump Berkshelf requirement from `~> 3.2` to `~> 4.0`
4
+
1
5
  # 4.0.4
2
6
 
3
7
  * Bug Fixes
@@ -4,7 +4,7 @@ module VagrantPlugins
4
4
  module Berkshelf
5
5
  module Action
6
6
  class Check < Base
7
- BERKS_REQUIREMENT = "~> 3.2"
7
+ BERKS_REQUIREMENT = "~> 4.0"
8
8
 
9
9
  def call(env)
10
10
  if !berkshelf_enabled?(env)
@@ -1,5 +1,5 @@
1
1
  module VagrantPlugins
2
2
  module Berkshelf
3
- VERSION = "4.0.4"
3
+ VERSION = "4.1.0"
4
4
  end
5
5
  end
@@ -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.getchef.com/chef-dk
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
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-05-11 00:00:00.000000000 Z
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.getchef.com/chef-dk
101
+ https://downloads.chef.io/chef-dk/
102
102
 
103
103
  Installing Berkshelf via other methods is not officially supported.
104
104
  rdoc_options: []