Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
required rbconfig in extconf.rb.
  • Loading branch information
tdtds committed Dec 1, 2011
1 parent 68ac97e commit 336490e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions ext/kindlegen/extconf.rb
Expand Up @@ -2,6 +2,8 @@
# making Makefile getting kindlegen from Amazon.com
#

require 'rbconfig'

File::open( 'Makefile', 'w' ) do |w|
w.puts RbConfig.expand( DATA.read )
end
Expand Down
2 changes: 1 addition & 1 deletion lib/kindlegen/version.rb
@@ -1,3 +1,3 @@
module Kindlegen
VERSION = "1.2.0"
VERSION = "1.2.1"
end

0 comments on commit 336490e

Please sign in to comment.