Skip to content

Commit

Permalink
Merge pull request #21 from yvovandoorn/fix_chefversion_gemspec
Browse files Browse the repository at this point in the history
relax Chef gem dependency to be everything above 11.04
  • Loading branch information
jkeiser committed Jun 25, 2014
2 parents c07e446 + 2c64f87 commit abda5d3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion knife-push.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Gem::Specification.new do |s|
# can be included with apps that have restrictive Gemfile.locks.
# s.add_dependency "mixlib-cli", ">= 1.2.2"

s.add_dependency 'chef', '~> 11.10.4'
s.add_dependency 'chef', '>= 11.10.4'
s.require_path = 'lib'
s.files = %w(LICENSE README.rdoc Rakefile) + Dir.glob("{lib,spec}/**/*")
end
2 changes: 1 addition & 1 deletion lib/knife-push/version.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module Knife
module Push
VERSION = '0.5.0'
VERSION = '0.5.1'
MAJOR, MINOR, TINY = VERSION.split('.')
end
end

0 comments on commit abda5d3

Please sign in to comment.