From 984258a8e2d483495ec91d6f9a253fed29361801 Mon Sep 17 00:00:00 2001 From: Tim Craft Date: Tue, 3 Nov 2020 10:12:09 +0000 Subject: [PATCH] Add CHANGES.md to gem files --- percentage.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/percentage.gemspec b/percentage.gemspec index ffe1667..21bb95b 100644 --- a/percentage.gemspec +++ b/percentage.gemspec @@ -8,7 +8,7 @@ Gem::Specification.new do |s| s.homepage = 'https://github.com/readysteady/percentage' 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.files = Dir.glob('lib/**/*.rb') + %w[CHANGES.md LICENSE.txt README.md percentage.gemspec] s.required_ruby_version = '>= 1.9.3' s.require_path = 'lib' s.metadata = {