mirror of
https://github.com/rest-client/rest-client.git
synced 2022-11-09 13:49:40 -05:00
readme included in gem
This commit is contained in:
parent
fb9a69bab7
commit
f8dd948406
1 changed files with 1 additions and 1 deletions
2
Rakefile
2
Rakefile
|
@ -47,7 +47,7 @@ spec = Gem::Specification.new do |s|
|
||||||
s.platform = Gem::Platform::RUBY
|
s.platform = Gem::Platform::RUBY
|
||||||
s.has_rdoc = true
|
s.has_rdoc = true
|
||||||
|
|
||||||
s.files = %w(Rakefile) + Dir.glob("{lib,spec}/**/*")
|
s.files = %w(Rakefile README.rdoc) + Dir.glob("{lib,spec}/**/*")
|
||||||
s.executables = ['restclient']
|
s.executables = ['restclient']
|
||||||
|
|
||||||
s.require_path = "lib"
|
s.require_path = "lib"
|
||||||
|
|
Loading…
Add table
Reference in a new issue