Skip to content

Commit

Permalink
Add contributing docs to gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
dkubb committed Oct 5, 2013
1 parent b1612eb commit 3a0be4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion abstract_type.gemspec
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Gem::Specification.new do |gem|


gem.files = `git ls-files`.split($/) gem.files = `git ls-files`.split($/)
gem.test_files = `git ls-files -- spec/unit`.split($/) gem.test_files = `git ls-files -- spec/unit`.split($/)
gem.extra_rdoc_files = %w[LICENSE README.md TODO] gem.extra_rdoc_files = %w[LICENSE README.md CONTRIBUTING.md TODO]


gem.add_development_dependency('bundler', '~> 1.3', '>= 1.3.5') gem.add_development_dependency('bundler', '~> 1.3', '>= 1.3.5')
end end

0 comments on commit 3a0be4b

Please sign in to comment.