Skip to content

Commit

Permalink
0.0.6 - update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben Marini committed May 23, 2012
1 parent 36025ad commit e2cf9e4
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions HISTORY.md
@@ -1,3 +1,8 @@
## 0.0.6 ( 2012-05-23)

* Depend on Chef 0.10.8, since it depends on a later version of the json gem.
An earlier version of the json gem was throwing incorrect parse errors.

## 0.0.5 ( 2012-04-13 )

* Fix #2, exception when a data bag item json file doesn't exist locally
Expand Down
2 changes: 1 addition & 1 deletion health_inspector.gemspec
Expand Up @@ -21,5 +21,5 @@ Gem::Specification.new do |s|
s.add_development_dependency "minitest"
s.add_development_dependency "mocha"
s.add_runtime_dependency "thor"
s.add_runtime_dependency "chef"
s.add_runtime_dependency "chef", "~> 0.10.8"
end
2 changes: 1 addition & 1 deletion lib/health_inspector/version.rb
@@ -1,3 +1,3 @@
module HealthInspector
VERSION = "0.0.5"
VERSION = "0.0.6"
end

0 comments on commit e2cf9e4

Please sign in to comment.