Skip to content

Commit

Permalink
Add post gem install message.
Browse files Browse the repository at this point in the history
  • Loading branch information
Keith Bennett committed Dec 2, 2014
1 parent 3d2f95a commit 2d1f4ef
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions dnsruby.gemspec
Expand Up @@ -16,6 +16,12 @@ stub resolver. It aims to comply with all DNS RFCs, including
DNSSEC NSEC3 support.'
s.license = "Apache License, Version 2.0"
s.files = `git ls-files -z`.split("\x0")

s.post_install_message = \
"Installing dnsruby...
For issues and source code: https://github.com/alexdalitz/dnsruby
For general discussion (please tell us how you use dnsruby): https://groups.google.com/forum/#!forum/dnsruby"

s.test_file = "test/ts_offline.rb"
s.has_rdoc = true
s.extra_rdoc_files = ["DNSSEC", "EXAMPLES", "README.md", "EVENTMACHINE"]
Expand Down

0 comments on commit 2d1f4ef

Please sign in to comment.