googleMap 0.0.0 → 0.0.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/lib/googleMap.rb +1 -1
  2. metadata +1 -1
data/lib/googleMap.rb CHANGED
@@ -5,7 +5,7 @@ add = address.tr!(' ', '+')
5
5
  add1 = address.gsub!(/,/, ',+')
6
6
  puts add1
7
7
 
8
- generatedFrame = '<iframe width="940" height="320" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="http://maps.google.com/maps?q='+add1+'&amp;t=m&amp;output=embed"></iframe>'
8
+ generatedFrame = '<iframe width="940" height="320" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="https://maps.google.com/maps?q='+add1+'&amp;t=m&amp;output=embed"></iframe>'
9
9
  puts generatedFrame
10
10
  return generatedFrame
11
11
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: googleMap
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.0
4
+ version: 0.0.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: