Any suggestions on freezing bluecloth [1] into an app? It has a
non-standard install [2], and when I used
http://gemsonrails.rubyforge.org/ to freeze it into a rails app, I get
this on startup:
ERROR: Please update
/home/dhaskin/workspace/bsg-1.11/vendor/gems/BlueCloth-1.0.0/init.rb
with the require path for linked RubyGem BlueCloth
Exiting
and I’m not completely sure how to address this.
Thanks!
dwh
[1] http://www.deveiate.org/projects/BlueCloth and
http://github.com/mislav/bluecloth/tree/master
[2] “You can install this module either by running the included
install.rb
script, or by simply copying lib/bluecloth.rb
to a
directory in your load path.”