Skip to content

Commit

Permalink
flush cache for gem fix
Browse files Browse the repository at this point in the history
  • Loading branch information
zapnap committed May 6, 2015
1 parent 3334e45 commit b835a4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/gem_updater.rb
Expand Up @@ -85,6 +85,6 @@ def register

# TODO: improve this cache invalidation to be version specific
def flush_cache
self.class.flush_cache(name)
self.class.flush_cache(gem.name)
end
end

0 comments on commit b835a4a

Please sign in to comment.