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:
parent
2565f13b13
commit
77f35b6b7d
2 changed files with 5 additions and 0 deletions
|
@ -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
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue