Skip to content

Commit 4a575d0

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

3 files changed

Lines changed: 7 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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)