simple_geolocation 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.
@@ -8,7 +8,7 @@ module SimpleGeolocation
8
8
  Location::ATTRIBUTES + [:completeness]
9
9
  end
10
10
 
11
- delegate *keys, :to => :location
11
+ delegate *(keys), :to => :location
12
12
 
13
13
  def initialize(raw_location)
14
14
  @raw_location = raw_location
@@ -1,3 +1,3 @@
1
1
  module SimpleGeolocation
2
- VERSION = "0.0.3"
2
+ VERSION = "0.0.4"
3
3
  end
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: simple_geolocation
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
  - Esdras Mayrink