gem2rpm.rb

Path: lib/gem2rpm.rb
Last Update: Thu Jun 30 10:46:19 +0000 2011

Required files

erb   socket   rubygems/format   gem2rpm/distro   gem2rpm/specification   rubygems/remote_installer  

Constants

GEM_VERSION = Gem::Version.create(Gem::RubyGemsVersion)   Adapt to the differences between rubygems < 1.0.0 and after Once we can be reasonably certain that everybody has version >= 1.0.0 all this logic should be killed
HAS_REMOTE_INSTALLER = GEM_VERSION < Gem::Version.create("1.0.0")

[Validate]