digestr 0.0.2

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.
@@ -0,0 +1,5 @@
1
+ # Copyright (c)2006 Ross Bamford (and contributors). All rights reserved.
2
+ # See LICENSE for copyright and license information
3
+ # $Id: runner.rb 4 2006-04-17 19:05:32Z roscopeco $
4
+ require File.join(File.dirname(__FILE__),'libxml_test')
5
+ Dir[File.join(File.dirname(__FILE__),'tc_*.rb')].each { |tc| require tc }
metadata ADDED
@@ -0,0 +1,66 @@
1
+ --- !ruby/object:Gem::Specification
2
+ rubygems_version: 0.8.11
3
+ specification_version: 1
4
+ name: digestr
5
+ version: !ruby/object:Gem::Version
6
+ version: 0.0.2
7
+ date: 2006-04-24 00:00:00 +01:00
8
+ summary: Libxml2-based Commons Digester port for Ruby
9
+ require_paths:
10
+ - lib
11
+ email: rosco@roscopeco.co.uk
12
+ homepage: http://digestr.rubyforge.org
13
+ rubyforge_project: digestr
14
+ description: DigestR is a fast rules-based XML processor (similar to the Jakarta Commons Digester) for Ruby, based upon the libxml-ruby Libxml2 binding.
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
+ authors:
29
+ - Ross Bamford
30
+ files:
31
+ - install.rb
32
+ - Rakefile
33
+ - README
34
+ - TODO
35
+ - LICENSE
36
+ - CONTRIBUTORS
37
+ - lib/xml/digester.rb
38
+ - lib/xml/digestr.rb
39
+ test_files:
40
+ - tests/runner.rb
41
+ rdoc_options:
42
+ - --title
43
+ - DigestR - API
44
+ - --main
45
+ - README
46
+ extra_rdoc_files:
47
+ - README
48
+ - LICENSE
49
+ - TODO
50
+ - CONTRIBUTORS
51
+ executables: []
52
+
53
+ extensions: []
54
+
55
+ requirements: []
56
+
57
+ dependencies:
58
+ - !ruby/object:Gem::Dependency
59
+ name: libxml-ruby
60
+ version_requirement:
61
+ version_requirements: !ruby/object:Gem::Version::Requirement
62
+ requirements:
63
+ - - ">="
64
+ - !ruby/object:Gem::Version
65
+ version: 0.3.7
66
+ version: