Fix references to README.

This commit is contained in:
Andy Brody 2016-06-05 23:28:26 -04:00
parent f79857d8cf
commit 1ce9a466f1
2 changed files with 2 additions and 2 deletions

View File

@ -127,6 +127,6 @@ Rake::RDocTask.new do |t|
t.title = "rest-client, fetch RESTful resources effortlessly"
t.options << '--line-numbers' << '--inline-source' << '-A cattr_accessor=object'
t.options << '--charset' << 'utf-8'
t.rdoc_files.include('README.rdoc')
t.rdoc_files.include('README.md')
t.rdoc_files.include('lib/*.rb')
end

View File

@ -10,7 +10,7 @@ Gem::Specification.new do |s|
s.license = 'MIT'
s.email = 'rest.client@librelist.com'
s.executables = ['restclient']
s.extra_rdoc_files = ['README.rdoc', 'history.md']
s.extra_rdoc_files = ['README.md', 'history.md']
s.files = `git ls-files -z`.split("\0")
s.test_files = `git ls-files -z spec/`.split("\0")
s.homepage = 'https://github.com/rest-client/rest-client'