geeo_code 0.0.3 → 0.0.4

Sign up to get free protection for your applications and to get access to all the features.
@@ -82,4 +82,10 @@ class GeeoCode
82
82
  puts msg
83
83
  end
84
84
  end
85
+
86
+ def print(address)
87
+ url = URI.parse("#{GOOGLE_ENDPOINT}#{format}?address=#{CGI::escape(address)}&sensor=#{sensor}")
88
+ puts url
89
+ return url
90
+ end
85
91
  end
@@ -1,4 +1,4 @@
1
1
  class GeeoCode
2
2
  # version number constant
3
- VERSION = "0.0.3"
3
+ VERSION = "0.0.4"
4
4
  end
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 0
8
- - 3
9
- version: 0.0.3
8
+ - 4
9
+ version: 0.0.4
10
10
  platform: ruby
11
11
  authors:
12
12
  - Luke van der Hoeven
@@ -14,7 +14,7 @@ autorequire:
14
14
  bindir: bin
15
15
  cert_chain: []
16
16
 
17
- date: 2010-11-09 00:00:00 -05:00
17
+ date: 2010-12-03 00:00:00 -05:00
18
18
  default_executable:
19
19
  dependencies:
20
20
  - !ruby/object:Gem::Dependency