Skip to content

Commit

Permalink
Add the CHANGELOG to the final gem
Browse files Browse the repository at this point in the history
  • Loading branch information
weppos committed Sep 20, 2012
1 parent a8fbc6b commit 680476d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dnsimple-ruby.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Gem::Specification.new do |s|
s.require_paths = ['lib']
s.files = `git ls-files`.split("\n")
s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")
s.extra_rdoc_files = %w( README.md LICENSE )
s.extra_rdoc_files = %w( README.md CHANGELOG.md LICENSE )
s.executables = `git ls-files -- bin/*`.split("\n").collect { |f|
File.basename(f)
}
Expand Down

0 comments on commit 680476d

Please sign in to comment.