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

Commit

Permalink
When installing remote gems, ensure that we record the files from the…
Browse files Browse the repository at this point in the history
… gem in our environment.
  • Loading branch information
lazyatom committed Aug 16, 2009
1 parent 8457fa3 commit a2aefb3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lib/rip/packages/remote_gem_package.rb
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,10 @@ def unpack!
def dependencies!
actual_package.dependencies
end

def files
actual_package.files
end

def version
local_gem ? actual_package.version : @version
Expand Down

0 comments on commit a2aefb3

Please sign in to comment.