Ultraviolet 0.10.2 Released

ultraviolet version 0.10.2 has been released!

Ultraviolet is a syntax highlighting library and engine. It
uses TextMate[http://macromates.com/] syntax files and parses
them using the Textpow[http://textpow.rubyforge.org] library. It
supports more than 60 programming languages out of the box.

Changes:

0.10.2

Great job. Thanks for keeping this library alive and going! :slight_smile:

–Jeremy

On Wed, Feb 20, 2008 at 6:50 AM, Dizan V. [email protected]
wrote:

0.10.2


http://jeremymcanally.com/
http://entp.com

Read my books:
Ruby in Practice (Ruby in Practice)
My free Ruby e-book (http://humblelittlerubybook.com/)

Or, my blogs:

http://rubyinpractice.com

This looks great. Thanks!
However, I got a lot of errors while trying to build the native
extensions
on Leopard. The output is attached.

Dean

On Wed, Feb 20, 2008 at 5:50 AM, Dizan V. [email protected]

It wasn’t clear from the web site, but I needed to install oniguruma
first
from here: サービス終了のお知らせ
sudo gem install ultraviolet
should work.

I say “should” because the textpow gem 404’ed at URL
RubyGems.org | your community gem host.
I see this version was just released and it apparently hasn’t been
propagated to all the mirrors yet.

However, did you use “rake publish_packages”? I’ve had that fail to
actually
copy the files successfully in the past, even though rubyforge shows
them
there. (I think it turned out to be a rubygems bug in at the time…)

Anyway, I’ll try again later.

dean

On Wed, Feb 20, 2008 at 11:16 AM, Dean W. [email protected]

Uh, actually it looks like oniguruma-1.1.0 is the culprit.

On Wed, Feb 20, 2008 at 11:12 AM, Dean W. [email protected]