ruby-xquery 0.2.3 → 0.2.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/README CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  == VERSION
4
4
 
5
- This documentation refers to ruby-xquery version 0.2.3
5
+ This documentation refers to ruby-xquery version 0.2.4
6
6
 
7
7
 
8
8
  == DESCRIPTION
@@ -56,7 +56,7 @@ module LibXML::XML::XQuery::Uniqueness
56
56
 
57
57
  class << proxy
58
58
  (instance_methods.map { |m| m.to_s } - DELEGATORS).each { |method|
59
- undef_method(method) unless method =~ /\A__/
59
+ undef_method(method) unless method =~ /\A__/ || method == 'object_id'
60
60
  }
61
61
 
62
62
  def method_missing(*args)
@@ -8,7 +8,7 @@ module LibXML
8
8
 
9
9
  MAJOR = 0
10
10
  MINOR = 2
11
- TINY = 3
11
+ TINY = 4
12
12
 
13
13
  class << self
14
14
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ruby-xquery
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.3
4
+ version: 0.2.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jens Wille