From 778e73b2b3969f600eecc3bc6ebced1700781fbb Mon Sep 17 00:00:00 2001 From: Ryan Bigg Date: Tue, 3 Dec 2024 10:37:46 +1100 Subject: [PATCH] [ruby/date] Simplify description of this library https://github.com/ruby/date/commit/904d4b9607 --- ext/date/date.gemspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ext/date/date.gemspec b/ext/date/date.gemspec index bd42b1518a..f118456810 100644 --- a/ext/date/date.gemspec +++ b/ext/date/date.gemspec @@ -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'