google_places 0.17.0 → 0.18.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 +8 -8
- data/Gemfile.lock +1 -1
- data/google_places.gemspec +2 -1
- metadata +4 -3
checksums.yaml
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
---
|
|
2
2
|
!binary "U0hBMQ==":
|
|
3
3
|
metadata.gz: !binary |-
|
|
4
|
-
|
|
4
|
+
NDQxZDY1Nzk5N2RjMGFkNzMxNWZjZWVjMzA5YTc3YjVkYzExNTQwMw==
|
|
5
5
|
data.tar.gz: !binary |-
|
|
6
|
-
|
|
6
|
+
NjIzMmFjY2EyYzI1ZDMxMmVhMWNhMjIzYTlkNDVkN2Y2YzAzYzEzOQ==
|
|
7
7
|
!binary "U0hBNTEy":
|
|
8
8
|
metadata.gz: !binary |-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
9
|
+
Yjc5YTc2YzYyMzczN2FjNDNhNTIyNWNiNGZiMjI1YzhmMGU1OGNkY2ZhNjMz
|
|
10
|
+
ZjYxZGRmZTkwMWNjYjdlNjlhYjIwMjk1Nzk4YTY5MDg1NDBhM2JlMThjMDBl
|
|
11
|
+
NzIzZjI5MzU1YjhhOGQ5ODE4NzExYjFmMTlmOWM4MThmYTk4NjY=
|
|
12
12
|
data.tar.gz: !binary |-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
13
|
+
NzNhNjI1NDVhOWIwMzZjODI2YzZmNjU3ZDQ0YzgzZDFjYmVkODMyOGRkOWEx
|
|
14
|
+
MDI4Yzc1NzFkODRmZWZhMDQxZmJiZjIyOTk1OTRiY2M3MTZjNDBjYmZhZmFk
|
|
15
|
+
YTk0OTcxNzFmZjIzN2JjN2E4ZjMxMGUwNzQ5MjhjZGRmN2MzNDc=
|
data/Gemfile.lock
CHANGED
data/google_places.gemspec
CHANGED
|
@@ -3,13 +3,14 @@ $:.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 = '0.18.0'
|
|
7
7
|
s.platform = Gem::Platform::RUBY
|
|
8
8
|
s.authors = ["Marcel de Graaf"]
|
|
9
9
|
s.email = ["mail@marceldegraaf.net"]
|
|
10
10
|
s.homepage = "https://github.com/marceldegraaf/google_places"
|
|
11
11
|
s.summary = %q{A Ruby wrapper around the Google Places API.}
|
|
12
12
|
s.description = %q{This gem provides a Ruby wrapper around the Google Places API for use in your own project. Please note that this gem does not provide OAuth authentication.}
|
|
13
|
+
s.license = 'MIT'
|
|
13
14
|
|
|
14
15
|
s.files = `git ls-files`.split("\n")
|
|
15
16
|
s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")
|
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: 0.18.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: 2013-08-
|
|
11
|
+
date: 2013-08-19 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: httparty
|
|
@@ -106,7 +106,8 @@ files:
|
|
|
106
106
|
- spec/vcr_cassettes/single_spot.yml
|
|
107
107
|
- spec/vcr_setup.rb
|
|
108
108
|
homepage: https://github.com/marceldegraaf/google_places
|
|
109
|
-
licenses:
|
|
109
|
+
licenses:
|
|
110
|
+
- MIT
|
|
110
111
|
metadata: {}
|
|
111
112
|
post_install_message:
|
|
112
113
|
rdoc_options: []
|