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

forgot to include rest-client.rb in the gem

This commit is contained in:
Julien Kirch 2010-05-17 18:23:45 +02:00
parent 2565f13b13
commit 77f35b6b7d
2 changed files with 5 additions and 0 deletions

View file

@ -1,3 +1,7 @@
# 1.5.2
- forgot to include rest-client.rb in the gem
# 1.5.1
- only converts headers keys which are Symbols

View file

@ -19,6 +19,7 @@ Gem::Specification.new do |s|
"VERSION",
"bin/restclient",
"lib/rest_client.rb",
"lib/rest-client.rb",
"lib/restclient.rb",
"lib/restclient/exceptions.rb",
"lib/restclient/abstract_response.rb",