google_places_autocomplete 0.0.4 → 0.0.5

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: c48aadcabd38142fed72e54ef1c21fe351ff2082
4
- data.tar.gz: 333a30cfa9c7218cbaa3151b565dd23a95c75420
3
+ metadata.gz: 3ea8170209fdb2ce751ec8d29ecdbc05a94ebeb2
4
+ data.tar.gz: 4061c424f00860237b7ba9fe6159d7453d9bb990
5
5
  SHA512:
6
- metadata.gz: 9316eda2b3f3d39c1a2806115fe677c7202ad9be38375f5880ddc34766f46109baeb53c409e1e865318341493ac21c074176ed4dfe7dc7d767bdf3dcc07f06f6
7
- data.tar.gz: fb93342a3d07858691fc57342092ca25c8f6089a22745d3127af282750e2de6341418ffae82c6eeafcb3c4c011d307587e556c04ac5e0a4f4fc2d6611ce7b563
6
+ metadata.gz: cdf6971317b98b1db1bf1523ea80c091e015ee27d2ea3daa43f019a17205f59d2b458b0032985d354cb3e91800529331fa9c3544e970356c65dc8b27e38eeaea
7
+ data.tar.gz: 13a9a8dcb913cd7bfe3bbf4c479199227d9a3397c0f4e82c9ca86543247e7267edd83aa83eee307a63cd3f2c0eabb569d36b0f51ef0c9faca1016ab81c822c77
data/README.md CHANGED
@@ -24,8 +24,4 @@ Go here and activate it:
24
24
  >> autocomplete.predictions.first.description
25
25
  => "Paris, France"
26
26
 
27
- ## Copyright
28
-
29
27
  Contact me if you have any suggestions and feel free to fork it!
30
-
31
- Copyright (c) 2009 Johnny Khai Nguyen, released under the MIT license
@@ -27,6 +27,7 @@ module GooglePlacesAutocomplete
27
27
  components = options.delete(:components) || nil
28
28
  user_ip = options.delete(:user_ip) || nil
29
29
  quota_user = options.delete(:quota_user) || nil
30
+ session_token = options.delete(:session_token) || nil
30
31
 
31
32
  options = {
32
33
  :location => location,
@@ -38,7 +39,8 @@ module GooglePlacesAutocomplete
38
39
  :bounds => bounds,
39
40
  :components => components,
40
41
  :userIp => user_ip,
41
- :quotaUser => quota_user
42
+ :quotaUser => quota_user,
43
+ :sessiontoken => session_token
42
44
  }
43
45
 
44
46
  if types
@@ -1,3 +1,3 @@
1
1
  module GooglePlacesAutocomplete
2
- VERSION = "0.0.4"
2
+ VERSION = "0.0.5"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google_places_autocomplete
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.4
4
+ version: 0.0.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Johnny Khai Nguyen
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-11-29 00:00:00.000000000 Z
11
+ date: 2019-03-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: httparty