From fe836545e030bdbfa45022b29e4930da7e17f8ea Mon Sep 17 00:00:00 2001 From: Chad Pytel Date: Wed, 19 Jan 2011 11:32:57 -0500 Subject: [PATCH] remove the rdoc stuff from the gemspec --- factory_girl.gemspec | 4 ---- 1 file changed, 4 deletions(-) diff --git a/factory_girl.gemspec b/factory_girl.gemspec index 186ae7e..d4e28c4 100644 --- a/factory_girl.gemspec +++ b/factory_girl.gemspec @@ -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"