mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Use real-case version number for the result of gem list
This commit is contained in:
parent
1b89b99941
commit
5741236a0c
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
Gem::Specification.new do |s|
|
||||
s.name = "ruby2_keywords"
|
||||
s.version = "999999999999999999999999999"
|
||||
s.version = "1.0.0"
|
||||
s.summary = "Shim library for Module#ruby2_keywords"
|
||||
s.homepage = "https://github.com/ruby/ruby2_keywords"
|
||||
s.licenses = ["Ruby", "BSD-2-Clause"]
|
||||
|
|
Loading…
Reference in a new issue