lib/geocoder/lookups/yandex.rb in geocoder-1.1.4 vs lib/geocoder/lookups/yandex.rb in geocoder-1.1.5

- old
+ new

@@ -38,9 +38,9 @@ :key => Geocoder::Configuration.api_key ) end def query_url(query) - "http://geocode-maps.yandex.ru/1.x/?" + url_query_string(query) + "#{protocol}://geocode-maps.yandex.ru/1.x/?" + url_query_string(query) end end end