geomap 0.0.3 → 0.0.4

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.
Files changed (2) hide show
  1. data/lib/geomap.rb +1 -1
  2. metadata +1 -1
data/lib/geomap.rb CHANGED
@@ -12,7 +12,7 @@ class Place < ActiveRecord::Base
12
12
  def address=(address)
13
13
  @address = address
14
14
  address = address.gsub!(/\s/, '+')
15
- @latitude, @longitude = get_results address, false
15
+ @latitude, @longitude = get_results [address], false
16
16
  end
17
17
 
18
18
 
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: geomap
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.0.3
5
+ version: 0.0.4
6
6
  platform: ruby
7
7
  authors:
8
8
  - choodur