Added ruby2_keywords for Ruby 2.5 and 2.6
This commit is contained in:
parent
331f0bc1cb
commit
bb5747e18a
@ -40,4 +40,6 @@ Gem::Specification.new do |spec|
|
|||||||
spec.bindir = "exe"
|
spec.bindir = "exe"
|
||||||
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
|
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
|
||||||
spec.require_paths = ["lib"]
|
spec.require_paths = ["lib"]
|
||||||
|
|
||||||
|
spec.add_dependency "ruby2_keywords"
|
||||||
end
|
end
|
||||||
|
Loading…
x
Reference in New Issue
Block a user