Skip to content

Commit

Permalink
Module and Class now use the default Gibbler::Object digest
Browse files Browse the repository at this point in the history
  • Loading branch information
delano committed Jul 20, 2009
1 parent d918a92 commit f7d7a06
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGES.txt
Expand Up @@ -3,7 +3,13 @@ GIBBLER, CHANGES

#### 0.5.5 (2009-07-20) #################################

NOTE: Digest calculation for Proc and Class objects have changed.
Digests created for these types will not match previous releases.

* FIXED: Proc digests no longer refer to Proc#binding
* CHANGE: The Gibbler module now raises an exception if it's included
* CHANGE: Module and Class now use the default Gibbler::Object digest
* ADDED: Gibbler::Object now contains a default digest method


#### 0.5.4 (2009-07-17) #################################
Expand Down
6 changes: 5 additions & 1 deletion lib/gibbler.rb
Expand Up @@ -305,7 +305,11 @@ class Symbol
end

class Class
include Gibbler::String
include Gibbler::Object
end

class Module
include Gibbler::Object
end

class Fixnum
Expand Down

0 comments on commit f7d7a06

Please sign in to comment.