From f4481a7e3dbaf7f563e32afbe2cbbb84e3091f16 Mon Sep 17 00:00:00 2001 From: Andre Arko Date: Sat, 11 Apr 2015 02:21:02 -0700 Subject: [PATCH] trying attr_reader because maybe --- lib/bundler/source/path/installer.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/bundler/source/path/installer.rb b/lib/bundler/source/path/installer.rb index 28e69875aa4..6f264489fbe 100644 --- a/lib/bundler/source/path/installer.rb +++ b/lib/bundler/source/path/installer.rb @@ -3,6 +3,8 @@ class Source class Path class Installer < Bundler::GemInstaller + attr_reader :spec + def initialize(spec, options = {}) @spec = spec @tmp_bin_dir = "#{Bundler.tmp(spec.full_name)}/bin"