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:
parent
df67e90414
commit
fe836545e0
1 changed files with 0 additions and 4 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue