Skip to content
Snippets Groups Projects
Commit c287257c authored by Connor Atherton's avatar Connor Atherton
Browse files

Filter rdoc tasks to use new readme

parent 323fed5a
No related branches found
No related tags found
No related merge requests found
2.3.0
require 'rubygems/package_task'
require 'rake/testtask'
require 'bundler/gem_tasks'
 
spec = Gem::Specification.load "rb-readline.gemspec"
 
Loading
Loading
Loading
Loading
@@ -34,7 +34,7 @@ spec = Gem::Specification.new do |s|
# components, files and paths
s.files = Dir[
"{bench,examples,lib,test}/**/*.rb",
"README.rdoc",
"README.md",
"LICENSE",
"CHANGES",
"Rakefile",
Loading
Loading
@@ -45,7 +45,7 @@ spec = Gem::Specification.new do |s|
s.require_path = 'lib'
 
# documentation
s.rdoc_options << '--main' << 'README.rdoc' << '--title' << 'Rb-Readline - Documentation'
s.rdoc_options << '--main' << 'README.md' << '--title' << 'Rb-Readline - Documentation'
 
s.extra_rdoc_files = %w(README.rdoc LICENSE CHANGES)
s.extra_rdoc_files = %w(README.md LICENSE CHANGES)
end
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment