Re: [shoes] Setup: gem issue
- From:
- Steve Klabnik
- Date:
- 2010-06-16 @ 03:28
Okay. Cool. I'll get on that, then.
On Tue, Jun 15, 2010 at 11:15 PM, Cecil Coupe <ccoupe@cableone.net> wrote:
> Yes, it fails in Linux. Bring up the console and it shoes failure to
> build native code.
>
> On Tue, 2010-06-15 at 23:06 -0400, Steve Klabnik wrote:
> > Hey guys.
> >
> >
> > When you run this on shoes, does it work?
> >
> >
> > http://gist.github.com/440092
> >
> >
> > Mine just sits and spins forever.
>
>
>
Re: [shoes] Setup: gem issue
- From:
- ashbb
- Date:
- 2010-06-16 @ 11:46
Yes, it also fails in Windows. Because ruby-debug is not supported on Ruby
1.9.
Try to run simple-rubygems.rb:
http://github.com/ashbb/shoes/blob/master/samples/simple-rubygems.rb
It works both in Windows and Linux.
I replaced redcloth to bluecloth, though. ;-)
Cheers,
ashbb
Re: [shoes] Setup: gem issue
- From:
- Steve Klabnik
- Date:
- 2010-06-16 @ 12:17
Ah!, Thanks!
It still doesn't work on my Shoes, but at least I'll know that I should use
something other than ruby-debug...