diff options
author | Rafal Chmiel <hi@rafalchmiel.com> | 2014-07-07 21:50:27 +0100 |
---|---|---|
committer | Rafal Chmiel <hi@rafalchmiel.com> | 2014-07-07 21:50:27 +0100 |
commit | aa89d993ed63e3ab0691828481fb2b0b0416e9a0 (patch) | |
tree | a95c7f91e335517c2dd45acd87a5e2d3ff0dc0db /ruby-ecosystem.html.markdown | |
parent | 73128555323a3339e2502abfb6a1bc9829fcd10d (diff) |
[ruby-ecosystem/en] 'ruby' -> 'Ruby' (cont. cont.)
Diffstat (limited to 'ruby-ecosystem.html.markdown')
-rw-r--r-- | ruby-ecosystem.html.markdown | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ruby-ecosystem.html.markdown b/ruby-ecosystem.html.markdown index 56b293b7..8b292edd 100644 --- a/ruby-ecosystem.html.markdown +++ b/ruby-ecosystem.html.markdown @@ -82,7 +82,7 @@ development. Less mature/compatible: * [Topaz](http://topazruby.com/) - Written in RPython (using the PyPy toolchain), Topaz is fairly young - and not yet compatible. It shows promise to be a high-performance ruby + and not yet compatible. It shows promise to be a high-performance Ruby implementation. * [IronRuby](http://ironruby.net/) - Written in C# targeting the .NET platform, work on IronRuby seems to have stopped since Microsoft pulled their support. @@ -100,8 +100,8 @@ Ruby to test their implementations' compatibility with MRI. ## RubyGems -[RubyGems](http://rubygems.org/) is a community-run package manager for ruby. -RubyGems ships with ruby, so there is no need to download it separately. +[RubyGems](http://rubygems.org/) is a community-run package manager for Ruby. +RubyGems ships with Ruby, so there is no need to download it separately. Ruby packages are called "gems," and they can be hosted by the community at RubyGems.org. Each gem contains its source code and some metadata, including |