Skip to content

Commit

Permalink
Version Bump v3.2.0: #12 Add a helper returns the response body as a …
Browse files Browse the repository at this point in the history
…hash
  • Loading branch information
thinkingserious committed Sep 1, 2017
1 parent 3403d25 commit d161254
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
language: ruby
rvm:
- 2.2
before_install:
- gem install minitest
notifications:
hipchat:
rooms:
Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@ All notable changes to this project will be documented in this file.

This project adheres to [Semantic Versioning](http://semver.org/).

## [3.2.0] - 2017-09-01
### Added
- #12 Add a helper returns the response body as a hash
- Thanks to [Diego Camargo](https://github.com/belfazt) for the pull request!

## [3.1.0] - 2016-04-10
### Added
- #5 Ability to set the Content-Type header
Expand Down
2 changes: 1 addition & 1 deletion ruby_http_client.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)

Gem::Specification.new do |spec|
spec.name = 'ruby_http_client'
spec.version = '3.1.0'
spec.version = '3.2.0'
spec.authors = ['Elmer Thomas']
spec.email = '[email protected]'
spec.summary = 'A simple REST client'
Expand Down

0 comments on commit d161254

Please sign in to comment.