berkshelf 7.0.2 → 7.0.3

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
  SHA256:
3
- metadata.gz: 7c91ffbde974f9d4c4995f5dabfb4a78e0d4f85b65c5397a9575c0feedaed994
4
- data.tar.gz: cba1d742eab5f3687d3b58edaead0c107d9655b430ca2f87022ee7bef4ec0782
3
+ metadata.gz: e40b61641ae3c98575c4de9bf668625ff927b829075dab610fc4388439f16e7c
4
+ data.tar.gz: 0d2128e0cb9b388125cc388c08bf75ad43a6f4152626ed92f056d8001e924c85
5
5
  SHA512:
6
- metadata.gz: 5de0901e55d2e738c17ae53bfc79b81afdefb350ebc145deb0f162ec1037449337a3b5003f5b8ca209e2b30ade8329523ce97fe7452ee3ea6b73f486ae910617
7
- data.tar.gz: 49af41bc03628b59bc2cc5166be3684adec17bda4bde6b691a11797c9e377c0416c0fd9c54ce25df55b78cf848cbc020d64a2c846477ef2cfdd85804f460a91f
6
+ metadata.gz: 9c8d3807ef828c33ae5eb2204af6f4936cea58399a641f2eef919a0beb88252ff4e55c0caf3c64928d4f0e67609d9794d6435ac9060dbfda23adf8a182c64edd
7
+ data.tar.gz: 681703640274ec3b8bb49ab87c574c40e423aac69c6c2af060468b76704252e62647e1f7268df1d76677c846a4a02fe5ed66d43dac85e981fef034bf256bf655
data/CHANGELOG.md CHANGED
@@ -1,7 +1,25 @@
1
1
  # Change Log
2
2
 
