gibbler 0.8.6 → 0.8.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
data/CHANGES.txt CHANGED
@@ -1,5 +1,9 @@
1
1
  GIBBLER, CHANGES
2
2
 
3
+ #### 0.8.7 (2011-02-07) ###############################
4
+
5
+ * CHANGE: Only call gibbler_debug when in debug mode
6
+
3
7
  #### 0.8.6 (2010-12-24) ###############################
4
8
 
5
9
  * FIXED: Gibber::VERSION (File error)
data/VERSION.yml CHANGED
@@ -1,4 +1,4 @@
1
1
  ---
2
2
  :MAJOR: 0
3
3
  :MINOR: 8
4
- :PATCH: 6
4
+ :PATCH: 7
data/gibbler.gemspec CHANGED
@@ -5,11 +5,11 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{gibbler}
8
- s.version = "0.8.6"
8
+ s.version = "0.8.7"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Delano Mandelbaum"]
12
- s.date = %q{2010-12-24}
12
+ s.date = %q{2011-02-08}
13
13
  s.description = %q{Gibbler: Git-like hashes for Ruby objects}
14
14
  s.email = %q{delano@solutious.com}
15
15
  s.extra_rdoc_files = [
data/lib/gibbler.rb CHANGED
@@ -204,8 +204,8 @@ module Gibbler
204
204
  # before the object is frozen. Once the object is frozen
205
205
  # <tt>obj.gibbler</tt> will return the cached value with
206
206
  # out calculation.
207
- def freeze()
208
- #gibbler_debug :freeze, caller[0]
207
+ def freeze()
208
+ gibbler_debug :FREEZE, self.class, caller[0] if Gibbler.debug?
209
209
  self.gibbler
210
210
  super
211
211
  self
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gibbler
3
3
  version: !ruby/object:Gem::Version
4
- hash: 51
4
+ hash: 49
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 8
9
- - 6
10
- version: 0.8.6
9
+ - 7
10
+ version: 0.8.7
11
11
  platform: ruby
12
12
  authors:
13
13
  - Delano Mandelbaum
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2010-12-24 00:00:00 -05:00
18
+ date: 2011-02-08 00:00:00 -05:00
19
19
  default_executable:
20
20
  dependencies:
21
21
  - !ruby/object:Gem::Dependency