| LFSトップ | Japanese Only | 2010/02/07 |
RubyGems-1.3.5
はじめに
- ネットワーク接続により各種 gem アダプタをダウンロード、インストールする。Ruby on Rails 環境構築のために必要。
- ネットワークオフラインの場合はあらかじめ gem ファイルの入手を要する。
参考リンク
依存パッケージ
ビルド
- Ruby 1.8.7-p249 (本サイトメモ) をあらかじめビルド。
tar xf <downloadpath>/rubygems-1.3.5.tgz
cd rubygems-1.3.5
ruby setup.rb
RubyGems 1.3.5 installed
=== 1.3.5 / 2009-07-21
Bug fixes:
* Fix use of prerelease gems.
* Gem.bin_path no longer escapes path with spaces. Bug #25935 and #26458.
Deprecation Notices:
* Bulk index update is no longer supported (the code currently remains, but not
the tests)
* Gem::manage_gems was removed in 1.3.3.
* Time::today was removed in 1.3.3.
------------------------------------------------------------------------------
RubyGems installed the following executables:
/usr/bin/gem
確認
gem -h
RubyGems is a sophisticated package manager for Ruby. This is a
basic help message containing pointers to more information.
Usage:
gem -h/--help
gem -v/--version
gem command [arguments...] [options...]
Examples:
gem install rake
gem list --local
gem build package.gemspec
gem help install
Further help:
gem help commands list all 'gem' commands
gem help examples show some examples of usage
gem help platforms show information about platforms
gem help show help on COMMAND
(e.g. 'gem help install')
gem server present a web page at
http://localhost:8808/
with info about installed gems
Further information:
http://rubygems.rubyforge.org
ベース環境
cat /etc/lfs-release
SVN-20100201
|
|
| 松 山 道 夫 Michio Matsuyama |
|