Skip to content

Commit

Permalink
Fix a regression in knife-inspect 0.9.0 that breaks on Chef 10
Browse files Browse the repository at this point in the history
Fixes #25
  • Loading branch information
gregkare committed Aug 11, 2014
1 parent 8f74141 commit adfcfc6
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 1 deletion.
7 changes: 7 additions & 0 deletions HISTORY.md
@@ -1,3 +1,9 @@
## 0.9.1 ( 2014-08-11 )

* Bug fix: Fixed regression that broke knife-inspect with Chef 10.32.2
(and probably previous Chef 10 versions)
([#25][#25])

## 0.9.0 ( 2014-08-11 )

* Bug fix: update yajl-ruby dependency to 1.2, 1.1 segfaulted in some cases
Expand Down Expand Up @@ -134,3 +140,4 @@
[#21]: https://github.com/bmarini/knife-inspect/issues/21
[#22]: https://github.com/bmarini/knife-inspect/issues/22
[#7]: https://github.com/bmarini/knife-inspect/issues/7
[#25]: https://github.com/bmarini/knife-inspect/issues/25
3 changes: 3 additions & 0 deletions lib/health_inspector/checklists/cookbooks.rb
@@ -1,3 +1,6 @@
require 'chef/cookbook_version'
require 'chef/checksum_cache' if Chef::VERSION.to_f < 11.0

module HealthInspector
module Checklists
class Cookbook < Pairing
Expand Down
2 changes: 1 addition & 1 deletion lib/health_inspector/version.rb
@@ -1,3 +1,3 @@
module HealthInspector
VERSION = '0.9.0'
VERSION = '0.9.1'
end

0 comments on commit adfcfc6

Please sign in to comment.