1
0
Fork 0
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:
rick 2008-06-30 11:07:46 -07:00 committed by Adam Wiggins
parent 15020bf34f
commit 194a17a4f6

View file

@ -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