Changeset [7b8e316101c5397a21a58938cf26935aff1f475a] by Gabe da Silveira
February 10th, 2011 @ 02:51 AM
Fix syntax of gemspec which was borked for 4.2.6
I just installed a fresh copy and irb; require 'rubygems';
require<br/> 'redcloth'
was failing with a No Such
File error. Printing out $: revealed a wrong path. Documentation
indicated that require_path
expects a string. require_paths is an array, and by default it
already
includes 'lib', so we simply concatenate to it
(http://docs.rubygems.org/read/chapter/20#require_paths)
https://github.com/jgarber/redcloth/commit/7b8e316101c5397a21a58938...
Committed by Gabe da Silveira
- M redcloth.gemspec
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป
RedCloth is a Ruby library for converting Textile into HTML