mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
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
1 changed files with 10 additions and 0 deletions
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…
Add table
Add a link
Reference in a new issue