Skip to content

Commit

Permalink
include contributing.md in release
Browse files Browse the repository at this point in the history
  • Loading branch information
cldwalker committed May 23, 2014
1 parent 7aab90a commit 429e2d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Gem::Specification.new do |s|
s.add_development_dependency 'rr', '>= 1.0.4'
s.add_development_dependency 'bacon-bits'
s.add_development_dependency 'bacon-rr'
s.files = Dir.glob(%w[{lib,test}/**/*.rb bin/* [A-Z]*.{txt,rdoc} ext/**/*.{rb,c}]) + %w{Rakefile .gemspec .travis.yml}
s.files = Dir.glob(%w[{lib,test}/**/*.rb bin/* [A-Z]*.{txt,rdoc,md} ext/**/*.{rb,c}]) + %w{Rakefile .gemspec .travis.yml}
s.files += Dir.glob(['man/*', '*.gemspec']) + %w{test/.riplrc}
s.extra_rdoc_files = ["README.rdoc", "LICENSE.txt"]
s.license = 'MIT'
Expand Down

0 comments on commit 429e2d3

Please sign in to comment.