From dfa6244356d8e16cef7689197dd67a1a9c83bc89 Mon Sep 17 00:00:00 2001 From: Edwin Wills Date: Fri, 23 Aug 2019 15:49:56 -0500 Subject: [PATCH] Push version 2 --- Gemfile.lock | 4 ++-- google_places.gemspec | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 5a0d264..c8444e1 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - google_places (1.2.0) + google_places (2.0.0) httparty (>= 0.13.1) GEM @@ -46,4 +46,4 @@ DEPENDENCIES webmock (~> 1.18) BUNDLED WITH - 1.17 + 1.17.2 diff --git a/google_places.gemspec b/google_places.gemspec index 7429a1a..825a9d6 100644 --- a/google_places.gemspec +++ b/google_places.gemspec @@ -3,7 +3,7 @@ $:.push File.expand_path('../lib', __FILE__) Gem::Specification.new do |s| s.name = 'google_places' - s.version = '1.2.0' + s.version = '2.0.0' s.platform = Gem::Platform::RUBY s.authors = ['Marcel de Graaf'] s.email = ['mail@marceldegraaf.net']