Skip to content

Commit

Permalink
Remove Gash#changed!
Browse files Browse the repository at this point in the history
  • Loading branch information
judofyr committed Apr 9, 2010
1 parent 2720065 commit 3464b1a
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions lib/gash.rb
Expand Up @@ -360,10 +360,6 @@ def gash #:nodoc:
self
end

def changed! #:nodoc:
@sha1 = nil
end

# Fetch the latest data from Git; you can use this as a +clear+-method.

This comment has been minimized.

Copy link
@dreamcat4

dreamcat4 Apr 9, 2010

I replaced my gash gem with your newest gash.rb file above. Grancher also rolled back to 0.1.3 (even though it says 0.1.4 grancher gem, actually back to 0.1.3).

Encountered recursion loop, sorry. See trace below.

http://gist.github.com/361123

def update!
clear
Expand Down

0 comments on commit 3464b1a

Please sign in to comment.