Skip to content

Commit

Permalink
Require Ruby 1.9+
Browse files Browse the repository at this point in the history
  • Loading branch information
sethvargo committed Nov 6, 2013
1 parent b3fd3c8 commit 0c4add1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions fauxhai.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ Gem::Specification.new do |spec|
spec.summary = %q{Fauxhai provides an easy way to mock out your ohai data for testing with chefspec!}
spec.homepage = 'https://github.com/customink/fauxhai'

spec.required_ruby_version = '>= 1.9'

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

0 comments on commit 0c4add1

Please sign in to comment.