mirror of
https://github.com/rest-client/rest-client.git
synced 2022-11-09 13:49:40 -05:00
Fix references to README.
This commit is contained in:
parent
f79857d8cf
commit
1ce9a466f1
2 changed files with 2 additions and 2 deletions
2
Rakefile
2
Rakefile
|
@ -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
|
||||
|
|
|
@ -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'
|
||||
|
|
Loading…
Reference in a new issue