Skip to content

Commit

Permalink
don't memoize actual_package in HTTPPackage. closes defunkt#33
Browse files Browse the repository at this point in the history
  • Loading branch information
defunkt committed Jun 17, 2009
1 parent b4773a0 commit 2ce50a8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/rip/packages/http_package.rb
Expand Up @@ -38,7 +38,6 @@ def version
actual_package ? actual_package.version : super
end

memoize :actual_package
def actual_package
Package.for(File.join(cache_path, name))
end
Expand Down

0 comments on commit 2ce50a8

Please sign in to comment.