Skip to content

Commit

Permalink
ship the gem with the new .md files
Browse files Browse the repository at this point in the history
  • Loading branch information
wuputah committed Nov 12, 2014
1 parent 30d3fa6 commit b1a24ef
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion heroku-bouncer.gemspec
Expand Up @@ -9,10 +9,13 @@ Gem::Specification.new do |s|
s.summary = "Rapidly add Heroku OAuth to your Ruby app."
s.extra_rdoc_files = [
"README.md",
"CHANGELOG.md"
"CHANGELOG.md",
"CONTRIBUTING.md",
]
s.files = Dir.glob("{lib,spec}/**/*").concat([
"README.md",
"CHANGELOG.md",
"CONTRIBUTING.md",
"Gemfile",
"Rakefile",
])
Expand Down

0 comments on commit b1a24ef

Please sign in to comment.