Pr0d1r2-geokit 1.3.2.9 → 1.3.2.10

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/geokit/cached/model.rb +1 -2
  2. metadata +1 -1
@@ -45,7 +45,7 @@ module Geokit
45
45
  end
46
46
 
47
47
  def geoloc
48
- successful_geoloc || fake_geoloc
48
+ fake_geoloc
49
49
  end
50
50
 
51
51
  def by_google?
@@ -73,7 +73,6 @@ module Geokit
73
73
  Iconv.new('UTF-8', 'UTF-8').iconv(str)
74
74
  rescue Iconv::Failure => iconv_exception
75
75
  Iconv.new('UTF-8', 'ISO-8859-1').iconv(str)
76
- iconv_exception.success
77
76
  end
78
77
  end
79
78
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: Pr0d1r2-geokit
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.3.2.9
4
+ version: 1.3.2.10
5
5
  platform: ruby
6
6
  authors:
7
7
  - Andre Lewis and Bill Eisenhauer and Pr0d1r2 (Marcin Nowicki)