Added ruby2_keywords for Ruby 2.6 and 2.5
This commit is contained in:
parent
31419f46fc
commit
c8cd6b2003
@ -24,4 +24,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_runtime_dependency 'ruby2_keywords'
|
||||||
end
|
end
|
||||||
|
Loading…
x
Reference in New Issue
Block a user