別のキーワード
ライブラリ
- drb (24)
-
drb
/ acl (24) - fileutils (36)
-
irb
/ extend-command (48) - mkmf (36)
- rbconfig (12)
-
rubygems
/ commands / install _ command (12) -
rubygems
/ commands / uninstall _ command (12) -
rubygems
/ commands / update _ command (12) -
rubygems
/ dependency _ installer (108) -
rubygems
/ doc _ manager (48) -
rubygems
/ exceptions (36) -
rubygems
/ ext / builder (12) -
rubygems
/ indexer (12) -
rubygems
/ installer (324) -
rubygems
/ remote _ fetcher (12) -
rubygems
/ source _ index (24) -
rubygems
/ specification (36) -
rubygems
/ uninstaller (156) - shell (6)
-
shell
/ command-processor (12) - un (24)
クラス
- ACL (12)
-
Gem
:: Commands :: UpdateCommand (12) -
Gem
:: DependencyInstaller (96) -
Gem
:: DocManager (48) -
Gem
:: Ext :: Builder (12) -
Gem
:: Indexer (12) -
Gem
:: Installer (300) -
Gem
:: RemoteFetcher (12) -
Gem
:: SourceIndex (24) -
Gem
:: Specification (36) -
Gem
:: Uninstaller (144) - Shell (6)
-
Shell
:: CommandProcessor (12)
モジュール
- DRb (24)
- FileUtils (36)
-
Gem
:: InstallUpdateOptions (24) -
IRB
:: ContextExtender (12) -
IRB
:: ExtendCommandBundle (36) - Kernel (60)
- RbConfig (12)
キーワード
- ACL (12)
-
DEFAULT
_ OPTIONS (12) - DESTDIR (12)
- DependencyInstaller (12)
- ExtensionBuildError (12)
- InstallCommand (12)
- InstallError (12)
- InstallUpdateOptions (12)
- Installer (12)
- ReFe (12)
- RemoteInstallationCancelled (12)
- RemoteInstallationSkipped (12)
- UninstallCommand (12)
- Uninstaller (12)
-
app
_ script _ text (12) -
ask
_ if _ ok (12) -
bin
_ dir (24) -
build
_ extensions (12) -
collect
_ method (12) - commands (12)
-
create
_ makefile (12) -
dependencies
_ ok? (12) - download (12)
-
drb
/ gw (12) -
ensure
_ dependency (12) -
exec
_ format (12) -
exec
_ format= (12) -
extract
_ files (12) -
find
_ gems _ with _ sources (12) -
find
_ spec _ by _ name _ and _ version (12) -
formatted
_ program _ filename (12) -
from
_ installed _ gems (12) -
gather
_ dependencies (12) -
gem
_ home (24) -
gems
_ to _ install (12) -
generate
_ bin (12) -
generate
_ bin _ script (12) -
generate
_ bin _ symlink (12) -
generate
_ windows _ script (12) -
home
_ install _ warning (12) -
home
_ install _ warning= (12) -
install
_ acl (12) -
install
_ alias _ method (12) -
install
_ builtin _ commands (6) -
install
_ extend _ commands (24) -
install
_ files (12) -
install
_ id _ conv (12) -
install
_ indices (10) -
install
_ indicies (2) -
install
_ list (12) -
install
_ rb (12) -
install
_ rdoc (12) -
install
_ ri (12) -
install
_ system _ commands (12) -
install
_ update _ defaults _ str (12) -
installation
_ path (12) -
installation
_ satisfies _ dependency? (12) -
installed
_ gems (12) -
installed
_ spec _ directories (12) -
irb
/ completion (12) -
irb
_ original _ method _ name (12) - make (12)
- mkmf (24)
- new (36)
-
path
_ ok? (12) -
path
_ warning (12) -
path
_ warning= (12) -
rdoc
_ installed? (12) - remove (12)
-
remove
_ all (12) -
remove
_ executables (12) -
ruby 1
. 8 . 4 feature (12) - rubygems (12)
-
rubygems
/ commands / install _ command (12) -
rubygems
/ commands / pristine _ command (12) -
rubygems
/ commands / server _ command (12) -
rubygems
/ commands / uninstall _ command (12) -
rubygems
/ dependency _ installer (12) -
rubygems
/ installer (12) -
rubygems
/ security (12) -
rubygems
/ uninstaller (12) - shebang (12)
- spec (24)
- un (12)
- uninstall (12)
-
uninstall
_ doc (12) -
uninstall
_ gem (12) - unpack (12)
-
which
_ to _ update (12) -
windows
_ stub _ script (12) -
write
_ spec (12)
検索結果
先頭5件
-
Gem
:: DependencyInstaller # install(dep _ or _ name , version = Gem :: Requirement . default) -> Array (21101.0) -
指定された Gem とその依存する Gem を全てインストールします。
指定された Gem とその依存する Gem を全てインストールします。
@param dep_or_name Gem の名前か Gem::Dependency のインスタンスを指定します。
@param version バージョンに関する条件を指定します。
@return このメソッドでインストールした Gem のリストを返します。 -
Gem
:: Installer # install -> Gem :: Specification (21101.0) -
Gem をインストールします。
...します。
@raise Gem::InstallError 要求された Ruby のバージョンを満たしていない場合に発生します。
@raise Gem::InstallError 要求された RubyGems のバージョンを満たしていない場合に発生します。
@raise Gem::InstallError Zlib::GzipFile::Error... -
FileUtils
. # install(src , dest , options = {}) -> () (18113.0) -
src と dest の内容が違うときだけ src を dest にコピーします。
...m options :preserve, :noop, :verbose, :mode が指定できます。
c:FileUtils#options
//emlist[][ruby]{
require 'fileutils'
FileUtils.install('ruby', '/usr/local/bin/ruby', mode: 0755, verbose: true)
FileUtils.install('lib.rb', '/usr/local/lib/ruby/site_ruby', verbose: true)
//}......rve, :noop, :verbose, :mode, :owner, :group が指定できます。
c:FileUtils#options
//emlist[][ruby]{
require 'fileutils'
FileUtils.install('ruby', '/usr/local/bin/ruby', mode: 0755, verbose: true)
FileUtils.install('lib.rb', '/usr/local/lib/ruby/site_ruby', verbose: true)
//}... -
Kernel
# install -> () (18113.0) -
ファイルをコピーし、その属性を設定します。
...性を設定します。
ruby -run -e install -- [OPTION] SOURCE DEST
-p ファイルのアクセス時刻と修正時刻を保持します。
-m chmod と同じようにファイルのパーミッションを設定します。
-v 詳細表示
@see install(1)... -
Gem
:: InstallUpdateOptions # install _ update _ defaults _ str -> String (9117.0) -
Gem コマンドの install サブコマンドに渡されるデフォルトのオプションを返します。
...Gem コマンドの install サブコマンドに渡されるデフォルトのオプションを返します。
デフォルトのオプションは以下の通りです。
--rdoc --no-force --no-test --wrappers... -
Gem
:: DependencyInstaller # installed _ gems -> Array (9116.0) -
Gem::DependencyInstaller#install でインストールされた Gem のリストを返します。
...Gem::DependencyInstaller#install でインストールされた Gem のリストを返します。... -
Gem
:: DependencyInstaller # gems _ to _ install -> Array (9101.0) -
依存関係によりインストールされる予定の Gem のリストを返します。
依存関係によりインストールされる予定の Gem のリストを返します。 -
Gem
:: InstallUpdateOptions # add _ install _ update _ options (9101.0) -
インストールとアップデートに関するオプションを追加します。
インストールとアップデートに関するオプションを追加します。 -
Gem
:: Installer . home _ install _ warning -> bool (9101.0) -
この値が真の場合、ホームディレクトリに Gem をインストールしようとすると警告を表示します。
この値が真の場合、ホームディレクトリに Gem をインストールしようとすると警告を表示します。