aboutsummaryrefslogtreecommitdiffstats
path: root/lib/rubygems/specification.rb
diff options
context:
space:
mode:
authordrbrain <drbrain@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-10-17 02:08:53 +0000
committerdrbrain <drbrain@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-10-17 02:08:53 +0000
commita35798450864ee9515e1742627fb592a40c0c44a (patch)
tree0692694d9abf1c1d4832a984a8f8a2b708b1874a /lib/rubygems/specification.rb
parent6944271c0d18336376f63b3dda442a18202a4c1b (diff)
downloadruby-a35798450864ee9515e1742627fb592a40c0c44a.tar.gz
* lib/rubygems: Update to RubyGems master 941c21a. Changes:
Restored method bundler wants to remove for compatibility. Improvements to Gemfile compatibility. * test/rubygems: ditto. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@43323 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'lib/rubygems/specification.rb')
-rw-r--r--lib/rubygems/specification.rb7
1 files changed, 7 insertions, 0 deletions
diff --git a/lib/rubygems/specification.rb b/lib/rubygems/specification.rb
index f63f6282d3..21119b901a 100644
--- a/lib/rubygems/specification.rb
+++ b/lib/rubygems/specification.rb
@@ -1721,6 +1721,13 @@ class Gem::Specification < Gem::BasicSpecification
end
##
+ # Work around bundler removing my methods
+
+ def gem_dir # :nodoc:
+ super
+ end
+
+ ##
# Deprecated and ignored, defaults to true.
#
# Formerly used to indicate this gem was RDoc-capable.