@@ -11,10 +11,15 @@ Rubinius runs on Mac OS X and many Unix/Linux operating systems. Microsoft
11
11
Windows is not yet supported.
12
12
13
13
14
- 2. The Ruby Programming Language
14
+ 2. Code of Conduct
15
+
16
+ Participation in the Rubinius project is governed by the Rubinius Code of
17
+ Conduct. See http://rubinius.com/code-of-conduct/
18
+
19
+ 3. The Ruby Programming Language
15
20
16
21
Many popular Ruby applications, like Rails, run on Rubinius, which aims to be
17
- compatible with Ruby version 2.1 .
22
+ compatible with Ruby version 2.2 .
18
23
19
24
Rubinius includes a Ruby parser, Ruby bytecode compiler, Ruby core library,
20
25
and C-API compatibility for native C extensions. The Ruby core library is
@@ -33,13 +38,13 @@ The following Ruby features are not supported on Rubinius:
33
38
* $SAFE levels
34
39
35
40
36
- 3 . License
41
+ 4 . License
37
42
38
43
Rubinius uses the MPL-2.0 license. See LICENSE for details. Contributions made
39
44
prior to January 3rd, 2016 are licensed under the old BSD 3-clause license. A
40
45
copy of this license can be found in the file "BSD_LICENSE".
41
46
42
- 4 . Installing Rubinius from Source
47
+ 5 . Installing Rubinius from Source
43
48
44
49
To install Rubinius, use the following steps:
45
50
@@ -56,21 +61,21 @@ information see http://rubinius.com/doc/en/getting-started/requirements/
56
61
and http://rubinius.com/doc/en/getting-started/building/.
57
62
58
63
59
- 5 . Using RubyGems
64
+ 6 . Using RubyGems
60
65
61
66
Rubinius comes with RubyGems built-in. To install a gem, run the following:
62
67
63
68
$ rbx -S gem install <gem_name>
64
69
65
70
66
- 6 . Documentation
71
+ 7 . Documentation
67
72
68
73
The Rubinius documentation is available at the Rubinius website:
69
74
70
75
http://rubinius.com
71
76
72
77
73
- 7 . Issues & Support
78
+ 8 . Issues & Support
74
79
75
80
Please file tickets for bugs or problems. The issue tracker is:
76
81
@@ -81,7 +86,7 @@ For additional help, visit the Rubinius Gitter chat room:
81
86
https://gitter.im/rubinius/rubinius
82
87
83
88
84
- 8 . Contributing
89
+ 9 . Contributing
85
90
86
91
The Rubinius team welcomes contributions. For more information, read the
87
92
CONTRIBUTING file in the root directory of Rubinius.
0 commit comments