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:
parent
8777596de4
commit
8ddb0fc127
@ -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'
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user