From 904d4b9607a997f80219457f4f6969100e42ad3c Mon Sep 17 00:00:00 2001 From: Ryan Bigg Date: Tue, 3 Dec 2024 10:37:46 +1100 Subject: [PATCH] Simplify description of this library --- README.md | 2 +- date.gemspec | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 0a1c39f..b6544bc 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/date.gemspec b/date.gemspec index bd42b15..f118456 100644 --- a/date.gemspec +++ b/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'