Skip to content

Commit

Permalink
Merge pull request #3 from monterail/master
Browse files Browse the repository at this point in the history
Updated to kindlegen 2.4
  • Loading branch information
tdtds committed Apr 3, 2012
2 parents 33d098e + 2c97f0b commit 856f5c8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions ext/kindlegen/extconf.rb
Expand Up @@ -5,8 +5,8 @@
require 'rbconfig' require 'rbconfig'
File::open('Makefile', 'w') do |w| File::open('Makefile', 'w') do |w|
tarball = case RbConfig::CONFIG['host_os'] tarball = case RbConfig::CONFIG['host_os']
when /mac|darwin/i then "KindleGen_Mac_i386_v2.zip" when /mac|darwin/i then "KindleGen_Mac_i386_v2_4.zip"
when /linux|cygwin/i then "kindlegen_linux_2.6_i386_v2.tar.gz" when /linux|cygwin/i then "kindlegen_linux_2.6_i386_v2_4.tar.gz"
else else
STDERR.puts "Host OS unsupported!" STDERR.puts "Host OS unsupported!"
exit(1) exit(1)
Expand Down
2 changes: 1 addition & 1 deletion lib/kindlegen/version.rb
@@ -1,3 +1,3 @@
module Kindlegen module Kindlegen
VERSION = "2.3.1" VERSION = "2.4.0"
end end

0 comments on commit 856f5c8

Please sign in to comment.