[MacRuby-devel] MacRuby 0.12 release note

2012-06-11 Thread Watson
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
___
MacRuby-devel mailing list
[email protected]
http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel


Re: [MacRuby-devel] MacRuby 0.12 release note

2012-06-11 Thread Min Soo Kim
Thank you for your efforts, team!
We are behind you from all over the world.

from Seoul Korea,

Min Soo Kim

On Jun 11, 2012, at 6:20 PM, Watson wrote:

> 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
> ___
> MacRuby-devel mailing list
> [email protected]
> http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel

___
MacRuby-devel mailing list
[email protected]
http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel


Re: [MacRuby-devel] MacRuby 0.12 release note

2012-06-11 Thread Geoffrey Roguelon
Hi,

To update a night build version to 0.12, Do I just install version 0.12?

Thanks for this version.

-
Geoffrey Roguelon

Le 11 juin 2012 à 12:20, Min Soo Kim a écrit :

> Thank you for your efforts, team!
> We are behind you from all over the world.
> 
> from Seoul Korea,
> 
> Min Soo Kim
> 
> On Jun 11, 2012, at 6:20 PM, Watson wrote:
> 
>> 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
>> ___
>> MacRuby-devel mailing list
>> [email protected]
>> http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel
> 
> ___
> MacRuby-devel mailing list
> [email protected]
> http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel

___
MacRuby-devel mailing list
[email protected]
http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel


Re: [MacRuby-devel] MacRuby 0.12 release note

2012-06-11 Thread Watson
Hi Geoffrey,

Yeah, you could update to install 0.12 :)


Thanks

2012/6/11 Geoffrey Roguelon :
> Hi,
>
> To update a night build version to 0.12, Do I just install version 0.12?
>
> Thanks for this version.
>
> -
> Geoffrey Roguelon
>
> Le 11 juin 2012 à 12:20, Min Soo Kim a écrit :
>
>> Thank you for your efforts, team!
>> We are behind you from all over the world.
>>
>> from Seoul Korea,
>>
>> Min Soo Kim
>>
>> On Jun 11, 2012, at 6:20 PM, Watson wrote:
>>
>>> 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
>>> ___
>>> MacRuby-devel mailing list
>>> [email protected]
>>> http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel
>>
>> ___
>> MacRuby-devel mailing list
>> [email protected]
>> http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel
>
> ___
> MacRuby-devel mailing list
> [email protected]
> http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel
___
MacRuby-devel mailing list
[email protected]
http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel


Re: [MacRuby-devel] MacRuby 0.12 release note

2012-06-11 Thread Milos & Slavica
Hi Watson & the MacRuby Team,

Thanks for 0.12!

Your work is admired and appreciated.

milos
Norway

On 11 Jun 2012, at 11:20, Watson wrote:

> 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
> ___
> MacRuby-devel mailing list
> [email protected]
> http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel

___
MacRuby-devel mailing list
[email protected]
http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel


Re: [MacRuby-devel] MacRuby 0.12 release note

2012-06-11 Thread Mark Villacampa
Awsome work!

Thank you MacRuby Team!! :)

Sent from my iPhone

On 11/06/2012, at 11:20, Watson  wrote:

> 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
> ___
> MacRuby-devel mailing list
> [email protected]
> http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel
___
MacRuby-devel mailing list
[email protected]
http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel


Re: [MacRuby-devel] Appstore rules on symlinks Macruby

2012-06-11 Thread Rob Ista
Thanks Mark (and the full team for finalizing 0.12 as well :)), I've seen in 
the NB 0.13 that there is a framework that should pass the review (I assume 
that Apple is not complaining against "0.13" in stead of "A"). I already had a 
review pending but i'l give it a try the next time. One question though, the 
existence of the dylib and the symlinks in /lib suggest that there are 
references to them? Is that true or is at the end of the day a Macruby binary 
sufficient? I just opened a ticket for a possible bug of popen3 in 1.9.2 but 
I'll open another ticket for the code signing "materializing" thing. 
keep up the good work, Rob   


On 9 Jun 2012, at 16:00 , [email protected] wrote:

