最新バージョンをインストールしたい場合には以下からインストールすることになります。
公式サイト:http://www.ruby-lang.org/ja/
ダウンロードサイト:http://www.ruby-lang.org/ja/downloads/
OpenBaseのプラグイン:http://ruby-openbase.rubyforge.org/
念のためインストール済のバージョンを確認しておきます。
Ruby: 1.8.6
Rails:1.2.6
Gems: 0.9.4
OpenBase:0.8.3
環境は
Mac OS X 10.5.1(9B18)
Xcode 3.0
です。
Smile-2:~ guest$ ruby -v
ruby 1.8.6 (2007-09-24 patchlevel 111) [universal-darwin9.0]
Smile-2:~ guest$ gem -v
0.9.4
Smile-2:~ guest$ gem list
*** LOCAL GEMS ***
actionmailer (1.3.6, 1.3.3)
Service layer for easy email delivery and testing.
actionpack (1.13.6, 1.13.3)
Web-flow and rendering framework putting the VC in MVC.
actionwebservice (1.2.6, 1.2.3)
Web service support for Action Pack.
activerecord (1.15.6, 1.15.3)
Implements the ActiveRecord pattern for ORM.
activesupport (1.4.4, 1.4.2)
Support and utility classes used by the Rails framework.
acts_as_ferret (0.4.1)
acts_as_ferret - Ferret based full text search for any ActiveRecord
model
capistrano (2.0.0)
Capistrano is a utility and framework for executing commands in
parallel on multiple remote machines, via SSH.
cgi_multipart_eof_fix (2.2)
Fix an exploitable bug in CGI multipart parsing which affects Ruby
<= 1.8.5 when multipart boundary attribute contains a non-halting
regular expression string.
daemons (1.0.7)
A toolkit to create and control daemons in different ways
dnssd (0.6.0)
DNS Service Discovery (aka Rendezvous) API for Ruby
fastthread (1.0)
Optimized replacement for thread.rb primitives
fcgi (0.8.7)
FastCGI library for Ruby.
ferret (0.11.4)
Ruby indexing library.
gem_plugin (0.2.2)
A plugin system based only on rubygems that uses dependencies only
highline (1.2.9)
HighLine is a high-level command-line IO library.
hpricot (0.6)
a swift, liberal HTML parser with a fantastic library
libxml-ruby (0.3.8.4)
LibXML2 bindings for Ruby
mongrel (1.0.1)
A small fast HTTP library and server that runs Rails, Camping, Nitro
and Iowa apps.
needle (1.3.0)
Needle is a Dependency Injection/Inversion of Control container for
Ruby. It supports both type-2 (setter) and type-3 (constructor)
injection. It takes advantage of the dynamic nature of Ruby to
provide a rich and flexible approach to injecting dependencies.
net-sftp (1.1.0)
Net::SFTP is a pure-Ruby implementation of the SFTP client protocol.
net-ssh (1.1.2)
Net::SSH is a pure-Ruby implementation of the SSH2 client protocol.
openbase (0.8.3)
Provides access to OpenBase databases from Ruby.
rails (1.2.6, 1.2.3)
Web-application framework with template engine, control-flow layer,
and ORM.
rake (0.7.3)
Ruby based make-like utility.
RedCloth (3.0.4)
RedCloth is a module for using Textile and Markdown in Ruby. Textile
and Markdown are text formats. A very simple text format. Another
stab at making readable text that can be converted to HTML.
ruby-openid (1.1.4)
A library for consuming and serving OpenID identities.
ruby-yadis (0.3.4)
A library for performing Yadis service discovery
rubynode (0.1.3)
RubyNode is a library that allows read only access to Ruby's
internal NODE structure.
sources (0.0.1)
This package provides download sources for remote gem installation
sqlite3-ruby (1.2.1)
SQLite3/Ruby is a module to allow Ruby scripts to interface with a
SQLite3 database.
termios (0.9.4)
Termios module are simple wrapper for termios(3). It can be included
into IO-family classes and can extend IO-family objects. In
addition, the methods can use as module function.
Smile-2:~ guest$ rails -v
Rails 1.2.6
Smile-2:~ guest$
【関連する記事】