class Gem::Commands::RebuildCommand

def description # :nodoc:

:nodoc:
def description # :nodoc:
  <<-EOF
e rebuild command allows you to (attempt to) reproduce a build of a gem
om a ruby gemspec.
is command assumes the gemspec can be built with the `gem build` command.
 you use any of `gem build`, `rake build`, or`rake release` in the
ild/release process for a gem, it is a potential candidate.
u will need to match the RubyGems version used, since this is included in
e Gem metadata.
 the gem includes lockfiles (e.g. Gemfile.lock) and similar, it will
quire more effort to reproduce a build. For example, it might require
re precisely matched versions of Ruby and/or Bundler to be used.
  EOF
end