summaryrefslogtreecommitdiff
path: root/ext
diff options
context:
space:
mode:
authorRyan Bigg <me@ryanbigg.com>2024-12-03 10:37:46 +1100
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2024-12-26 10:27:24 +0900
commit778e73b2b3969f600eecc3bc6ebced1700781fbb (patch)
treebf2a126f10adf935d5ee41961f052c203856ee8f /ext
parent0c0b739d97f5cdd39e91cce1b8868279669bcc66 (diff)
[ruby/date] Simplify description of this library
https://github.com/ruby/date/commit/904d4b9607
Notes
Notes: Merged: https://github.com/ruby/ruby/pull/12469
Diffstat (limited to 'ext')
-rw-r--r--ext/date/date.gemspec4
1 files 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'