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.
- data/lib/geokit/cached/model.rb +1 -2
- metadata +1 -1
data/lib/geokit/cached/model.rb
CHANGED
@@ -45,7 +45,7 @@ module Geokit
|
|
45
45
|
end
|
46
46
|
|
47
47
|
def geoloc
|
48
|
-
|
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
|
|