google_maps_rails 0.0.2 → 0.0.3

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: d33d049ce6386d7db40adbca10e34b3fcdd0c679
4
- data.tar.gz: d4a30985a085c1c9851d7703ee824c13e396781c
3
+ metadata.gz: d17e56eca35034fbfd6f82dcb3ed2484cc78ca06
4
+ data.tar.gz: e4ba51f1eb3352649289db8c167c6850f4b7f7f0
5
5
  SHA512:
6
- metadata.gz: 23ea6d22c20d488c122d0f66d0e3a18b231c38d638c11763627ee1c31a10c5398f5ea69c94767c442fbf8054f3a04c60c49b760618b8c00867eba0d28eabb24a
7
- data.tar.gz: 69cc3b8f7d1d34754d6a34f25308d0a75b776c89cf5da28e14b92f89fadc378178ead74c2a3324a20dd720320a2851a9082f1ebd7730e6686153065e2bcfe089
6
+ metadata.gz: 52edca2009f513ad55af4bc7c846f2d6d214b29e830dbff03136711f7d5d7f3ffef07dbbaca328be4f30ad1d68898b94493559c0540f99a69054501a1e03f031
7
+ data.tar.gz: fd7ad4e90ec636fb4a12fdebc382d414e656d7007aa2062130623e3dda484bd5622e0475ba3af3fceb1350285b82f3da8ae8114ffbdb4376f5ae0db10521f4f5
@@ -1,3 +1,3 @@
1
1
  module GoogleMapsRails
2
- VERSION = "0.0.2"
2
+ VERSION = "0.0.3"
3
3
  end
@@ -2,7 +2,7 @@ module GoogleMapsRails
2
2
  module ViewHelpers
3
3
  def embed_google_maps(lat, long, width = 500, height = 500)
4
4
  if lat != '' && long != ''
5
- "<iframe src = 'https://maps.google.com/maps?q=#{lat},#{long}&hl=es;z=14&amp;output=embed' frameborder='0' style='border:0' width='#{width}' height='#{height}' allowfullscreen></iframe>"
5
+ "<iframe src = 'https://maps.google.com/maps?q=#{lat},#{long}&amp;output=embed' frameborder='0' style='border:0' width='#{width}' height='#{height}' allowfullscreen></iframe>"
6
6
  else
7
7
  "latitude or longitude not found"
8
8
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google_maps_rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Luiz Picolo
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-10-30 00:00:00.000000000 Z
11
+ date: 2015-11-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails