summaryrefslogtreecommitdiff
path: root/ext
diff options
context:
space:
mode:
authorRyan Bigg <[email protected]>2024-12-03 10:37:46 +1100
committerHiroshi SHIBATA <[email protected]>2024-12-26 10:27:24 +0900
commit778e73b2b3969f600eecc3bc6ebced1700781fbb ()
treebf2a126f10adf935d5ee41961f052c203856ee8f /ext
parent0c0b739d97f5cdd39e91cce1b8868279669bcc66 (diff)
[ruby/date] Simplify description of this library
https://.com/ruby/date/commit/904d4b9607
Notes: Merged: https://.com/ruby/ruby/pull/12469
-rw-r--r--ext/date/date.gemspec4
1 files changed, 2 insertions, 2 deletions
@@ -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."
if Gem::Platform === s.platform and s.platform =~ 'java' or RUBY_ENGINE == 'jruby'
s.platform = 'java'