Skip to content

Commit

Permalink
Add post-install message
Browse files Browse the repository at this point in the history
  • Loading branch information
weppos committed Mar 26, 2012
1 parent d6acd8e commit e58b1a8
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
18 changes: 18 additions & 0 deletions Rakefile
Expand Up @@ -36,6 +36,24 @@ spec = Gem::Specification.new do |s|
s.add_development_dependency "rspec", "~> 2.9.0" s.add_development_dependency "rspec", "~> 2.9.0"
s.add_development_dependency "mocha" s.add_development_dependency "mocha"
s.add_development_dependency "yard" s.add_development_dependency "yard"

s.post_install_message = <<EOS
********************************************************************************
Thank you for installing the whois gem!
If you like this gem, please support the project.
http://pledgie.com/campaigns/11383
Does your project or organization use this gem? Add it to the apps wiki.
https://github.com/weppos/whois/wiki/apps
Are you looking for a quick and convenient way to perform WHOIS queries?
Check out RoboWhois WHOIS API.
http://www.robowhois.com/
********************************************************************************
EOS
end end




Expand Down
1 change: 1 addition & 0 deletions whois.gemspec

Large diffs are not rendered by default.

0 comments on commit e58b1a8

Please sign in to comment.