Skip to content
This repository has been archived by the owner on Apr 14, 2021. It is now read-only.

Commit

Permalink
Fixed name conflict with 'rubygems.rb'. Fixes #24
Browse files Browse the repository at this point in the history
  • Loading branch information
ariejan authored and Yehuda Katz committed Feb 7, 2010
1 parent 38619af commit 9fbab6d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion lib/bundler.rb
@@ -1,7 +1,7 @@
require 'fileutils'
require 'pathname'
require 'yaml'
require 'bundler/rubygems'
require 'bundler/rubygems-ext'

module Bundler
VERSION = "0.9.3"
Expand Down
2 changes: 2 additions & 0 deletions lib/bundler/rubygems.rb → lib/bundler/rubygems-ext.rb
@@ -1,5 +1,7 @@
unless defined? Gem
require 'rubygems'
require 'rubygems/specification'
end

module Gem
@loaded_stacks = Hash.new { |h,k| h[k] = [] }
Expand Down

0 comments on commit 9fbab6d

Please sign in to comment.