Skip to content

Commit

Permalink
Fix filenames for README & CHANGELOG in the gemspec.
Browse files Browse the repository at this point in the history
  • Loading branch information
drkenneth committed Oct 29, 2015
1 parent 5baa638 commit 6a591db
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 6a591db

Please sign in to comment.