Skip to content

Commit d161254

Browse files
Version Bump v3.2.0: #12 Add a helper returns the response body as a hash
1 parent 3403d25 commit d161254

File tree

3 files changed

+8
-1
lines changed

3 files changed

+8
-1
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
language: ruby
22
rvm:
33
- 2.2
4+
before_install:
5+
- gem install minitest
46
notifications:
57
hipchat:
68
rooms:

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@ All notable changes to this project will be documented in this file.
33

44
This 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

ruby_http_client.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
44

55
Gem::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 = '[email protected]'
1010
spec.summary = 'A simple REST client'

0 commit comments

Comments
 (0)