Skip to content

Commit

Permalink
Merge pull request #96 from qpowell/v-0-34-0
Browse files Browse the repository at this point in the history
Version bump to 0.34.0
  • Loading branch information
edwinwills committed Jun 7, 2017
2 parents e209f3f + 3240ee9 commit e83874e
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
@@ -0,0 +1,5 @@
## 0.34.0

- Added the option `details: true` to all methods that return a collection of spots
- Added `permanently_closed` to the returned fields for a spot
- Introduced the CHANGELOG
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 (0.33.0)
google_places (0.34.0)
httparty (>= 0.13.1, < 0.14.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 = '0.33.0'
s.version = '0.34.0'
s.platform = Gem::Platform::RUBY
s.authors = ['Marcel de Graaf']
s.email = ['mail@marceldegraaf.net']
Expand Down

0 comments on commit e83874e

Please sign in to comment.