Skip to content

Commit

Permalink
edited the path of require file to use ruby 1.8.6 gems.
Browse files Browse the repository at this point in the history
  • Loading branch information
ashbb committed Sep 27, 2009
1 parent bfb1142 commit 10fe1d9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion 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')
Expand Down
2 changes: 1 addition & 1 deletion 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

Expand Down
2 changes: 1 addition & 1 deletion 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

Expand Down

0 comments on commit 10fe1d9

Please sign in to comment.