Skip to content

Commit

Permalink
Prepare for release of gem version 1.6.3.
Browse files Browse the repository at this point in the history
  • Loading branch information
alexreisner committed Apr 30, 2020
1 parent 9b8984d commit 4a575d0
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@ Changelog

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

1.6.3 (2020 Apr 30)
-------------------
* Update URL for :telize lookup (thanks github.com/alexwalling).
* Fix bug parsing IPv6 with port (thanks github.com/gdomingu).

1.6.2 (2020 Mar 16)
-------------------
* Add support for :nationaal_georegister_nl lookup (thanks github.com/opensourceame).
Expand Down
2 changes: 1 addition & 1 deletion geocoder.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Gem::Specification.new do |s|
s.homepage = "http:https://www.rubygeocoder.com"
s.date = Date.today.to_s
s.summary = "Complete geocoding solution for Ruby."
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."
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."
s.files = Dir['CHANGELOG.md', 'LICENSE', 'README.md', 'examples/**/*', 'lib/**/*', 'bin/*']
s.require_paths = ["lib"]
s.executables = ["geocode"]
Expand Down
2 changes: 1 addition & 1 deletion lib/geocoder/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Geocoder
VERSION = "1.6.2"
VERSION = "1.6.3"
end

0 comments on commit 4a575d0

Please sign in to comment.