[ruby/date] Simplify description of this library

https://github.com/ruby/date/commit/904d4b9607
This commit is contained in:
Ryan Bigg 2024-12-03 10:37:46 +11:00 committed by Hiroshi SHIBATA
parent 0c0b739d97
commit 778e73b2b3
Notes: git 2024-12-26 01:27:44 +00:00

View File

@ -7,8 +7,8 @@ end
Gem::Specification.new do |s|
s.name = "date"
s.version = version
s.summary = "A subclass of Object includes Comparable module for handling dates."
s.description = "A subclass of Object includes Comparable module for handling dates."
s.summary = "The official date library for Ruby."
s.description = "The official date library for Ruby."
if Gem::Platform === s.platform and s.platform =~ 'java' or RUBY_ENGINE == 'jruby'
s.platform = 'java'