From 133f68e3f94d708b1911d21d58c89048801cf255 Mon Sep 17 00:00:00 2001 From: Tim Craft Date: Wed, 10 Jun 2020 10:34:14 +0100 Subject: [PATCH] Tweak description --- README.md | 2 +- percentage.gemspec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0390191..f2ea79b 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ ![Build Status](https://github.com/readysteady/percentage/workflows/Test/badge.svg) -A little Ruby library for working with percentages. +Ruby gem for working with percentages. ## Installation diff --git a/percentage.gemspec b/percentage.gemspec index eaae5e9..95ba144 100644 --- a/percentage.gemspec +++ b/percentage.gemspec @@ -6,7 +6,7 @@ Gem::Specification.new do |s| s.authors = ['Tim Craft'] s.email = ['mail@timcraft.com'] s.homepage = 'https://github.com/readysteady/percentage' - s.description = 'A little library for working with percentages' + s.description = 'Ruby gem for working with percentages' s.summary = 'See description' s.files = Dir.glob('lib/**/*.rb') + %w(LICENSE.txt README.md percentage.gemspec) s.required_ruby_version = '>= 1.9.3'