Skip to content

Commit

Permalink
Merge pull request #113 from qpowell/version-1-2-0
Browse files Browse the repository at this point in the history
Version bump to 1.2.0
  • Loading branch information
edwinwills committed Jul 13, 2018
2 parents c4b47cd + 40eabc8 commit 59f9408
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## 1.2.0
### Added
- Add a region option to the `spots` and `spots_by_query` methods

### Fixed
- Fix spots* method options leaking to other methods

## 1.1.0

- Include the profile_photo_url attribute for the GooglePlaces::Review object
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
google_places (1.1.0)
google_places (1.2.0)
httparty (>= 0.13.1)

GEM
Expand All @@ -12,7 +12,7 @@ GEM
safe_yaml (~> 1.0.0)
diff-lcs (1.3)
hashdiff (0.3.7)
httparty (0.15.6)
httparty (0.16.2)
multi_xml (>= 0.5.2)
multi_xml (0.6.0)
rspec (3.6.0)
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.1.0'
s.version = '1.2.0'
s.platform = Gem::Platform::RUBY
s.authors = ['Marcel de Graaf']
s.email = ['mail@marceldegraaf.net']
Expand Down

0 comments on commit 59f9408

Please sign in to comment.