Skip to content

Commit

Permalink
Add CHANGES.md to gem files
Browse files Browse the repository at this point in the history
  • Loading branch information
timcraft committed Nov 3, 2020
1 parent 44434a9 commit 984258a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion percentage.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -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 = {
Expand Down

0 comments on commit 984258a

Please sign in to comment.