Merge pull request #92 from jbranchaud/update-post-install-note
Put quotes around gem name in post-install message.
This commit is contained in:
commit
3dc184277d
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue