Skip to content

Commit

Permalink
relax chef version, tick up gem version
Browse files Browse the repository at this point in the history
  • Loading branch information
popsikle committed Apr 23, 2014
1 parent 6f5e6a4 commit dc5ebe8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion knife-dsl.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ Gem::Specification.new do |gem|
gem.test_files = gem.files.grep(%r{^(test|spec|features)/})
gem.require_paths = ["lib"]

gem.add_dependency 'chef', '~> 10.0'
gem.add_dependency 'chef'
end
2 changes: 1 addition & 1 deletion lib/knife/dsl/version.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
class Chef
class Knife
module DSL
VERSION = "0.1.0"
VERSION = "0.1.1"
end
end
end

0 comments on commit dc5ebe8

Please sign in to comment.