Merge pull request #92 from jbranchaud/update-post-install-note

Put quotes around gem name in post-install message.
This commit is contained in:
Louis Mullie 2015-04-10 15:21:51 -04:00
commit 3dc184277d
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ Gem::Specification.new do |s|
# Post-install message
s.post_install_message = %q{Thanks for installing Treat.
To complete the installation, run `require treat` in an IRB
To complete the installation, run `require 'treat'` in an IRB
terminal, followed by `Treat::Core::Installer.install`. }
end