From 492a58b955bcd215649ecdb7290e12d881306cfc Mon Sep 17 00:00:00 2001 From: knapo Date: Wed, 11 May 2011 09:34:26 +0200 Subject: [PATCH] Remove depracated rdoc options from gemspec --- ar_fixtures.gemspec | 3 --- 1 file changed, 3 deletions(-) diff --git a/ar_fixtures.gemspec b/ar_fixtures.gemspec index 2bf77a7..360e01a 100644 --- a/ar_fixtures.gemspec +++ b/ar_fixtures.gemspec @@ -10,11 +10,8 @@ Gem::Specification.new do |s| s.date = %q{2008-06-11} s.description = %q{Creates test fixtures from data in the database.} s.email = %q{boss AT topfunky.com} - s.extra_rdoc_files = ["History.txt", "Manifest.txt", "README.txt"] s.files = ["CHANGELOG", "History.txt", "MIT-LICENSE", "Manifest.txt", "README.txt", "Rakefile", "about.yml", "init.rb", "lib/ar_fixtures.rb", "tasks/ar_fixtures.rake", "test/ar_fixtures_test.rb", "test/database.yml", "test/fixtures/beer.rb", "test/fixtures/beers.yml", "test/fixtures/beers_drunkards.yml", "test/fixtures/drunkard.rb", "test/fixtures/drunkards.yml", "test/fixtures/glass.rb", "test/fixtures/glasses.yml", "test/schema.rb", "test/test_helper.rb"] - s.has_rdoc = true s.homepage = %q{http://rubyforge.org/projects/seattlerb} - s.rdoc_options = ["--main", "README.txt"] s.require_paths = ["lib"] s.rubyforge_project = %q{seattlerb} s.rubygems_version = %q{1.1.1}