Crate gemfile_downloader

Crate gemfile_downloader 

Source

Modules§

download
Gemのダウンロード処理
gem_version
GemのバージョンをAPIから取得する
parser
Gemfileのテキストをパースします
unpack_gem
.gemのファイルを解凍します
unpack_tar_gz
.tar.gzファイルを解凍します

Structs§

FindGemFileInfo
インストール時に見つかったGemfileの情報
InstallInfo
インストール結果の情報

Functions§

install_from_gemfile_file
Gemfileを読み込み、Gemのインストールを行う
install_from_gemfile_literal
Gemfileの文字列のデータから、Gemのインストールを行う
install_gems
Gemのインストールを行う