Skip to content

Commit

Permalink
Require Ruby 2.2
Browse files Browse the repository at this point in the history
Signed-off-by: Tim Smith <tsmith@chef.io>
  • Loading branch information
tas50 committed Sep 29, 2016
1 parent db6a8fd commit 988c13a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions mixlib-config.gemspec
Expand Up @@ -13,11 +13,12 @@ Gem::Specification.new do |s|
"LICENSE",
"README.md",
]
s.files = [ "LICENSE", "NOTICE", "README.md", "Gemfile", "Rakefile" ] + Dir.glob("*.gemspec") +
s.files = ["LICENSE", "NOTICE", "README.md", "Gemfile", "Rakefile"] + Dir.glob("*.gemspec") +
Dir.glob("{lib,spec}/**/*", File::FNM_DOTMATCH).reject { |f| File.directory?(f) }
s.homepage = "http://www.chef.io"
s.homepage = "https://www.chef.io"
s.require_paths = ["lib"]
s.rubygems_version = "1.8.23"
s.required_ruby_version = ">= 2.2"
s.summary = "A class based configuration library"
s.description = s.summary
s.license = "Apache-2.0"
Expand Down

0 comments on commit 988c13a

Please sign in to comment.