aboutsummaryrefslogtreecommitdiffstats
path: root/guides/Rakefile
diff options
context:
space:
mode:
authorGaurav Sharma <gaurav2728@gmail.com>2016-10-21 09:37:24 +0530
committerGaurav Sharma <gaurav2728@gmail.com>2016-10-21 09:37:24 +0530
commitf0bacbc2c4fe2dcfc2db555f35fb553a1a1ce88a (patch)
treee32dfae15283b016fbb9fb7d6b84c871cf442887 /guides/Rakefile
parentdce4751a74342bd94802eb49b411663b66ace28b (diff)
downloadrails-f0bacbc2c4fe2dcfc2db555f35fb553a1a1ce88a.tar.gz
rails-f0bacbc2c4fe2dcfc2db555f35fb553a1a1ce88a.tar.bz2
rails-f0bacbc2c4fe2dcfc2db555f35fb553a1a1ce88a.zip
update kindlerb gem
Ruby Kindle periodical-format ebook generator
Diffstat (limited to 'guides/Rakefile')
-rw-r--r--guides/Rakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/guides/Rakefile b/guides/Rakefile
index 353966fc55..bf501f6a64 100644
--- a/guides/Rakefile
+++ b/guides/Rakefile
@@ -13,7 +13,7 @@ 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/gp/feature.html?docId=1000765211"
task :kindle do
- unless `kindlerb -v 2> /dev/null` =~ /kindlerb 0.1.1/
+ unless `kindlerb -v 2> /dev/null` =~ /kindlerb 1.0.1/
abort "Please `gem install kindlerb` and make sure you have `kindlegen` in your PATH"
end
unless `convert` =~ /convert/