ruby-xpath 0.4.0

Sign up to get free protection for your applications and to get access to all the features.
metadata ADDED
@@ -0,0 +1,63 @@
1
+ --- !ruby/object:Gem::Specification
2
+ rubygems_version: 0.9.2
3
+ specification_version: 1
4
+ name: ruby-xpath
5
+ version: !ruby/object:Gem::Version
6
+ version: 0.4.0
7
+ date: 2007-05-11 00:00:00 +02:00
8
+ summary: A simple XPath class
9
+ require_paths:
10
+ - lib
11
+ email: gregoire.lejeune@free.fr
12
+ homepage: http://raa.ruby-lang.org/project/ruby-xslt/
13
+ rubyforge_project:
14
+ description: Ruby/XPATH is a simple XPATH class based on libxml <http://xmlsoft.org/>
15
+ autorequire:
16
+ default_executable:
17
+ bindir: bin
18
+ has_rdoc: true
19
+ required_ruby_version: !ruby/object:Gem::Version::Requirement
20
+ requirements:
21
+ - - ">"
22
+ - !ruby/object:Gem::Version
23
+ version: 0.0.0
24
+ version:
25
+ platform: ruby
26
+ signing_key:
27
+ cert_chain:
28
+ post_install_message:
29
+ authors:
30
+ - Gregoire Lejeune
31
+ files:
32
+ - ChangeLog
33
+ - COPYING
34
+ - README
35
+ - AUTHORS
36
+ - setup.rb
37
+ - ext/xpath/extconf.h
38
+ - ext/xpath/rb_utils.h
39
+ - ext/xpath/xpath.h
40
+ - ext/xpath/rb_utils.c
41
+ - ext/xpath/xpath.c
42
+ - ext/xpath/extconf.rb
43
+ test_files: []
44
+
45
+ rdoc_options:
46
+ - --title
47
+ - Ruby/XPath
48
+ - --main
49
+ - README
50
+ - --line-numbers
51
+ extra_rdoc_files:
52
+ - README
53
+ - ChangeLog
54
+ - COPYING
55
+ - AUTHORS
56
+ executables: []
57
+
58
+ extensions:
59
+ - ext/xpath/extconf.rb
60
+ requirements: []
61
+
62
+ dependencies: []
63
+