heycarsten-gcoder 0.3.2 → 0.3.3

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.
data/VERSION.yml CHANGED
@@ -1,4 +1,4 @@
1
1
  ---
2
2
  :minor: 3
3
- :patch: 2
3
+ :patch: 3
4
4
  :major: 0
data/gcoder.gemspec CHANGED
@@ -2,11 +2,11 @@
2
2
 
3
3
  Gem::Specification.new do |s|
4
4
  s.name = %q{gcoder}
5
- s.version = "0.3.2"
5
+ s.version = "0.3.3"
6
6
 
7
7
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
8
8
  s.authors = ["Carsten Nielsen"]
9
- s.date = %q{2009-06-29}
9
+ s.date = %q{2009-07-16}
10
10
  s.email = %q{heycarsten@gmail.com}
11
11
  s.extra_rdoc_files = [
12
12
  "README.rdoc"
@@ -55,7 +55,7 @@ module GCoder
55
55
  end
56
56
  rescue Timeout::Error
57
57
  raise Errors::RequestTimeoutError, 'The query timed out at ' \
58
- "#{@config[:timeout]} second(s)"
58
+ "#{@config[:gmaps_api_timeout]} second(s)"
59
59
  end
60
60
 
61
61
  def http_get
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: heycarsten-gcoder
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.2
4
+ version: 0.3.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Carsten Nielsen
@@ -9,7 +9,7 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2009-06-29 00:00:00 -07:00
12
+ date: 2009-07-16 00:00:00 -07:00
13
13
  default_executable:
14
14
  dependencies: []
15
15