adamh-hpricot 0.6.168

Sign up to get free protection for your applications and to get access to all the features.
Files changed (43) hide show
  1. data/CHANGELOG +62 -0
  2. data/COPYING +18 -0
  3. data/README +284 -0
  4. data/Rakefile +259 -0
  5. data/ext/fast_xs/FastXsService.java +1018 -0
  6. data/ext/fast_xs/extconf.rb +4 -0
  7. data/ext/fast_xs/fast_xs.c +194 -0
  8. data/ext/hpricot_scan/extconf.rb +6 -0
  9. data/ext/hpricot_scan/hpricot_common.rl +76 -0
  10. data/ext/hpricot_scan/hpricot_scan.h +79 -0
  11. data/ext/hpricot_scan/hpricot_scan.java.rl +373 -0
  12. data/ext/hpricot_scan/hpricot_scan.rl +649 -0
  13. data/extras/mingw-rbconfig.rb +176 -0
  14. data/lib/hpricot/blankslate.rb +63 -0
  15. data/lib/hpricot/builder.rb +209 -0
  16. data/lib/hpricot/elements.rb +510 -0
  17. data/lib/hpricot/htmlinfo.rb +672 -0
  18. data/lib/hpricot/inspect.rb +103 -0
  19. data/lib/hpricot/modules.rb +38 -0
  20. data/lib/hpricot/parse.rb +36 -0
  21. data/lib/hpricot/tag.rb +186 -0
  22. data/lib/hpricot/tags.rb +164 -0
  23. data/lib/hpricot/traverse.rb +838 -0
  24. data/lib/hpricot/xchar.rb +94 -0
  25. data/lib/hpricot.rb +26 -0
  26. data/test/files/basic.xhtml +17 -0
  27. data/test/files/boingboing.html +2266 -0
  28. data/test/files/cy0.html +3653 -0
  29. data/test/files/immob.html +400 -0
  30. data/test/files/pace_application.html +1320 -0
  31. data/test/files/tenderlove.html +16 -0
  32. data/test/files/uswebgen.html +220 -0
  33. data/test/files/utf8.html +1054 -0
  34. data/test/files/week9.html +1723 -0
  35. data/test/files/why.xml +19 -0
  36. data/test/load_files.rb +7 -0
  37. data/test/test_alter.rb +77 -0
  38. data/test/test_builder.rb +37 -0
  39. data/test/test_parser.rb +400 -0
  40. data/test/test_paths.rb +25 -0
  41. data/test/test_preserved.rb +66 -0
  42. data/test/test_xml.rb +28 -0
  43. metadata +107 -0
metadata ADDED
@@ -0,0 +1,107 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: adamh-hpricot
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.6.168
5
+ platform: ruby
6
+ authors:
7
+ - why the lucky stiff
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+
12
+ date: 2008-12-11 00:00:00 -08:00
13
+ default_executable:
14
+ dependencies: []
15
+
16
+ description: a swift, liberal HTML parser with a fantastic library
17
+ email: why@ruby-lang.org
18
+ executables: []
19
+
20
+ extensions:
21
+ - ext/fast_xs/extconf.rb
22
+ - ext/hpricot_scan/extconf.rb
23
+ extra_rdoc_files:
24
+ - README
25
+ - CHANGELOG
26
+ - COPYING
27
+ files:
28
+ - CHANGELOG
29
+ - COPYING
30
+ - README
31
+ - Rakefile
32
+ - test/files
33
+ - test/files/basic.xhtml
34
+ - test/files/boingboing.html
35
+ - test/files/cy0.html
36
+ - test/files/immob.html
37
+ - test/files/pace_application.html
38
+ - test/files/tenderlove.html
39
+ - test/files/uswebgen.html
40
+ - test/files/utf8.html
41
+ - test/files/week9.html
42
+ - test/files/why.xml
43
+ - test/load_files.rb
44
+ - test/test_alter.rb
45
+ - test/test_builder.rb
46
+ - test/test_parser.rb
47
+ - test/test_paths.rb
48
+ - test/test_preserved.rb
49
+ - test/test_xml.rb
50
+ - lib/hpricot
51
+ - lib/hpricot/blankslate.rb
52
+ - lib/hpricot/builder.rb
53
+ - lib/hpricot/elements.rb
54
+ - lib/hpricot/htmlinfo.rb
55
+ - lib/hpricot/inspect.rb
56
+ - lib/hpricot/modules.rb
57
+ - lib/hpricot/parse.rb
58
+ - lib/hpricot/tag.rb
59
+ - lib/hpricot/tags.rb
60
+ - lib/hpricot/traverse.rb
61
+ - lib/hpricot/xchar.rb
62
+ - lib/hpricot.rb
63
+ - extras/mingw-rbconfig.rb
64
+ - ext/hpricot_scan/hpricot_scan.h
65
+ - ext/fast_xs/FastXsService.java
66
+ - ext/hpricot_scan/HpricotScanService.java
67
+ - ext/fast_xs/fast_xs.c
68
+ - ext/hpricot_scan/hpricot_scan.c
69
+ - ext/fast_xs/extconf.rb
70
+ - ext/hpricot_scan/extconf.rb
71
+ - ext/hpricot_scan/hpricot_common.rl
72
+ - ext/hpricot_scan/hpricot_scan.java.rl
73
+ - ext/hpricot_scan/hpricot_scan.rl
74
+ has_rdoc: true
75
+ homepage: http://code.whytheluckystiff.net/hpricot/
76
+ post_install_message:
77
+ rdoc_options:
78
+ - --quiet
79
+ - --title
80
+ - The Hpricot Reference
81
+ - --main
82
+ - README
83
+ - --inline-source
84
+ require_paths:
85
+ - lib/universal-darwin9.0
86
+ - lib
87
+ required_ruby_version: !ruby/object:Gem::Requirement
88
+ requirements:
89
+ - - ">="
90
+ - !ruby/object:Gem::Version
91
+ version: "0"
92
+ version:
93
+ required_rubygems_version: !ruby/object:Gem::Requirement
94
+ requirements:
95
+ - - ">="
96
+ - !ruby/object:Gem::Version
97
+ version: "0"
98
+ version:
99
+ requirements: []
100
+
101
+ rubyforge_project:
102
+ rubygems_version: 1.2.0
103
+ signing_key:
104
+ specification_version: 2
105
+ summary: a swift, liberal HTML parser with a fantastic library
106
+ test_files: []
107
+