Added empty ruby2_keywords gem to suffice dependencies
This commit is contained in:
parent
fad9922d84
commit
21d2463fbc
Notes:
git
2021-01-19 01:20:23 +09:00
10
lib/ruby2_keywords.gemspec
Normal file
10
lib/ruby2_keywords.gemspec
Normal file
@ -0,0 +1,10 @@
|
||||
Gem::Specification.new do |s|
|
||||
s.name = "ruby2_keywords"
|
||||
s.version = "999999999999999999999999999"
|
||||
s.summary = "Shim library for Module#ruby2_keywords"
|
||||
s.homepage = "https://github.com/ruby/ruby2_keywords"
|
||||
s.licenses = ["Ruby", "BSD-2-Clause"]
|
||||
s.authors = ["Nobuyoshi Nakada"]
|
||||
s.require_paths = []
|
||||
s.files = []
|
||||
end
|
Loading…
x
Reference in New Issue
Block a user