Skip to content

Commit

Permalink
Merge pull request #57 from knife-block/issue-56
Browse files Browse the repository at this point in the history
Add required ruby version to gemspec, fixes #56
  • Loading branch information
benvaljean committed Jul 1, 2016
2 parents f933a9f + 08b1d1e commit 9ee7f99
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions knife-block.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ Gem::Specification.new do |gem|
gem.summary = %q{Create and manage knife.rb files for Chef}
gem.homepage = "https://github.com/knife-block/knife-block"
gem.license = "MIT"
gem.required_ruby_version = ">= 1.9.2"

gem.files = `git ls-files`.split($\)
gem.executables = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) }
Expand Down

0 comments on commit 9ee7f99

Please sign in to comment.