Skip to content
Snippets Groups Projects
Commit c47b97b1 authored by Alex Reisner's avatar Alex Reisner
Browse files

Remove post-install message.

parent 41839d62
No related branches found
No related tags found
No related merge requests found
......@@ -18,13 +18,6 @@ Gem::Specification.new do |s|
s.require_paths = ["lib"]
s.executables = ["geocode"]
s.license = 'MIT'
s.post_install_message = %q{
NOTE: Geocoder's default IP address lookup has changed from FreeGeoIP.net to IPInfo.io. If you explicitly specify :freegeoip in your configuration you must choose a different IP lookup before FreeGeoIP is discontinued on July 1, 2018. If you do not explicitly specify :freegeoip you do not need to change anything.
}
s.metadata = {
'source_code_uri' => 'https://github.com/alexreisner/geocoder',
'changelog_uri' => 'https://github.com/alexreisner/geocoder/blob/master/CHANGELOG.md'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment