[ruby/date] Simplify description of this library
https://github.com/ruby/date/commit/904d4b9607
This commit is contained in:
parent
0c0b739d97
commit
778e73b2b3
Notes:
git
2024-12-26 01:27:44 +00:00
@ -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'
|
||||
|
Loading…
x
Reference in New Issue
Block a user