1
0
Fork 0
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:
Adam Wiggins 2009-03-12 17:13:01 -07:00
parent fb9a69bab7
commit f8dd948406

View file

@ -47,7 +47,7 @@ spec = Gem::Specification.new do |s|
s.platform = Gem::Platform::RUBY
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.require_path = "lib"