vcdom 0.3.0 → 0.3.1

Sign up to get free protection for your applications and to get access to all the features.
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 3
8
- - 0
9
- version: 0.3.0
8
+ - 1
9
+ version: 0.3.1
10
10
  platform: ruby
11
11
  authors:
12
12
  - nobuoka
@@ -14,34 +14,22 @@ autorequire:
14
14
  bindir: bin
15
15
  cert_chain: []
16
16
 
17
- date: 2010-12-04 00:00:00 +09:00
17
+ date: 2011-01-03 00:00:00 +09:00
18
18
  default_executable:
19
- dependencies:
20
- - !ruby/object:Gem::Dependency
21
- name: thoughtbot-shoulda
22
- prerelease: false
23
- requirement: &id001 !ruby/object:Gem::Requirement
24
- none: false
25
- requirements:
26
- - - ">="
27
- - !ruby/object:Gem::Version
28
- segments:
29
- - 0
30
- version: "0"
31
- type: :development
32
- version_requirements: *id001
33
- description: This gem is a one of implementations of W3C DOM....
19
+ dependencies: []
20
+
21
+ description: This gem is a one of implementations of W3C DOM.
34
22
  email: nobuoka@r-definition.com
35
23
  executables: []
36
24
 
37
25
  extensions: []
38
26
 
39
- extra_rdoc_files: []
40
-
27
+ extra_rdoc_files:
28
+ - README.rdoc
41
29
  files:
42
30
  - lib/vcdom/attr.rb
43
- - lib/vcdom/attr_ns.rb
44
31
  - lib/vcdom/attr_node_map.rb
32
+ - lib/vcdom/attr_ns.rb
45
33
  - lib/vcdom/character_data.rb
46
34
  - lib/vcdom/child.rb
47
35
  - lib/vcdom/document.rb
@@ -51,8 +39,27 @@ files:
51
39
  - lib/vcdom/node_list.rb
52
40
  - lib/vcdom/parent.rb
53
41
  - lib/vcdom/text.rb
54
- - lib/vcdom/xml_parser.rb
55
- - lib/vcdom/xml_serializer.rb
42
+ - lib/vcdom/xml_ls/xml_parser.rb
43
+ - lib/vcdom/xml_ls/xml_serializer.rb
44
+ - lib/vcdom/xml_ls.rb
45
+ - lib/vcdom/xpath/evaluative.rb.old
46
+ - lib/vcdom/xpath/internal/command.rb
47
+ - lib/vcdom/xpath/internal/evaluator.rb
48
+ - lib/vcdom/xpath/internal/expr.rb
49
+ - lib/vcdom/xpath/internal/parser.rb
50
+ - lib/vcdom/xpath/internal/value.rb
51
+ - lib/vcdom/xpath/xpath_evaluator_mod.rb
52
+ - lib/vcdom/xpath/xpath_exception.rb
53
+ - lib/vcdom/xpath/xpath_expression.rb
54
+ - lib/vcdom/xpath/xpath_ns_resolver.rb
55
+ - lib/vcdom/xpath/xpath_result.rb
56
+ - lib/vcdom/xpath.rb
57
+ - test/main_test_1.8.rb.old
58
+ - test/main_test_1.9.rb.old
59
+ - test/test_main.rb
60
+ - test/test_parsing.rb
61
+ - test/test_xpath.rb
62
+ - README.rdoc
56
63
  has_rdoc: true
57
64
  homepage:
58
65
  licenses: []
@@ -60,6 +67,8 @@ licenses: []
60
67
  post_install_message:
61
68
  rdoc_options:
62
69
  - --charset=UTF-8
70
+ - --main
71
+ - README.rdoc
63
72
  require_paths:
64
73
  - lib
65
74
  required_ruby_version: !ruby/object:Gem::Requirement
@@ -85,5 +94,5 @@ rubygems_version: 1.3.7
85
94
  signing_key:
86
95
  specification_version: 3
87
96
  summary: This gem is a one of implementations of W3C DOM.
88
- test_files: []
89
-
97
+ test_files:
98
+ - test/test_main.rb