1
0
Fork 0
mirror of https://github.com/rest-client/rest-client.git synced 2022-11-09 13:49:40 -05:00

add mixin to gemspec

This commit is contained in:
Adam Wiggins 2009-06-01 15:53:39 -07:00
parent 07a3968487
commit 482ea2301e

View file

@ -13,6 +13,7 @@ Gem::Specification.new do |s|
lib/rest_client.rb lib/restclient.rb
lib/restclient/request.rb lib/restclient/response.rb
lib/restclient/exceptions.rb lib/restclient/resource.rb
lib/restclient/mixin/response.rb
spec/base.rb spec/request_spec.rb spec/response_spec.rb
spec/exceptions_spec.rb spec/resource_spec.rb spec/restclient_spec.rb
bin/restclient)