repo.or.cz
/
g-gem.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Don't call Gem.configuration= on rubygems-0.8.11
[g-gem.git]
/
g-gem
blob
1de9ff01628f795e1eae89e1b7ae730ccca45c5d
1
#!/usr/bin/env ruby
2
3
require
'g-gem'
4
5
Gem
.
manage_gems
6
# Only with rubygems 0.9.0
7
Gem
.
configuration
=
Gem
::ConfigFile
.
new
({})
if
Gem
.
respond_to
?
'configuration='
# From gem_runner
8
Portage
.
init
# Get base info from portage
9
GGem
.
main