google_places 0.34.2 → 1.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/.travis.yml +1 -2
- data/CHANGELOG.md +6 -0
- data/Gemfile.lock +15 -15
- data/google_places.gemspec +2 -2
- metadata +2 -8
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 8439d196c5b207a51f79c1c53b4a8fd91439ce54
|
|
4
|
+
data.tar.gz: 1392714187eb2667d7ecc157e494c04785270140
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 42af9c2cb49adc5c1cba215d780926ef9b718f32c4c9a3ed70e861e1ca0a0ce6619a7f890dd718286c04f7459b5deccc2ced819ac340c85c50693df8998b5511
|
|
7
|
+
data.tar.gz: 9c9b957daec2c8dc210cbb9f5945377cde979bc9e16a1ef6c765c31e4bd0a5251c1a14ffd0ffbd6bf9b0d63057b246c69fb019efa22b1b8a4ea0e9cbe31f0891
|
data/.travis.yml
CHANGED
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
language: ruby
|
|
2
2
|
rvm:
|
|
3
|
-
- 1.9.3
|
|
4
3
|
- 2.1.3
|
|
5
4
|
- 2.2.5
|
|
6
5
|
- 2.3.1
|
|
@@ -8,4 +7,4 @@ script: bundle exec rspec
|
|
|
8
7
|
before_script: cp spec/api_key.travis.rb spec/api_key.rb
|
|
9
8
|
after_script: rm spec/api_key.rb
|
|
10
9
|
before_install:
|
|
11
|
-
- gem install bundler -v 1.14.
|
|
10
|
+
- gem install bundler -v 1.14.6
|
data/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,9 @@
|
|
|
1
|
+
## 1.0.0
|
|
2
|
+
|
|
3
|
+
- Upgraded httparty 0.14.0 -> 0.15.6
|
|
4
|
+
- Dropped support for Ruby 1.9.x (required for the httparty upgrade)
|
|
5
|
+
- Upgraded RSpec 3.5.0 -> 3.6.0
|
|
6
|
+
|
|
1
7
|
## 0.34.2
|
|
2
8
|
|
|
3
9
|
- Add the `matched_substrings` attribute to the Prediction results (for autocomplete results)
|
data/Gemfile.lock
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
PATH
|
|
2
2
|
remote: .
|
|
3
3
|
specs:
|
|
4
|
-
google_places (0.
|
|
5
|
-
httparty (>= 0.13.1
|
|
4
|
+
google_places (1.0.0)
|
|
5
|
+
httparty (>= 0.13.1)
|
|
6
6
|
|
|
7
7
|
GEM
|
|
8
8
|
remote: http://rubygems.org/
|
|
@@ -11,23 +11,23 @@ GEM
|
|
|
11
11
|
crack (0.4.3)
|
|
12
12
|
safe_yaml (~> 1.0.0)
|
|
13
13
|
diff-lcs (1.3)
|
|
14
|
-
hashdiff (0.3.
|
|
15
|
-
httparty (0.
|
|
14
|
+
hashdiff (0.3.7)
|
|
15
|
+
httparty (0.15.6)
|
|
16
16
|
multi_xml (>= 0.5.2)
|
|
17
17
|
multi_xml (0.6.0)
|
|
18
|
-
rspec (3.
|
|
19
|
-
rspec-core (~> 3.
|
|
20
|
-
rspec-expectations (~> 3.
|
|
21
|
-
rspec-mocks (~> 3.
|
|
22
|
-
rspec-core (3.
|
|
23
|
-
rspec-support (~> 3.
|
|
24
|
-
rspec-expectations (3.
|
|
18
|
+
rspec (3.6.0)
|
|
19
|
+
rspec-core (~> 3.6.0)
|
|
20
|
+
rspec-expectations (~> 3.6.0)
|
|
21
|
+
rspec-mocks (~> 3.6.0)
|
|
22
|
+
rspec-core (3.6.0)
|
|
23
|
+
rspec-support (~> 3.6.0)
|
|
24
|
+
rspec-expectations (3.6.0)
|
|
25
25
|
diff-lcs (>= 1.2.0, < 2.0)
|
|
26
|
-
rspec-support (~> 3.
|
|
27
|
-
rspec-mocks (3.
|
|
26
|
+
rspec-support (~> 3.6.0)
|
|
27
|
+
rspec-mocks (3.6.0)
|
|
28
28
|
diff-lcs (>= 1.2.0, < 2.0)
|
|
29
|
-
rspec-support (~> 3.
|
|
30
|
-
rspec-support (3.
|
|
29
|
+
rspec-support (~> 3.6.0)
|
|
30
|
+
rspec-support (3.6.0)
|
|
31
31
|
safe_yaml (1.0.4)
|
|
32
32
|
vcr (2.9.3)
|
|
33
33
|
webmock (1.24.6)
|
data/google_places.gemspec
CHANGED
|
@@ -3,7 +3,7 @@ $:.push File.expand_path('../lib', __FILE__)
|
|
|
3
3
|
|
|
4
4
|
Gem::Specification.new do |s|
|
|
5
5
|
s.name = 'google_places'
|
|
6
|
-
s.version = '0.
|
|
6
|
+
s.version = '1.0.0'
|
|
7
7
|
s.platform = Gem::Platform::RUBY
|
|
8
8
|
s.authors = ['Marcel de Graaf']
|
|
9
9
|
s.email = ['mail@marceldegraaf.net']
|
|
@@ -17,7 +17,7 @@ Gem::Specification.new do |s|
|
|
|
17
17
|
s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
|
|
18
18
|
s.require_paths = ['lib']
|
|
19
19
|
|
|
20
|
-
s.add_dependency 'httparty',
|
|
20
|
+
s.add_dependency 'httparty', '>= 0.13.1'
|
|
21
21
|
s.add_development_dependency 'rspec', '~> 3.0'
|
|
22
22
|
s.add_development_dependency 'addressable', '~> 2.4.0'
|
|
23
23
|
s.add_development_dependency 'webmock', '~> 1.18'
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google_places
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 1.0.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Marcel de Graaf
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2017-
|
|
11
|
+
date: 2017-10-17 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: httparty
|
|
@@ -17,9 +17,6 @@ dependencies:
|
|
|
17
17
|
- - ">="
|
|
18
18
|
- !ruby/object:Gem::Version
|
|
19
19
|
version: 0.13.1
|
|
20
|
-
- - "<"
|
|
21
|
-
- !ruby/object:Gem::Version
|
|
22
|
-
version: 0.14.1
|
|
23
20
|
type: :runtime
|
|
24
21
|
prerelease: false
|
|
25
22
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -27,9 +24,6 @@ dependencies:
|
|
|
27
24
|
- - ">="
|
|
28
25
|
- !ruby/object:Gem::Version
|
|
29
26
|
version: 0.13.1
|
|
30
|
-
- - "<"
|
|
31
|
-
- !ruby/object:Gem::Version
|
|
32
|
-
version: 0.14.1
|
|
33
27
|
- !ruby/object:Gem::Dependency
|
|
34
28
|
name: rspec
|
|
35
29
|
requirement: !ruby/object:Gem::Requirement
|