summaryrefslogtreecommitdiff
path: root/lib/rubygems/basic_specification.rb
diff options
context:
space:
mode:
-rw-r--r--lib/rubygems/basic_specification.rb14
1 files changed, 12 insertions, 2 deletions
@@ -136,13 +136,13 @@ class Gem::BasicSpecification
##
# The full path to the gem (install path + full name).
def full_gem_path
@full_gem_path ||= find_full_gem_path
end
- alias_method :gem_dir, :full_gem_path
-
##
# Returns the full name (name-version) of this Gem. Platform information
# is included (name-version-platform) if it is specified and not the
@@ -213,6 +213,16 @@ class Gem::BasicSpecification
end
##
# Returns the full path to the gems directory containing this spec's
# gem directory. eg: /usr/local/lib/ruby/1.8/gems