3
- ## [7.0.0](https://github.com/berkshelf/berkshelf/tree/7.0.0) (2018-04-24)
4
- [Full Changelog](https://github.com/berkshelf/berkshelf/compare/v6.3.2...7.0.0)
3
+ ## [v7.0.2](https://github.com/berkshelf/berkshelf/tree/v7.0.2) (2018-05-02)
4
+ [Full Changelog](https://github.com/berkshelf/berkshelf/compare/v7.0.1...v7.0.2)
5
+
6
+ **Merged pull requests:**
7
+
8
+ - bump gems and update thor pin [\#1773](https://github.com/berkshelf/berkshelf/pull/1773) ([lamont-granquist](https://github.com/lamont-granquist))
9
+ - add support for lock bot [\#1772](https://github.com/berkshelf/berkshelf/pull/1772) ([lamont-granquist](https://github.com/lamont-granquist))
10
+ - remove dot dir from berks package [\#1771](https://github.com/berkshelf/berkshelf/pull/1771) ([lamont-granquist](https://github.com/lamont-granquist))
11
+
12
+ ## [v7.0.1](https://github.com/berkshelf/berkshelf/tree/v7.0.1) (2018-05-01)
13
+ [Full Changelog](https://github.com/berkshelf/berkshelf/compare/v7.0.0...v7.0.1)
14
+
15
+ **Merged pull requests:**
16
+
17
+ - fix reading the json config file [\#1770](https://github.com/berkshelf/berkshelf/pull/1770) ([lamont-granquist](https://github.com/lamont-granquist))
18
+ - CI fix: remove '::' from module statements [\#1769](https://github.com/berkshelf/berkshelf/pull/1769) ([lamont-granquist](https://github.com/lamont-granquist))
19
+ - fix to generate metadata.json only in the vendored cookbook [\#1768](https://github.com/berkshelf/berkshelf/pull/1768) ([lamont-granquist](https://github.com/lamont-granquist))
20
+
21
+ ## [v7.0.0](https://github.com/berkshelf/berkshelf/tree/v7.0.0) (2018-04-24)
22
+ [Full Changelog](https://github.com/berkshelf/berkshelf/compare/v6.3.2...v7.0.0)
5
23
 
6
24
  **Merged pull requests:**
7
25
 
@@ -10,6 +28,12 @@
10
28
  - Fix chefignores being ignored in berkshelf 7.0.0 [\#1758](https://github.com/berkshelf/berkshelf/pull/1758) ([lamont-granquist](https://github.com/lamont-granquist))
11
29
  - pin cucumber-expressions to working version [\#1757](https://github.com/berkshelf/berkshelf/pull/1757) ([lamont-granquist](https://github.com/lamont-granquist))
12
30
  - changelog update and bonus bump to Gemfile.lock [\#1756](https://github.com/berkshelf/berkshelf/pull/1756) ([lamont-granquist](https://github.com/lamont-granquist))
31
+
32
+ ## [v6.3.2](https://github.com/berkshelf/berkshelf/tree/v6.3.2) (2018-04-04)
33
+ [Full Changelog](https://github.com/berkshelf/berkshelf/compare/v6.3.1...v6.3.2)
34
+
35
+ **Merged pull requests:**
36
+
13
37
  - remove buff-extensions [\#1747](https://github.com/berkshelf/berkshelf/pull/1747) ([lamont-granquist](https://github.com/lamont-granquist))
14
38
  - remove buff-config / varia\_model [\#1746](https://github.com/berkshelf/berkshelf/pull/1746) ([lamont-granquist](https://github.com/lamont-granquist))
15
39
  - ignore .svn recursively [\#1742](https://github.com/berkshelf/berkshelf/pull/1742) ([lamont-granquist](https://github.com/lamont-granquist))
@@ -1524,4 +1548,4 @@
1524
1548
 
1525
1549
 
1526
1550
 
1527
- \* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*
1551
+ \* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*
data/Gemfile.lock CHANGED
@@ -44,7 +44,7 @@ GIT
44
44
  PATH
45
45
  remote: .
46
46
  specs:
47
- berkshelf (7.0.2)
47
+ berkshelf (7.0.3)
48
48
  chef (>= 13.6.52)
49
49
  chef-config
50
50
  cleanroom (~> 1.0)
data/lib/berkshelf.rb CHANGED
@@ -165,7 +165,7 @@ module Berkshelf
165
165
  raise ChefConnectionError, "Missing required attribute in your Berkshelf configuration: chef.node_name"
166
166
  end
167
167
 
168
- if !ridley_options[:client_key] || ridley_options[:client_key] =~ /^\s*$/
168
+ if !ridley_options[:client_key] || ridley_options[:client_key].to_s =~ /^\s*$/
169
169
  raise ChefConnectionError, "Missing required attribute in your Berkshelf configuration: chef.client_key"
170
170
  end
171
171
 
@@ -63,7 +63,7 @@ module Berkshelf
63
63
  compiled_metadata = cookbook.compile_metadata
64
64
  cookbook.reload if compiled_metadata
65
65
  cookbook_version = cookbook.cookbook_version
66
- Berkshelf.log.debug " Uploading #{cookbook}"
66
+ Berkshelf.log.debug " Uploading #{cookbook.cookbook_name}"
67
67
  cookbook_version.freeze_version if options[:freeze]
68
68
 
69
69
  # another two lines that are necessary for chef < 13.2 support (affects 11.x/12.x as well)
@@ -1,3 +1,3 @@
1
1
  module Berkshelf
2
- VERSION = "7.0.2"
2
+ VERSION = "7.0.3"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: berkshelf
3
3
  version: !ruby/object:Gem::Version
4
- version: 7.0.2
4
+ version: 7.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jamie Winsor
@@ -12,7 +12,7 @@ authors:
12
12
  autorequire:
13
13
  bindir: bin
14
14
  cert_chain: []
15
- date: 2018-05-02 00:00:00.000000000 Z
15
+ date: 2018-06-06 00:00:00.000000000 Z
16
16
  dependencies:
17
17
  - !ruby/object:Gem::Dependency
18
18
  name: mixlib-shellout