Skip to content

Commit

Permalink
Merge pull request #110 from qpowell/v1-1-0
Browse files Browse the repository at this point in the history
Release v1.1.0
  • Loading branch information
edwinwills authored Jan 24, 2018
2 parents e6c91d8 + 5275ac6 commit e19fcd0
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 1.1.0

- Include the profile_photo_url attribute for the GooglePlaces::Review object
- Gracefully handle HTTP 500 errors from the Google API

## 1.0.0

- Upgraded httparty 0.14.0 -> 0.15.6
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
google_places (1.0.0)
google_places (1.1.0)
httparty (>= 0.13.1)

GEM
Expand Down
2 changes: 1 addition & 1 deletion google_places.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ $:.push File.expand_path('../lib', __FILE__)

Gem::Specification.new do |s|
s.name = 'google_places'
s.version = '1.0.0'
s.version = '1.1.0'
s.platform = Gem::Platform::RUBY
s.authors = ['Marcel de Graaf']
s.email = ['[email protected]']
Expand Down

0 comments on commit e19fcd0

Please sign in to comment.