1
0
Fork 0
mirror of https://github.com/thoughtbot/factory_bot.git synced 2022-11-09 11:43:51 -05:00

remove the rdoc stuff from the gemspec

This commit is contained in:
Chad Pytel 2011-01-19 11:32:57 -05:00
parent df67e90414
commit fe836545e0

View file

@ -13,10 +13,6 @@ Gem::Specification.new do |s|
s.require_path = 'lib'
s.test_files = Dir['spec/**/*_spec.rb', 'features/**/*']
s.has_rdoc = true
s.extra_rdoc_files = ["README.rdoc"]
s.rdoc_options = ['--line-numbers', "--main", "README.rdoc"]
s.authors = ["Joe Ferris"]
s.email = %q{jferris@thoughtbot.com}
s.homepage = "http://thoughtbot.com/projects/factory_girl"