Skip to content

Commit 8fc0848

Browse files
committed
--inline-source is no longer an option in rdoc v2.4
1 parent 89cb25c commit 8fc0848

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

address_extractor.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Gem::Specification.new do |s|
1111
s.files = ["lib/address_extractor.rb", "LICENSE.textile", "Manifest", "Rakefile", "README.textile", "test/test_address_extractor.rb", "address_extractor.gemspec", "test/test_helper.rb"]
1212
s.has_rdoc = true
1313
s.homepage = %q{http://github.com/coderifous/address_extractor}
14-
s.rdoc_options = ["--line-numbers", "--inline-source", "--title", "Address_extractor", "--main", "README.textile"]
14+
s.rdoc_options = ["--line-numbers", "--title", "Address_extractor", "--main", "README.textile"]
1515
s.require_paths = ["lib"]
1616
s.rubyforge_project = %q{address_extractor}
1717
s.rubygems_version = %q{1.2.0}

0 commit comments

Comments
 (0)