ruby-xquery 0.1.0.269 → 0.1.1.270

Sign up to get free protection for your applications and to get access to all the features.
data/README CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  == VERSION
4
4
 
5
- This documentation refers to ruby-xquery version 0.1.0
5
+ This documentation refers to ruby-xquery version 0.1.1
6
6
 
7
7
 
8
8
  == DESCRIPTION
@@ -66,7 +66,7 @@ class LibXML::XML::Document
66
66
  def namespaces=(ns)
67
67
  raise "can't set namespaces (document has no URL)" unless url
68
68
 
69
- @namespaces = self.class.namespaces[url] = ns.to_a
69
+ @namespaces = self.class.namespaces[url] = ns
70
70
  end
71
71
 
72
72
  end
@@ -8,7 +8,7 @@ module LibXML
8
8
 
9
9
  MAJOR = 0
10
10
  MINOR = 1
11
- TINY = 0
11
+ TINY = 1
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.1.0.269
4
+ version: 0.1.1.270
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jens Wille