diff options
author | Sunny Ripert <sunny@sunfox.org> | 2013-05-28 15:03:14 +0200 |
---|---|---|
committer | Sunny Ripert <sunny@sunfox.org> | 2013-05-28 15:04:59 +0200 |
commit | 91a1cf7013252753567b36f61bfcd5fd0a5bb2b8 (patch) | |
tree | a6cff4842f0b801a4a14d6da4c2886cccb53c7d0 /guides/Rakefile | |
parent | 84675cae63093c529f3a2c3f7e545891fecc08aa (diff) | |
download | rails-91a1cf7013252753567b36f61bfcd5fd0a5bb2b8.tar.gz rails-91a1cf7013252753567b36f61bfcd5fd0a5bb2b8.tar.bz2 rails-91a1cf7013252753567b36f61bfcd5fd0a5bb2b8.zip |
Whitespace trimming in guides generation
Diffstat (limited to 'guides/Rakefile')
-rw-r--r-- | guides/Rakefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/guides/Rakefile b/guides/Rakefile index d6dd950d01..ea5622dba6 100644 --- a/guides/Rakefile +++ b/guides/Rakefile @@ -13,10 +13,10 @@ namespace :guides do desc "Generate .mobi file. The kindlegen executable must be in your PATH. You can get it for free from http://www.amazon.com/kindlepublishing" task :kindle do - unless `kindlerb -v 2> /dev/null` =~ /kindlerb 0.1.1/ + unless `kindlerb -v 2> /dev/null` =~ /kindlerb 0.1.1/ abort "Please `gem install kindlerb`" end - unless `convert` =~ /convert/ + unless `convert` =~ /convert/ abort "Please install ImageMagick`" end ENV['KINDLE'] = '1' |