Skip to content
This repository has been archived by the owner on Apr 14, 2021. It is now read-only.

Commit

Permalink
trying attr_reader because maybe
Browse files Browse the repository at this point in the history
  • Loading branch information
indirect committed Apr 11, 2015
1 parent b7d5d90 commit f4481a7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/bundler/source/path/installer.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit f4481a7

Please sign in to comment.