60件ヒット
[1-60件を表示]
(0.125秒)
検索結果
先頭5件
-
Gem
:: Specification # author=(name) (21200.0) -
作成者の名前をセットします。
作成者の名前をセットします。 -
RSS
:: Rss :: Channel :: Item # author= (18101.0) -
@todo
@todo -
RSS
:: Maker :: ItemsBase :: ItemBase # author=() (18100.0) -
@todo
@todo -
rubygems (6012.0)
-
RubyGems を扱うためのクラスやモジュールが定義されているライブラリです。
...RubyGems を扱うためのクラスやモジュールが定義されているライブラリです。
===[a:gem_command] gem コマンドの使い方
$ gem help
RubyGems は Ruby のための高機能なパッケージ管理ツールです。
これはより多くの情報へのポ......gem -h/--help
gem -v/--version
gem command [arguments...] [options...]
例:
gem install rake
gem list --local
gem build package.gemspec
gem help install
さらにヘルプ:
gem help commands 全ての 'gem' コ......Rakefile にタスクを追加することもできます。
//emlist[gemspec][ruby]{
require 'rake/gempackagetask'
PKG_FILES = FileList[
'lib/hello.rb',
'spec/*'
]
spec = Gem::Specification.new do |s|
s.name = 'hello'
s.version = '0.0.1'
s.author = 'Hello... -
RSS
:: Rss :: Channel :: Item # author (3001.0) -
@todo
@todo