FYI,

I updated the Rakefile -- The gem's require_path needed ext/libxml
added to it; and I made packages get stored in admin/pkg/ instead of
pkg/.

That broke the gem. spec.require_path assumes that you pass it a string. What you really wanted to do was:

  spec.require_paths = ["lib", "ext/libxml"]

Fix checked in.

Also, I incremented the version to 0.8.0, based on the thought that the LibXML module change warranted more than a 0.7.1 release.

Charlie

Attachment: smime.p7s
Description: S/MIME Cryptographic Signature

_______________________________________________
libxml-devel mailing list
libxml-devel@rubyforge.org
http://rubyforge.org/mailman/listinfo/libxml-devel

Reply via email to