summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndre Arko <andre@arko.net>2015-04-11 02:21:02 -0700
committerAndre Arko <andre@arko.net>2015-04-12 15:41:47 -0700
commit5749adedea810a94dc5c156f0f36247c572ea368 (patch)
treee97f1a6e4f3f92309197e11d5a890ac344b63e4e
parentecf6f38d48b27bb5f88fa6d207f024d9d713de51 (diff)
downloadbundler-5749adedea810a94dc5c156f0f36247c572ea368.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"