> Send MacRuby-devel mailing list submissions to
>   [email protected]
> 
> To subscribe or unsubscribe via the World Wide Web, visit
>   http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel
> or, via email, send a message with subject or body 'help' to
>   [email protected]
> 
> You can reach the person managing the list at
>   [email protected]
> 
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of MacRuby-devel digest..."
> 
> 
> Today's Topics:
> 
>   1. Re: Appstore rules on symlinks Macruby (Mark Rada)
> 
> 
> --
> 
> Message: 1
> Date: Fri, 8 Jun 2012 21:59:28 -0400
> From: Mark Rada 
> To: "MacRuby development discussions."
>   
> Subject: Re: [MacRuby-devel] Appstore rules on symlinks Macruby
> Message-ID: <[email protected]>
> Content-Type: text/plain; charset="us-ascii"
> 
> Hi Rob,
> 
> Someone else opened a ticket on Github that describes the same problem that 
> you were having (https://github.com/MacRuby/MacRuby/issues/101).
> 
> I've taken a stab at fixing the issue and the nightly build of MacRuby seems 
> to have gotten past this problem. Granted, I did the minimum amount work to 
> get things working. I have not gone through to make sure MacRuby.framework is 
> "by the books", and the symlink materialization problem is something that 
> still needs to be dealt with, but for the time being a stock MacRuby 
> installation should now be passing app store automatic validation.
> 
> Opening tickets on github for some of the things you've outlined here would 
> help out.
> 
> Thanks,
>   Mark
> 
> 
> On 2012-06-04, at 9:08 AM, rob ista wrote:
> 
>> Hi, obviously filing a bug has a broken link now so ...
>> 
>> - Apple indeed wants the Version to be A (or B) so macruby_deploy has to be 
>> changed. All exactly like Apple wants it to.
>> - I personally didn't succeed in doing so, so i decided to leave that to the 
>> pro's and have built a "by-the book ready-to-go" MacRuby-framework including 
>> the Headers and all. Significant detail is that I removed all the .dylibs (I 
>> didn't have seen a malfunction for that thus far) including their symlinks 
>> and only have a MacRuby binary (a copy of the dylib) where it shoud be 
>> including a symlink on top-level because
>> - codesigning "materializes" all symlinks into real binaries. E.g. you'll 
>> end up with 3 fullsize binary dylibs in the /lib folder with an exploded 
>> app-size as a result
>> - that's why you shouldn''t codesign a xyz.framework itself but the real 
>> Version(s) ("A", "B" etc.) because it would "materialize" all symlinks it 
>> can find including the one pointing to the main binary
>> - codesigning .rb files is not necessary anymore, only the .rbo's and the 
>> .bundle's
>> - so, i just deploy an app, remove the macruby framework which was built by 
>> macruby deploy, replace it with my "by-the-book ready-to-go" one, run my 
>> post-compile script which "hacks" the binaries again with the Version (it 
>> should work with Current as well i guess), remove the Header-stuff and 
>> codesigns everything in the right order (first the rbo's etc., then the 
>> framework Version, then the app)
>> - and  no errors or even warnings when uploading to the store. The app 
>> even works and is accepted :) 
>> 
>> Personally i think it's more convenient to have that "ready-to-go"' 
>> framework in the nightly builds and copy it during deployment. Hacking a 
>> framework together is a bit fuzzy and lookes like everything is still in 
>> beta. Well, even if it is, i think we should avoid it :). May be it's then 
>> even possible to avoid having to hack the binaries as well and only codesign 
>> the details before uploading.
>> 
>> cheers, Rob
>> 
>> 
>> On 10 May, 2012,at 04:00 PM, [email protected] 
>> wrote:
>> 
>>> Send MacRuby-devel mailing list submissions to
>>> [email protected]
>>> 
>>> To subscribe or unsubscribe via the World Wide Web, visit
>>> http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel
>>> or, via email, send a message 

Re: [MacRuby-devel] MacRuby 0.12 release note

2012-06-11 Thread Ron Green
Fantastic work MacRuby Team! We all really appreciate the work you've done to 
get MacRuby working with Xcode 4.3. Thank you!

On Jun 11, 2012, at 4:20 AM, Watson wrote:

> 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
> ___
> MacRuby-devel mailing list
> [email protected]
> http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel


---
Ron Green
[email protected]
512-656-2102

___
MacRuby-devel mailing list
[email protected]
http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel