hash-proxy 0.0.3 → 0.0.4

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/History.txt CHANGED
@@ -1,3 +1,6 @@
1
+ # == Version 0.0.4 / 2012-06-08
2
+ # * Add #to_str to NullObject to avoid some rspec errors
3
+ #
1
4
  # == Version 0.0.3 / 2012-06-08
2
5
  # * Fix homepage in gemspec
3
6
  #
@@ -10,6 +10,9 @@ module HashProxy
10
10
  # Returns an empty string
11
11
  def to_s; ""; end
12
12
 
13
+ # Returns an empty string
14
+ def to_str; ""; end
15
+
13
16
  # Returns 0.0
14
17
  def to_f; 0.0; end
15
18
 
data/version.txt CHANGED
@@ -1 +1 @@
1
- 0.0.3
1
+ 0.0.4
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: hash-proxy
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.3
4
+ version: 0.0.4
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: