1
0
Fork 0
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:
Hiroshi SHIBATA 2021-01-19 11:51:38 +09:00
parent 1b89b99941
commit 5741236a0c
No known key found for this signature in database
GPG key ID: F9CF13417264FAC2

View file

@ -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"]