xamplr-pp 1.0.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,10 @@
1
+ require 'rubygems'
2
+ require 'test/unit'
3
+ require 'shoulda'
4
+
5
+ $LOAD_PATH.unshift(File.join(File.dirname(__FILE__), '..', 'lib'))
6
+ $LOAD_PATH.unshift(File.dirname(__FILE__))
7
+ require 'xamplr_pp_gem'
8
+
9
+ class Test::Unit::TestCase
10
+ end
@@ -0,0 +1,7 @@
1
+ require 'test_helper'
2
+
3
+ class XamplrPpGemTest < Test::Unit::TestCase
4
+ should "probably rename this file and start testing for real" do
5
+ flunk "hey buddy, you should probably rename this file and start testing for real"
6
+ end
7
+ end
metadata ADDED
@@ -0,0 +1,79 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: xamplr-pp
3
+ version: !ruby/object:Gem::Version
4
+ version: 1.0.0
5
+ platform: ruby
6
+ authors:
7
+ - Bob Hutchison
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+
12
+ date: 2009-04-14 00:00:00 -04:00
13
+ default_executable:
14
+ dependencies: []
15
+
16
+ description:
17
+ email: hutch@recursive.ca
18
+ executables: []
19
+
20
+ extensions: []
21
+
22
+ extra_rdoc_files:
23
+ - LICENSE
24
+ - README.rdoc
25
+ files:
26
+ - LICENSE
27
+ - README.rdoc
28
+ - Rakefile
29
+ - VERSION.yml
30
+ - lib/xampl-pp-dtd.rb
31
+ - lib/xampl-pp-wf.rb
32
+ - lib/xamplr-pp.rb
33
+ - lib/xamplr-pp/ANNOUNCE.TXT
34
+ - lib/xamplr-pp/LICENSE
35
+ - lib/xamplr-pp/Makefile
36
+ - lib/xamplr-pp/examples/parse-wf.rb
37
+ - lib/xamplr-pp/examples/parse.rb
38
+ - lib/xamplr-pp/license.inc
39
+ - lib/xamplr-pp/saxdemo.rb
40
+ - lib/xamplr-pp/saxish.rb
41
+ - lib/xamplr-pp/saxishHandler.rb
42
+ - lib/xamplr-pp/toys/chew.rb
43
+ - lib/xamplr-pp/toys/chewMultibyte.rb
44
+ - lib/xamplr-pp/toys/dump.rb
45
+ - lib/xamplr-pp/xmlName.defn
46
+ - lib/xamplr-pp/xpp.rb
47
+ - lib/xamplr-pp/xppDeluxe.rb
48
+ - lib/xamplr-pp/xppIter.rb
49
+ - test/test_helper.rb
50
+ - test/xamplr_pp_gem_test.rb
51
+ has_rdoc: true
52
+ homepage: http://github.com/hutch/xamplr-pp
53
+ post_install_message:
54
+ rdoc_options:
55
+ - --charset=UTF-8
56
+ require_paths:
57
+ - lib
58
+ required_ruby_version: !ruby/object:Gem::Requirement
59
+ requirements:
60
+ - - ">="
61
+ - !ruby/object:Gem::Version
62
+ version: "0"
63
+ version:
64
+ required_rubygems_version: !ruby/object:Gem::Requirement
65
+ requirements:
66
+ - - ">="
67
+ - !ruby/object:Gem::Version
68
+ version: "0"
69
+ version:
70
+ requirements: []
71
+
72
+ rubyforge_project:
73
+ rubygems_version: 1.3.1
74
+ signing_key:
75
+ specification_version: 2
76
+ summary: A pure ruby XML pull parser
77
+ test_files:
78
+ - test/test_helper.rb
79
+ - test/xamplr_pp_gem_test.rb