When I try:

        #!/usr/bin/env macruby

        require 'rubygems'

        begin 
                require 'restclient'
        rescue ArgumentError => e
                puts e.backtrace
        end

I get:

/Users/ferrous/test.rb:6:in `<main>'


On 2010-11-27, at 3:37 PM, Matt Aimonetti wrote:

> Do you have the full stack trace?
> 
> Sent from my iPhone
> 
> On Nov 27, 2010, at 15:08, Mark Rada <mr...@marketcircle.com> wrote:
> 
>> Hi,
>> 
>> I'm using the nightly builds of MacRuby and have not been able to load the 
>> restclient gem. I always get an error:
>> 
>> ArgumentError: invalid string transliteration
>> 
>> But it doesn't really give me a good hint where to look to find the problem. 
>> I took a quick look at the source but nothing jumped out at me as being 
>> suspicious.
>> 
>> Has anybody tried using this gem in the past and had similar problems or 
>> successes?
>> 
>> Thanks,
>>   Mark
>> 
>> _______________________________________________
>> MacRuby-devel mailing list
>> MacRuby-devel@lists.macosforge.org
>> http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel
> _______________________________________________
> MacRuby-devel mailing list
> MacRuby-devel@lists.macosforge.org
> http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel

_______________________________________________
MacRuby-devel mailing list
MacRuby-devel@lists.macosforge.org
http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel

Reply via email to