Re: [MacRuby-devel] AWS-S3 gem doesn't work with MacRuby

2011-08-31 Thread Rolando Abarca
There's a library for iOS, which should be able to run without too much effort on mac: http://aws.amazon.com/sdkforios/ hth, Rolando On Sat, Aug 27, 2011 at 10:43 AM, Eloy Duran wrote: > Actually, googling did reveal some Objective-C code for S3, which is a > possible workaround. > HTH -- Rola

Re: [MacRuby-devel] AWS-S3 gem doesn't work with MacRuby

2011-08-27 Thread Eloy Duran
Actually, googling did reveal some Objective-C code for S3, which is a possible workaround. HTH On 25 aug. 2011, at 21:25, Jeremy Smith wrote: > This works when I try it in MRI. But this is what happens in Macruby. Is > there a workaround? > > $ macirb -f > irb(main):003:0> require

Re: [MacRuby-devel] AWS-S3 gem doesn't work with MacRuby

2011-08-27 Thread Eloy Duran
I haven’t used this library on MacRuby, so unless someone else knows of a workaround the only solution is to fix it. It would be great if you could reduce the actual problem to a few lines of code and file a ticket, even if there's a workaround :) Eloy On 25 aug. 2011, at 21:25, Jeremy Smith w