From 46d2c72776433d2be56193e66c862c12f6bd1a6d Mon Sep 17 00:00:00 2001 From: Joshua Nichols Date: Thu, 19 Aug 2010 02:30:02 -0400 Subject: [PATCH] Get rid of bad multibyte characters. --- Rakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Rakefile b/Rakefile index 353a431..50a3aaf 100644 --- a/Rakefile +++ b/Rakefile @@ -14,7 +14,7 @@ Jeweler::Tasks.new do |gem| gem.name = "homesick" gem.summary = %Q{A man's home is his castle. Never leave your dotfiles behind.} gem.description = %Q{ - A man’s home (directory) is his castle, so don’t leave home with out it. + A man's home (directory) is his castle, so don't leave home with out it. Homesick is sorta like rip, but for dotfiles. It uses git to clone a repository containing dotfiles, and saves them in ~/.homesick. It then allows you to symlink all the dotfiles into place with a single command.