pkgs/sources/lib/sources.rb in rubygems-update-0.9.4 vs pkgs/sources/lib/sources.rb in rubygems-update-0.9.5
- old
+ new
@@ -1,6 +1,3 @@
module Gem
- @sources = ["http://gems.rubyforge.org"]
- def self.sources
- @sources
- end
+ @sources = %w[http://gems.rubyforge.org]
end