Skip to content

Commit 4a575d0

Browse files
committed
Prepare for release of gem version 1.6.3.
1 parent 9b8984d commit 4a575d0

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@ Changelog
33

44
Major changes to Geocoder for each release. Please see the Git log for complete list of changes.
55

6+
1.6.3 (2020 Apr 30)
7+
-------------------
8+
* Update URL for :telize lookup (thanks github.com/alexwalling).
9+
* Fix bug parsing IPv6 with port (thanks github.com/gdomingu).
10+
611
1.6.2 (2020 Mar 16)
712
-------------------
813
* Add support for :nationaal_georegister_nl lookup (thanks github.com/opensourceame).

geocoder.gemspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Gem::Specification.new do |s|
1313
s.homepage = "http://www.rubygeocoder.com"
1414
s.date = Date.today.to_s
1515
s.summary = "Complete geocoding solution for Ruby."
16-
s.description = "Provides object geocoding (by street or IP address), reverse geocoding (coordinates to street address), distance queries for ActiveRecord and Mongoid, result caching, and more. Designed for Rails but works with Sinatra and other Rack frameworks too."
16+
s.description = "Object geocoding (by street or IP address), reverse geocoding (coordinates to street address), distance queries for ActiveRecord and Mongoid, result caching, and more. Designed for Rails but works with Sinatra and other Rack frameworks too."
1717
s.files = Dir['CHANGELOG.md', 'LICENSE', 'README.md', 'examples/**/*', 'lib/**/*', 'bin/*']
1818
s.require_paths = ["lib"]
1919
s.executables = ["geocode"]

lib/geocoder/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Geocoder
2-
VERSION = "1.6.2"
2+
VERSION = "1.6.3"
33
end

0 commit comments

Comments
 (0)