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.
Files changed (4) hide show
  1. checksums.yaml +8 -8
  2. data/Gemfile.lock +1 -1
  3. data/google_places.gemspec +2 -1
  4. metadata +4 -3
checksums.yaml CHANGED
@@ -1,15 +1,15 @@
1
1
  ---
2
2
  !binary "U0hBMQ==":
3
3
  metadata.gz: !binary |-
4
- ZTE5ZWJhNmZlZmNlNWZhNzE3NzRmMzVkZGRhNWFiYzRlZWMyNDBmZQ==
4
+ NDQxZDY1Nzk5N2RjMGFkNzMxNWZjZWVjMzA5YTc3YjVkYzExNTQwMw==
5
5
  data.tar.gz: !binary |-
6
- MjRjMzg5MTU3YTUyNTdjZmY4OWNiYjI0NDBlODNlNjAyMjU2ZDQ1ZQ==
6
+ NjIzMmFjY2EyYzI1ZDMxMmVhMWNhMjIzYTlkNDVkN2Y2YzAzYzEzOQ==
7
7
  !binary "U0hBNTEy":
8
8
  metadata.gz: !binary |-
9
- ZWQ2YWY0ZjUyZjk0YTEzYzExYzIxZDkzMmU3OWI3ZWEyYTI0ZTQxMDI5YWQ4
10
- MWMxMjhkZjBhZmE1OTk5OWIxY2VmMWNmN2M2YzAzMDI1YjdhZDRjOGE4Y2Mx
11
- OTYwZWU4YjIxNTk0MDVlNjU2NDhhNzVhYzI4ZWI3NDBmZGZlMmI=
9
+ Yjc5YTc2YzYyMzczN2FjNDNhNTIyNWNiNGZiMjI1YzhmMGU1OGNkY2ZhNjMz
10
+ ZjYxZGRmZTkwMWNjYjdlNjlhYjIwMjk1Nzk4YTY5MDg1NDBhM2JlMThjMDBl
11
+ NzIzZjI5MzU1YjhhOGQ5ODE4NzExYjFmMTlmOWM4MThmYTk4NjY=
12
12
  data.tar.gz: !binary |-
13
- YjA3NThhZTExNDYzMGNkZmQ4N2JkZTgyYTcwODQ4ODJkOTc0MzE4YmExM2Nj
14
- NTRiNjExYzc4OTdlNGVkOTg2ZmNiOTFjYTkyZDAwM2ZiZDFlYWJmYWZiNjVi
15
- ZWUwMzM1NDlkM2M0NzkzZDRiZDE5MTEyMWI4YzU1NTE0Y2I0OTE=
13
+ NzNhNjI1NDVhOWIwMzZjODI2YzZmNjU3ZDQ0YzgzZDFjYmVkODMyOGRkOWEx
14
+ MDI4Yzc1NzFkODRmZWZhMDQxZmJiZjIyOTk1OTRiY2M3MTZjNDBjYmZhZmFk
15
+ YTk0OTcxNzFmZjIzN2JjN2E4ZjMxMGUwNzQ5MjhjZGRmN2MzNDc=
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- google_places (0.16.0)
4
+ google_places (0.17.0)
5
5
  httparty
6
6
 
7
7
  GEM
@@ -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.17.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.17.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-16 00:00:00.000000000 Z
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: []