google_maps_api 0.1.0 → 0.2.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: aaa45a5516ee3a39ed2a0eefa0552017aff59ca0
4
- data.tar.gz: 3cbd4a44a12324dbfccdb6c636d2653a6ee99d82
3
+ metadata.gz: 795afd839ee9b2d232dd5294ded6ab76acd9b2e7
4
+ data.tar.gz: 0e64b576064829d30d1220cc81b6baae33e58f0b
5
5
  SHA512:
6
- metadata.gz: a382b48622883bcbd0f75f7bcec49aaea64a395a6f9f4879dc7f9e7a53c201122bd32782390fda5a955599b5efb437db96ef01bba7a084b62b037da9340fbfa7
7
- data.tar.gz: c81756e22c4d020e9a042a20af54d85bc115635bbe593ab04619a21c9b681b44b21f032eba7e912c1cf3267e4c285c9914f136750c651369693f1fcad9c85cad
6
+ metadata.gz: f30502be5c32d17d5f4437431761086a9e31289029ab535d9384ae4f58f370e6aa0ce931be6f682ace2429951afc87f944e95eb2061e63ebf4e7116d895803ea
7
+ data.tar.gz: 459f8379cd55d9bbb244f10510db48a0f3473f1791969aba9854d83e1766a707702fc270c6552c4feeb155cfdf0264596cc5fd40a9dcd34292548a8009657d48
@@ -3,11 +3,11 @@ require "google_maps_api/distance_matrix"
3
3
  require "google_maps_api/version"
4
4
 
5
5
  module GoogleMapsAPI
6
- def self.directions(origin, destination, options = {})
7
- Directions.route(origin, destination, options = {})
6
+ def self.directions(*args)
7
+ Directions.route(*args)
8
8
  end
9
9
 
10
- def self.distance_matrix(origins, destinations, options = {})
11
- DistanceMatrix.calculate(origins, destinations, options = {})
10
+ def self.distance_matrix(*args)
11
+ DistanceMatrix.calculate(*args)
12
12
  end
13
13
  end
@@ -1,3 +1,3 @@
1
1
  module GoogleMapsAPI
2
- VERSION = "0.1.0"
2
+ VERSION = "0.2.0"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google_maps_api
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.2.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Felipe Zavan
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-05-15 00:00:00.000000000 Z
11
+ date: 2014-09-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler