Skip to content

Commit

Permalink
Merge pull request #112 from radar/master
Browse files Browse the repository at this point in the history
Simplify description of this library
  • Loading branch information
hsbt authored Dec 3, 2024
2 parents a3295ad + 904d4b9 commit ff1c6e2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# `Date`

A subclass of `Object` that includes the `Comparable` module and easily handles date.
The official date library for Ruby.

## Installation

Expand Down
4 changes: 2 additions & 2 deletions date.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit ff1c6e2

Please sign in to comment.