Sha256: 14e7919cc5713216430bb9430dd5aa0d4c3f248efaf8bb4e5bd500c0137be934

Contents?: true

Size: 345 Bytes

Versions: 2

Compression:

Stored size: 345 Bytes

Contents

#!/usr/bin/env ruby

require 'rubygems'
Gem.manage_gems

# We need to preserve the original ARGV to use for passing gem options
# to source gems.  If there is a -- in the line, strip all options after
# it...its for the source building process.
args = !ARGV.include?("--") ? ARGV.clone : ARGV[0...ARGV.index("--")]

Gem::GemRunner.new.run(args)

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
rubygems-update-0.8.4 bin/gem
rubygems-update-0.8.3 bin/gem