Skip to content
This repository was archived by the owner on Jan 15, 2024. It is now read-only.

Commit

Permalink
Version bump new release.
Browse files Browse the repository at this point in the history
- Support a wider range of chef versions
- Package Windows JSON with gem
- Bug fixes
  • Loading branch information
sethvargo committed Nov 11, 2012
1 parent 41e2231 commit 17cb9a2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/strainer/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Strainer
VERSION = '0.2.0'
VERSION = '0.2.1'
end
2 changes: 1 addition & 1 deletion strainer.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Gem::Specification.new do |gem|
gem.name = 'strainer'
gem.require_paths = ['lib']

gem.add_runtime_dependency 'chef', '~> 10.16.2'
gem.add_runtime_dependency 'chef', '>= 10.10'
gem.add_runtime_dependency 'term-ansicolor', '~> 1.0.7'

gem.add_development_dependency 'yard', '~> 0.8.3'
Expand Down

0 comments on commit 17cb9a2

Please sign in to comment.