components/ruby/ruby-19/Solaris/gem.1-generic
changeset 3964 10ed4d01fd40
parent 1851 2adf57930fd6
--- a/components/ruby/ruby-19/Solaris/gem.1-generic	Mon Mar 16 15:51:34 2015 -0700
+++ b/components/ruby/ruby-19/Solaris/gem.1-generic	Tue Mar 17 16:05:33 2015 -0700
@@ -20,11 +20,11 @@
 .\"
 .\" CDDL HEADER END
 .\"
-.\" Copyright (c) 2009, 2014, Oracle and/or its affiliates. All rights reserved.
+.\" Copyright (c) 2009, 2015, Oracle and/or its affiliates. All rights reserved.
 .\"
 .\" gem.1
 .\"
-.TH gem 1 "23 April 2014"  "" ""
+.TH gem 1 "5 March 2015"  "" ""
 .SH NAME
 gem  \-\-  Command-line interface to RubyGems
 .SH SYNOPSIS
@@ -213,16 +213,6 @@
 .sp
 .ne 2
 .mk
-\fBmirror\fP
-.in +16n
-.rt
-Mirror a gem repository
-.sp
-.sp 1
-.in -16n
-.sp
-.ne 2
-.mk
 \fBoutdated\fP
 .in +16n
 .rt
@@ -233,6 +223,16 @@
 .sp
 .ne 2
 .mk
+\fBowner\fP
+.in +16n
+.rt
+Manage gem owners on RubyGems.org
+.sp
+.sp 1
+.in -16n
+.sp
+.ne 2
+.mk
 \fBpristine\fP
 .in +16n
 .rt
@@ -243,6 +243,16 @@
 .sp
 .ne 2
 .mk
+\fBpush\fP
+.in +16n
+.rt
+Push a gem up to RubyGems.org
+.sp
+.sp 1
+.in -16n
+.sp
+.ne 2
+.mk
 \fBquery\fP
 .in +16n
 .rt
@@ -466,13 +476,17 @@
 .PP
 .TP
 /usr/ruby/RUBY_VER/lib/ruby/gems/RUBY_LIB_VER
-Contains the Rubygems repository. Configure the GEM_HOME environment variable to point to /usr/ruby/RUBY_VER/lib/ruby/gems/RUBY_LIB_VER as the installation of Rubygems repository.
+Default installation location for Ruby gems
 .PP
 .TP
 ~/.gem/ruby/RUBY_LIB_VER
 Per user location to install gems. This is automatically added to GEM_PATH.
 .PP
 .TP
+/usr/ruby/RUBY_VER/lib/ruby/vendor_ruby/gems/RUBY_LIB_VER
+Location of gems installed by Solaris packages.
+.PP
+.TP
 ~/.gem/ruby/RUBY_LIB_VER/bin
 Per user location for gem executables.
 .PP