Skip to content

Commit e93fbdd

Browse files
committed
updating post_install_message
1 parent 068b9ba commit e93fbdd

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

Diff for: Rakefile

+10-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,16 @@ begin
1111
gem.homepage = "http://github.com/jondruse/screeninator"
1212
gem.authors = ["Jon Druse"]
1313
gem.add_development_dependency "thoughtbot-shoulda", ">= 0"
14-
gem.post_install_message "Thanks for installing Screeninator!\n\n Remember to add the following line to your .bashrc file\n\n if [[ -s $HOME/.screeninator/scripts/screeninator ]] ; then source $HOME/.screeninator/scripts/screeninator ; fi"
14+
gem.post_install_message = <<Message
15+
16+
Thanks for installing Screeninator!
17+
18+
Remember to add the following line to your .bashrc file
19+
20+
if [[ -s $HOME/.screeninator/scripts/screeninator ]] ; then source $HOME/.screeninator/scripts/screeninator ; fi
21+
22+
Message
23+
1524
# gem is a Gem::Specification... see http://www.rubygems.org/read/chapter/20 for additional settings
1625
end
1726
Jeweler::GemcutterTasks.new

0 commit comments

Comments
 (0)