diff options
author | Ryan Bigg <[email protected]> | 2024-12-03 10:37:46 +1100 |
---|---|---|
committer | Hiroshi SHIBATA <[email protected]> | 2024-12-26 10:27:24 +0900 |
commit | 778e73b2b3969f600eecc3bc6ebced1700781fbb () | |
tree | bf2a126f10adf935d5ee41961f052c203856ee8f /ext/date | |
parent | 0c0b739d97f5cdd39e91cce1b8868279669bcc66 (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.gemspec | 4 |
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' |