Re: [MacRuby-devel] [MacRuby] #149: String concatenation loses encoding

2009-01-25 Thread MacRuby
#149: String concatenation loses encoding +--- Reporter: vincent.isamb...@… | Owner: lsansone...@… Type: defect | Status: new Priority: critical

[MacRuby-devel] Greetings, and a fix for SSL

2009-01-25 Thread Arlen Cuss
Hi all, I'm Arlen, developer from Australia, as of a month or two ago a Mac user, and just started out doing some stuff in Cocoa a few days ago. Naturally, I wanted to use Ruby, so I've gotten into MacRuby and hit my first stumbling point; OpenSSL's SSLSocket. I've had a conversation with myself

Re: [MacRuby-devel] [MacRuby] #215: OpenSSL's SSLSocket appears not to be initialised correctly

2009-01-25 Thread MacRuby
#215: OpenSSL's SSLSocket appears not to be initialised correctly ---+ Reporter: cel...@… | Owner: lsansone...@… Type: defect | Status: new Priority: major

Re: [MacRuby-devel] [MacRuby] #215: OpenSSL's SSLSocket appears not to be initialised correctly

2009-01-25 Thread MacRuby
#215: OpenSSL's SSLSocket appears not to be initialised correctly ---+ Reporter: cel...@… | Owner: lsansone...@… Type: defect | Status: new Priority: major

Re: [MacRuby-devel] [MacRuby] #215: OpenSSL's SSLSocket appears not to be initialised correctly

2009-01-25 Thread MacRuby
#215: OpenSSL's SSLSocket appears not to be initialised correctly ---+ Reporter: cel...@… | Owner: lsansone...@… Type: defect | Status: new Priority: major

[MacRuby-devel] [MacRuby] #215: OpenSSL's SSLSocket appears not to be initialised correctly

2009-01-25 Thread MacRuby
#215: OpenSSL's SSLSocket appears not to be initialised correctly ---+ Reporter: cel...@… | Owner: lsansone...@… Type: defect | Status: new Priority: major

Re: [MacRuby-devel] Distributing apps with MacRuby.framework

2009-01-25 Thread Dr Nic Williams
Yeah that does seem a lot simpler... :) On Fri, Jan 23, 2009 at 10:55 PM, Eloy Duran wrote: > Hey Nic, > > Wouldn't something like this be sufficient: > > $LOAD_PATH.unshift File.join(OSX::NSBundle.mainBundle.privateFrameworksPath, > 'MacRuby.framework/Versions/Current/usr/lib/ruby/1.9.0') > > El