1
0
mirror of https://github.com/meineerde/rackstash.git synced 2025-10-17 14:01:01 +00:00

Require at least Ruby 2.1

This commit is contained in:
Holger Just 2017-01-15 18:59:09 +01:00
parent 8777596de4
commit 8ddb0fc127

View File

@ -22,6 +22,8 @@ Gem::Specification.new do |spec|
spec.homepage = 'https://github.com/meineerde/rackstash'
spec.license = 'MIT'
spec.required_ruby_version = '>= 2.1.0'
files = `git ls-files -z`.split("\x0")
spec.files = files.reject { |f| f.match(%r{^(test|spec|features)/}) }
spec.bindir = 'exe'