From 28784ce1892f9eae06aa1b8485c162556d88f9a9 Mon Sep 17 00:00:00 2001 From: havenwood Date: Mon, 1 Apr 2013 22:49:09 -0700 Subject: [PATCH] initial commit --- doc/man/ruby-install.1.md | 80 +++++++++++++++++++++++++++++++++ share/man/man1/ruby-install.1 | 83 +++++++++++++++++++++++++++++++++++ 2 files changed, 163 insertions(+) create mode 100644 doc/man/ruby-install.1.md create mode 100644 share/man/man1/ruby-install.1 diff --git a/doc/man/ruby-install.1.md b/doc/man/ruby-install.1.md new file mode 100644 index 00000000..7f873f55 --- /dev/null +++ b/doc/man/ruby-install.1.md @@ -0,0 +1,80 @@ +# ruby-install(1) -- Installs Ruby, JRuby or Rubinius. + +## SYNOPSIS + +`ruby-install` RUBY [VERSION] -- CONFIGURE_OPTS + +## ARGUMENTS + +*RUBY* + Install Ruby by name. + +*VERSION* + Optionally select the version of selected Ruby. + +*CONFIGURE_OPTS* + Additional optional configure arguements. + +## OPTIONS + +`-h`, `--help` + Prints a synopsis of ruby-install usage. + +`-v`, `--version` + Prints the current ruby-install version. + +`--src-dir DIR` + Specifies the directory for downloading and unpacking Ruby source. + +`--install-dir DIR` + Specifies the dirctory where Ruby will be installed. + +`--patch FILE` + Specifies any additional patches to apply. + +`--skip-sync` + Skips syncing of package manager updates. + +`--skip-dependencies` + Skips installation of Ruby dependencies (implies `--skip-sync`). + +`--skip-verify` + Skips verification of downloaded Ruby MD5 sums. + +## DESCRIPTION +Installs Ruby, JRuby or Rubinius. + +[https://github.com/postmodern/ruby-install#readme](https://github.com/postmodern/ruby-install#readme) + +## EXAMPLES + +Install the current stable version of Ruby: + $ ruby-install ruby + +Install a specific version of Ruby: + $ ruby-install ruby 1.9.3-p395 + +##FILES + +*/usr/local/src* + Default root user source directory. + +*~/src* + Default non-root user source directory. + +*/usr/local* + Default root user installation directory. + +*~/.local* + Default non-root user installation directory. + +##ENVIRONMENT + +*RUBY_INSTALL_VERSION* + Curennt version of ruby-install. + +##AUTHOR +Postmodern [postmodern.mod3\@gmail.com](mailto:postmodern.mod3\@gmail.com). + +##SEE ALSO +ruby(1), gem(1), chruby(1), chruby-exec(1) diff --git a/share/man/man1/ruby-install.1 b/share/man/man1/ruby-install.1 new file mode 100644 index 00000000..4b535696 --- /dev/null +++ b/share/man/man1/ruby-install.1 @@ -0,0 +1,83 @@ +.TH +.BR ruby-install (1) +\-\- Installs Ruby, JRuby or Rubinius. +.SH SYNOPSIS +.PP +\fB\fCruby-install\fR RUBY [VERSION] \-\- CONFIGURE_OPTS +.SH ARGUMENTS +.PP +\fIRUBY\fP + Install Ruby by name. +.PP +\fIVERSION\fP + Optionally select the version of selected Ruby. +.PP +\fICONFIGURE_OPTS\fP + Additional optional configure arguements. +.SH OPTIONS +.PP +\fB\fC-h\fR, \fB\fC--help\fR + Prints a synopsis of ruby\-install usage. +.PP +\fB\fC-v\fR, \fB\fC--version\fR + Prints the current ruby\-install version. +.PP +\fB\fC--src-dir DIR\fR + Specifies the directory for downloading and unpacking Ruby source. +.PP +\fB\fC--install-dir DIR\fR + Specifies the dirctory where Ruby will be installed. +.PP +\fB\fC--patch FILE\fR + Specifies any additional patches to apply. +.PP +\fB\fC--skip-sync\fR + Skips syncing of package manager updates. +.PP +\fB\fC--skip-dependencies\fR + Skips installation of Ruby dependencies (implies \fB\fC--skip-sync\fR). +.PP +\fB\fC--skip-verify\fR + Skips verification of downloaded Ruby MD5 sums. +.SH DESCRIPTION +.PP +Installs Ruby, JRuby or Rubinius. +.PP +https://github.com/postmodern/ruby\-install#readme +.UR https://github.com/postmodern/ruby-install#readme +.UE +.SH EXAMPLES +.PP +Install the current stable version of Ruby: + $ ruby\-install ruby +.PP +Install a specific version of Ruby: + $ ruby\-install ruby 1.9.3\-p395 +.SH FILES +.PP +\fI/usr/local/src\fP + Default root user source directory. +.PP +\fI~/src\fP + Default non\-root user source directory. +.PP +\fI/usr/local\fP + Default root user installation directory. +.PP +\fI~/.local\fP + Default non\-root user installation directory. +.SH ENVIRONMENT +.PP +\fIRUBY\fIINSTALL\fPVERSION\fP + Curennt version of ruby\-install. +.SH AUTHOR +.PP +Postmodern postmodern.mod3\@gmail.com +.MT postmodern.mod3@gmail.com +.ME . +.SH SEE ALSO +.PP +.BR ruby (1), +.BR gem (1), +.BR chruby (1), +.BR chruby-exec (1) \ No newline at end of file