ruby-xquery 0.0.2.177 → 0.0.3.222

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.0.2
5
+ This documentation refers to ruby-xquery version 0.0.3
6
6
 
7
7
 
8
8
  == DESCRIPTION
@@ -6,7 +6,7 @@ module XML
6
6
 
7
7
  MAJOR = 0
8
8
  MINOR = 0
9
- TINY = 2
9
+ TINY = 3
10
10
 
11
11
  class << self
12
12
 
@@ -27,7 +27,7 @@
27
27
  class XML::XPath::Object
28
28
 
29
29
  def to_s
30
- set.to_s
30
+ set.to_s.strip
31
31
  end
32
32
 
33
33
  end
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.0.2.177
4
+ version: 0.0.3.222
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jens Wille
@@ -9,7 +9,7 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2008-01-17 00:00:00 +01:00
12
+ date: 2008-03-07 00:00:00 +01:00
13
13
  default_executable:
14
14
  dependencies: []
15
15
 
@@ -20,9 +20,9 @@ executables: []
20
20
  extensions: []
21
21
 
22
22
  extra_rdoc_files:
23
- - README
24
23
  - COPYING
25
24
  - ChangeLog
25
+ - README
26
26
  files:
27
27
  - lib/xml/xquery/node_set.rb
28
28
  - lib/xml/xquery/xpath_object.rb
@@ -40,15 +40,15 @@ has_rdoc: true
40
40
  homepage: http://prometheus.rubyforge.org/ruby-xquery
41
41
  post_install_message:
42
42
  rdoc_options:
43
+ - --inline-source
43
44
  - --charset
44
45
  - UTF-8
45
- - --all
46
46
  - --title
47
47
  - ruby-xquery Application documentation
48
48
  - --main
49
49
  - README
50
50
  - --line-numbers
51
- - --inline-source
51
+ - --all
52
52
  require_paths:
53
53
  - lib
54
54
  required_ruby_version: !ruby/object:Gem::Requirement