MacRuby 0.12 release note
MacRuby 0.12 is now available.
What's new in this release (since 0.10):
- Improve stability and compatibility by total 1168 commits
- Changed RUBY_AUTHOR to "The MacRuby Team"
- Add support for XCode 4.3
- Drop support for XCode 4.2 and earlier
- Upgrade to RubyGems 1.8.20
- Upgrade to Rake 0.9.2.2
- Add the --codesign option to macruby_deploy
- Gems are now installed to /Library/Ruby/Gems/MacRuby
- Remove obsoleted constants RUBY_FRAMEWORK and RUBY_FRAMEWORK_VERSION from RbConfig
- macrubyc/macruby_deploy now uses proper exit codes for --help and --version options
- The instruby.rb script has been replaced with a set of rake tasks
- Upgrade JSON to 1.6.5
- Cocoa objects now use #description for their #inspect output
- Added Pointer#value shortcut to Pointer#[0]
- Update to new ruby license
- Improve some methods of String/Array performance
- Add Range#relative_to(max)
- Add Pointer#to_object
- Import JSON 1.5.1
- Upgrade RDoc to 3.5.3
Binary packages will be available from:
https://github.com/downloads/MacRuby/MacRuby/MacRuby%200.12.zip
We moved MacRuby web site, issue tracker and documents to GitHub:
- http://macruby.org/
- https://github.com/MacRuby/MacRuby/issues
- https://github.com/MacRuby/MacRuby/wiki
Old site is available yet (http://macruby.macosforge.org/).
If you are interested in iOS development on MacRuby,
we could already get it as RubyMotion (http://www.rubymotion.com/) :)
Cheers