logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

gem2tgz - converts Rubygems' .gem file into tarballs

Description

gem2tgz will convert the .gem file GEM into a tarball named TARBALL.  If TARBALL is omitted, gem2tgz will
       try to guess the filename for the tarball by taking GEM and replacing '.gem' with '.tar.gz'.

Name

       gem2tgz - converts Rubygems' .gem file into tarballs

See Also

gem2deb(1)

Synopsis

gem2tgz [OPTIONS] GEMNAME [TARBALL] (to download the gem with gemfetch)

       gem2tgz [OPTIONS] GEMFILE [TARBALL] (to use a local .gem file)

See Also