Skip to content

Commit

Permalink
Merge pull request #149 from drkenneth/issue146-fix-bad-gemspec
Browse files Browse the repository at this point in the history
Fix filenames for README & CHANGELOG in the gemspec.
  • Loading branch information
Snugug committed Feb 21, 2016
2 parents 1ecd811 + 6a591db commit 4984359
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions breakpoint.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ Gem::Specification.new do |s|
s.licenses = ["MIT", "GPL-2.0"]

# Gem Files
s.files = ["README.markdown"]
s.files += ["CHANGELOG.markdown"]
s.files = ["README.md"]
s.files += ["CHANGELOG.md"]
s.files += Dir.glob("lib/**/*.*")
s.files += Dir.glob("stylesheets/**/*.*")

Expand Down

0 comments on commit 4984359

Please sign in to comment.