File tree Expand file tree Collapse file tree 3 files changed +8
-1
lines changed
Expand file tree Collapse file tree 3 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 11language : ruby
22rvm :
33- 2.2
4+ before_install :
5+ - gem install minitest
46notifications :
57 hipchat :
68 rooms :
Original file line number Diff line number Diff line change @@ -3,6 +3,11 @@ All notable changes to this project will be documented in this file.
33
44This project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
55
6+ ## [ 3.2.0] - 2017-09-01
7+ ### Added
8+ - #12 Add a helper returns the response body as a hash
9+ - Thanks to [ Diego Camargo] ( https://github.com/belfazt ) for the pull request!
10+
611## [ 3.1.0] - 2016-04-10
712### Added
813- #5 Ability to set the Content-Type header
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
44
55Gem ::Specification . new do |spec |
66 spec . name = 'ruby_http_client'
7- spec . version = '3.1 .0'
7+ spec . version = '3.2 .0'
88 spec . authors = [ 'Elmer Thomas' ]
99 spec . email = 'dx@sendgrid.com'
1010 spec . summary = 'A simple REST client'
You can’t perform that action at this time.
0 commit comments