evanphx / rubinius

Rubinius, the Ruby VM

rubinius / download.html
100644 77 lines (58 sloc) 3.351 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html lang='en-us' xmlns='http://www.w3.org/1999/xhtml'>
<head>
<title>Rubinius - Download</title>
<link href="screen.css" media="screen" rel="stylesheet" type="text/css" />
</head>
 
<body>
<div id="container">
 
  <div id="header">
    <div id="nav">
      <div id="nav-items">
        <a href="index.html">Home</a><span class="separator">
        | </span><a href="roadmap.html">Roadmap</a><span class="separator">
        | </span><a href="community.html">Community</a><span class="separator">
        | </span><a href="contribute.html">Contribute</a><span class="separator">
        | </span><a href="documentation.html">Documentation</a><span class="separator">
        | </span><strong>Download</strong><span class="separator">
      </div>
    </div>
    <div id="branding">
      <div id="site-title">Rubinius</div>
 
<div id="site-subtitle">Use Ruby &#8482;</div>
 
<div id="site-download"><a href="http://github.com/evanphx/rubinius/tree/master"><img src="http://74.217.48.135/assets/2/down_24.png" alt="download git" /> Download with git</a></div>
    </div>
  </div>
 
  <div id="content">
    <h1>Releases</h1>
 
    <p>
      Official release <b>0.12</b> was made available on October 6th, 2009.
      This is a development snapshot release, but we encourange you to try it
      out in any enviroments you currently use ruby.</p>
 
    <p>
      <a href="http://asset.rubini.us/rubinius-0.12-20091006.tar.gz">Download 0.12</a>
      </p>
 
<h2>Development</h2>
 
 
<p>We are currently releasing a daily snapshot of the git repository.</p>
 
 
<p>Download the <a href="http://github.com/evanphx/rubinius/tree/master">current code from GitHub</a>. If you intend to fix bugs or submit other patches, you will need to use git. See the <a href="contribute.html">Contribute page</a> for details.</p>
 
 
<p>For more information, refer to the following pages:</p>
 
 
<ul>
<li><a href="http://github.com/evanphx/rubinius/blob/master/doc/faq.txt"><span class="caps">FAQ</span></a></li>
<li><a href="http://github.com/evanphx/rubinius/blob/master/doc/getting_started.txt">Getting Started</a></li>
<li><a href="http://github.com/evanphx/rubinius/blob/master/doc/rubinius_specs.txt">The Rubinius Specs</a></li>
<li><a href="http://github.com/evanphx/rubinius/blob/master/doc/howto/write_a_ruby_spec.txt">How To Write a Ruby Spec</a></li>
<li><a href="http://github.com/evanphx/rubinius/blob/master/doc/howto/write_a_rubinius_spec.txt">How To Write a Rubinius Spec</a></li>
<li><a href="http://github.com/evanphx/rubinius/blob/master/doc/howto/fix_a_failing_spec.txt">How To Fix a Failing Spec</a></li>
<li><a href="http://github.com/evanphx/rubinius/blob/master/doc/howto/write_a_ticket.txt">How To Write a Ticket</a></li>
</ul>
  </div>
 
  <div id="footer">
    <ul>
  <li>Copyright &copy; 2007-2009 <a href="http://blog.fallingsnow.net/">Evan Phoenix</a>.</li>
  <li>Distributed under the <a href="http://en.wikipedia.org/wiki/BSD_license#Terms">BSD license</a>.</li>
  <li class="align-right"><a href="http://www.engineyard.com"><img src="assets/4/engineyardproject_logo.png" alt='Engine Yard Project' /></a></li>
</ul>
  </div>
 
</div>
</body>
</html>