summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndre Arko <andre@arko.net>2015-04-11 02:21:02 -0700
committerTim Moore <tmoore@incrementalism.net>2015-04-25 12:04:21 +1000
commita0c90cd53a436b1856c8bcfbdaa44997870e4488 (patch)
tree5ec6557955d211f82556151ba7c937449f6a50a1
parent1d7ab322984a601557953a1a236d57d3f471cc97 (diff)
downloadbundler-a0c90cd53a436b1856c8bcfbdaa44997870e4488.tar.gz
trying attr_reader because maybe
-rw-r--r--lib/bundler/source/path/installer.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/bundler/source/path/installer.rb b/lib/bundler/source/path/installer.rb
index 28e69875aa..6f264489fb 100644
--- a/lib/bundler/source/path/installer.rb
+++ b/lib/bundler/source/path/installer.rb
@@ -3,6 +3,8 @@ module Bundler
class Path
class Installer < Bundler::GemInstaller
+ attr_reader :spec
+
def initialize(spec, options = {})
@spec = spec
@tmp_bin_dir = "#{Bundler.tmp(spec.full_name)}/bin"