[MacRuby-devel] MacRuby questions

2012-06-21 Thread Kevin Walzer
questions is apprecaited. I hope I'm able to move forward with a new app idea with MacRuby. Thanks, Kevin -- Kevin Walzer Code by Kevin http://www.codebykevin.com ___ MacRuby-devel mailing list MacRuby-devel@lists.macosforge.org http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel

Re: [MacRuby-devel] OS X10.9 & MacRuby's future...

2013-05-16 Thread Kevin Walzer
fy). It would be really great if someone could put together ruby2app (Ruby version of py2app) in a way that would work with any Ruby libraries, not just Cocoa ones. But I'm not going to hold my breath. --Kevin -- Kevin Walzer Code by Kevin/Mobile Code by Kevin http://www.

Re: [MacRuby-devel] MacRuby on Mavericks

2013-11-06 Thread Kevin Walzer
Can you be more specific about how they are "not compatible"? -- Kevin Walzer Code by Kevin/Mobile Code by Kevin http://www.codebykevin.com http://www.wtmobilesoftware.com ___ MacRuby-devel mailing list MacRuby-devel@lists.macos

[MacRuby-devel] Standard Ruby for desktop apps?

2013-11-06 Thread Kevin Walzer
Ruby when nearly every other Ruby UI toolkit and framework does not (wxRuby, etc.) Is there any way to abstract any of the MacRuby/Ruby-Cocoa packaging tools (such as standalonify) into a general app bundling package? --Kevin -- Kevin Walzer Code by Kevin/Mobile Code by Kevin

Re: [MacRuby-devel] Standard Ruby for desktop apps?

2013-11-07 Thread Kevin Walzer
n't compile the code. I certainly respect this viewpoint. However, it doesn't change the fact that MacRuby appears to lack any development leadership at this point: how long before the framework starts to suffer from bit-rot? --Kevin -- Kevin Walzer Code by Kevin/Mobile Code by Ke

[MacRuby-devel] Trying to embed standard Ruby in an app...how does MacRuby do it?

2014-04-27 Thread Kevin Walzer
m installation of MacRuby? If the latter is the case, and it simply isn't possible to make a truly relocatable Ruby app using install_name_tool, then my job is a lot easier, because Mavericks has standard Ruby (2.0) bundled in. --Kevin -- Kevin Walzer Code by Kevin/Mobile Code by Kevin h

Re: [MacRuby-devel] Trying to embed standard Ruby in an app...how does MacRuby do it?

2014-04-28 Thread Kevin Walzer
ted in an app bundle. --Kevin -- Kevin Walzer Code by Kevin/Mobile Code by Kevin http://www.codebykevin.com http://www.wtmobilesoftware.com ___ MacRuby-devel mailing list MacRuby-devel@lists.macosforge.org https://lists.macosforge.org/mailman/listinfo/macruby-devel

Re: [MacRuby-devel] How dead is dead...

2014-04-28 Thread Kevin Walzer
://github.com/timburks/rubyobjc ? -- Kevin Walzer Code by Kevin/Mobile Code by Kevin http://www.codebykevin.com http://www.wtmobilesoftware.com ___ MacRuby-devel mailing list MacRuby-devel@lists.macosforge.org https://lists.macosforge.org/mailman/listinfo

Re: [MacRuby-devel] How dead is dead...

2014-04-29 Thread Kevin Walzer
f the developers are interested in that. But there should be room for others also. JRuby could also find a home here as well. Thoughts? --Kevin -- Kevin Walzer Code by Kevin/Mobile Code by Kevin http://www.codebykevin.com http://www.wtmobilesoftware.com _

Re: [MacRuby-devel] MacRuby application on Xcode

2014-10-22 Thread Kevin Walzer
added support for Tk's latest version, 8.6. Tk works pretty well on the Mac, other GUI toolkits are not well-maintained on the Mac. Hope this helps, Kevin -- Kevin Walzer Code by Kevin/Mobile Code by Kevin http://www.codebykevin.com http://www.wtmobilesoftwar

[MacRuby-devel] ANN: ruby2app, a tool for bundling Ruby scripts into standalone Mac applications

2014-12-04 Thread Kevin Walzer
bundling tools for those languages in creating ruby2app. ruby2app is written in Bash, and thus should be easy to read and modify as required, and should fit in well to any application building toolchain. ruby2app is available under the MIT license, and feedback is welcome. Thank you, Kevin