mirror of
https://github.com/rest-client/rest-client.git
synced 2022-11-09 13:49:40 -05:00
tweak gemspec so that it builds with =3. hello github
This commit is contained in:
parent
15020bf34f
commit
194a17a4f6
1 changed files with 3 additions and 1 deletions
|
@ -9,6 +9,8 @@ Gem::Specification.new do |s|
|
|||
s.homepage = "http://rest-client.heroku.com/"
|
||||
s.has_rdoc = true
|
||||
s.platform = Gem::Platform::RUBY
|
||||
s.files = %w(Rakefile README rest-client.gemspec) + Dir.glob("{lib,spec}/**/*")
|
||||
s.files = %w(Rakefile README rest-client.gemspec
|
||||
lib/request_errors.rb lib/resource.rb lib/rest_client.rb
|
||||
spec/base.rb spec/request_errors_spec.rb spec/resource_spec.rb spec/rest_client_spec.rb)
|
||||
s.require_path = "lib"
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue