[macruby-changes] [5301] MacRubyWebsite/trunk/content

source_changes at macosforge.org source_changes at macosforge.org
Wed Mar 23 17:18:48 PDT 2011


Revision: 5301
          http://trac.macosforge.org/projects/ruby/changeset/5301
Author:   lsansonetti at apple.com
Date:     2011-03-23 17:18:47 -0700 (Wed, 23 Mar 2011)
Log Message:
-----------
update for 0.10

Modified Paths:
--------------
    MacRubyWebsite/trunk/content/_header.txt
    MacRubyWebsite/trunk/content/downloads.txt
    MacRubyWebsite/trunk/content/source.txt

Added Paths:
-----------
    MacRubyWebsite/trunk/content/blog/2011/03/
    MacRubyWebsite/trunk/content/blog/2011/03/23/
    MacRubyWebsite/trunk/content/blog/2011/03/23/macruby010
    MacRubyWebsite/trunk/content/blog/2011/03/index.txt

Modified: MacRubyWebsite/trunk/content/_header.txt
===================================================================
--- MacRubyWebsite/trunk/content/_header.txt	2011-03-23 22:57:26 UTC (rev 5300)
+++ MacRubyWebsite/trunk/content/_header.txt	2011-03-24 00:18:47 UTC (rev 5301)
@@ -2,7 +2,7 @@
 filter: erb
 ---
 <div id="current_version">
-  Current Version: 0.9
+  Current Version: 0.10
 </div>
 <div id="logo">
   <a href="/"><img src="/images/macruby_logo.png" alt="MacRuby" id="logo" /></a>

Added: MacRubyWebsite/trunk/content/blog/2011/03/23/macruby010
===================================================================
--- MacRubyWebsite/trunk/content/blog/2011/03/23/macruby010	                        (rev 0)
+++ MacRubyWebsite/trunk/content/blog/2011/03/23/macruby010	2011-03-24 00:18:47 UTC (rev 5301)
@@ -0,0 +1,29 @@
+--- 
+title:      MacRuby 0.10
+created_at: 2011-03-23 16:38:43.236240 -07:00
+blog_post:  true
+layout:     blog_entry
+author:     lrz
+filter:
+  - erb
+  - textile
+--- 
+<% @page[:excerpt] = capture_erb do %>
+We are glad to announce the release of MacRuby 0.10, after just a few weeks of development since the last release.
+<% end %>
+<%= RedCloth.new(@page.excerpt).to_html %>
+
+This release brings support for new MacBook Pro hardware (Sandy Bridge processors), App Store submission fixes, and Xcode4 integration. Users of MacRuby are encouraged to upgrade.
+
+You can download it from "here":http://www.macruby.org/files/MacRuby%200.10.zip. Please note that this package only works on Intel 64-bit machines running Snow Leopard (10.6) or later. Older Mac OS X versions are no longer supported. Intel 32-bit machines can be supported by manually building MacRuby from the sources.
+
+Please give it a try and "let us know":/contact-us.html of any problems you find!
+
+The "release notes":http://lists.macosforge.org/pipermail/macruby-devel/2011-March/007390.html are available.
+
+h3. Converging for 1.0
+
+We are currently converting towards a first stable release of MacRuby, 1.0. We intend to deliver frequent releases until we reach that goal.
+
+We do not expect further releases to include significant features, as we are now focusing on stability and compatibility issues.
+

Added: MacRubyWebsite/trunk/content/blog/2011/03/index.txt
===================================================================
--- MacRubyWebsite/trunk/content/blog/2011/03/index.txt	                        (rev 0)
+++ MacRubyWebsite/trunk/content/blog/2011/03/index.txt	2011-03-24 00:18:47 UTC (rev 5301)
@@ -0,0 +1,22 @@
+---
+title:      03
+created_at: 2011-03-23 16:38:43.233687 -07:00
+filter:     erb
+dirty:      true
+---
+<h2><%= h(@page.title) %></h2>
+
+<%
+  articles = @pages.find(:all, :in_directory => @page.dir, :recursive => true,
+      :sort_by => "created_at", :reverse => true, :blog_post => true)
+  articles.delete(@page)
+  paginate(articles, 10) do |page|
+-%>
+<div class="article">
+  <h1><%= link_to_page(page) %><span class="date">(<%= page.created_at.strftime('%Y-%m-%d') %>)</span></h1>
+
+  <div class="body">
+    <%= render(page) %>
+  </div>
+</div>
+<% end -%>

Modified: MacRubyWebsite/trunk/content/downloads.txt
===================================================================
--- MacRubyWebsite/trunk/content/downloads.txt	2011-03-23 22:57:26 UTC (rev 5300)
+++ MacRubyWebsite/trunk/content/downloads.txt	2011-03-24 00:18:47 UTC (rev 5301)
@@ -10,15 +10,15 @@
 h2. Latest Stable Release
 
 <p>
-You can download <a href="http://www.macruby.org/files/MacRuby%200.9.zip">MacRuby 0.9</a> as a standalone binary installer.
-<em>Note: this release will only work on Intel machines running Snow Leopard (10.6) or higher.</em>
+You can download <a href="http://www.macruby.org/files/MacRuby%200.10.zip">MacRuby 0.10</a> as a standalone binary installer.
+<em>Note: this release will only work on Intel 64-bit machines running Snow Leopard (10.6) or higher.</em>
 </p>
 
 h2. Nightly builds
 
 <p>
 You can download one of MacRuby's development branch <a href="http://www.macruby.org/files/nightlies">nightly builds</a>, which also come as standalone binaries. Please note that these builds are development versions of MacRuby and might perhaps be unstable.
-<em>Note: these builds only work on Intel machines running on Snow Leopard (10.6) or higher.</em>
+<em>Note: these builds only work on Intel 64-bit machines running on Snow Leopard (10.6) or higher.</em>
 </p>
 
 h2. Source

Modified: MacRubyWebsite/trunk/content/source.txt
===================================================================
--- MacRubyWebsite/trunk/content/source.txt	2011-03-23 22:57:26 UTC (rev 5300)
+++ MacRubyWebsite/trunk/content/source.txt	2011-03-24 00:18:47 UTC (rev 5301)
@@ -18,7 +18,7 @@
 If you want to grab the sources of a specific release, look into the tags directory. For example, to grab the sources of the latest release:
 
 <pre class="commands">
-$ svn co http://svn.macosforge.org/repository/ruby/MacRuby/tags/0.9 MacRuby-0.9
+$ svn co http://svn.macosforge.org/repository/ruby/MacRuby/tags/0.10 MacRuby-0.10
 </pre>
 
 For building instructions, please refer to README.rdoc file, but the basic build instructions are:
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macruby-changes/attachments/20110323/b6844038/attachment.html>


More information about the macruby-changes mailing list