From 10fe1d9bcaf9009208a42b31f0de7f4dd3a9e52b Mon Sep 17 00:00:00 2001 From: ashbb Date: Sun, 27 Sep 2009 12:58:34 +0900 Subject: [PATCH] edited the path of require file to use ruby 1.8.6 gems. --- tools/mkbightml.rb | 2 +- tools/mkhtml.rb | 2 +- tools/mkhtml_heroku.rb | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/tools/mkbightml.rb b/tools/mkbightml.rb index 3a1db8d..20d1012 100644 --- a/tools/mkbightml.rb +++ b/tools/mkbightml.rb @@ -1,5 +1,5 @@ # mkbightml.rb -require 'BlueCloth' +require "C:/ruby/lib/ruby/gems/1.8/gems/BlueCloth-1.0.0/lib/bluecloth" big_mdown = IO.read('../README.md') + "\n\n" head = IO.read('./head.erb') diff --git a/tools/mkhtml.rb b/tools/mkhtml.rb index b289eee..3a3beaa 100644 --- a/tools/mkhtml.rb +++ b/tools/mkhtml.rb @@ -1,5 +1,5 @@ # mkhtml.rb -require 'BlueCloth' +require "C:/ruby/lib/ruby/gems/1.8/gems/BlueCloth-1.0.0/lib/bluecloth" #load style diff --git a/tools/mkhtml_heroku.rb b/tools/mkhtml_heroku.rb index e3fbf8b..11c4568 100644 --- a/tools/mkhtml_heroku.rb +++ b/tools/mkhtml_heroku.rb @@ -1,5 +1,5 @@ # mkhtml.rb -require 'BlueCloth' +require "C:/ruby/lib/ruby/gems/1.8/gems/BlueCloth-1.0.0/lib/bluecloth" #load style