alexdunae-w3c_validators 1.0.0

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.
metadata ADDED
@@ -0,0 +1,77 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: alexdunae-w3c_validators
3
+ version: !ruby/object:Gem::Version
4
+ version: 1.0.0
5
+ platform: ruby
6
+ authors:
7
+ - Alex Dunae
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+
12
+ date: 2008-12-31 00:00:00 -08:00
13
+ default_executable:
14
+ dependencies: []
15
+
16
+ description: W3C Validators is a Ruby wrapper for the World Wide Web Consortium's online validation services.
17
+ email: code@dunae.ca
18
+ executables: []
19
+
20
+ extensions: []
21
+
22
+ extra_rdoc_files:
23
+ - README.rdoc
24
+ - CHANGELOG
25
+ - LICENSE
26
+ files:
27
+ - lib/w3c_validators
28
+ - lib/w3c_validators.rb
29
+ - lib/w3c_validators/constants.rb
30
+ - lib/w3c_validators/css_validator.rb
31
+ - lib/w3c_validators/exceptions.rb
32
+ - lib/w3c_validators/feed_validator.rb
33
+ - lib/w3c_validators/markup_validator.rb
34
+ - lib/w3c_validators/message.rb
35
+ - lib/w3c_validators/nu_validator.rb
36
+ - lib/w3c_validators/results.rb
37
+ - lib/w3c_validators/validator.rb
38
+ - README.rdoc
39
+ - CHANGELOG
40
+ - LICENSE
41
+ has_rdoc: true
42
+ homepage: http://code.dunae.ca/w3c_validators
43
+ post_install_message:
44
+ rdoc_options:
45
+ - --all
46
+ - --inline-source
47
+ - --line-numbers
48
+ - --charset
49
+ - utf-8
50
+ require_paths:
51
+ - lib
52
+ required_ruby_version: !ruby/object:Gem::Requirement
53
+ requirements:
54
+ - - ">="
55
+ - !ruby/object:Gem::Version
56
+ version: "0"
57
+ version:
58
+ required_rubygems_version: !ruby/object:Gem::Requirement
59
+ requirements:
60
+ - - ">="
61
+ - !ruby/object:Gem::Version
62
+ version: "0"
63
+ version:
64
+ requirements: []
65
+
66
+ rubyforge_project:
67
+ rubygems_version: 1.2.0
68
+ signing_key:
69
+ specification_version: 2
70
+ summary: Wrapper for the World Wide Web Consortium's online validation services.
71
+ test_files:
72
+ - test/test_css_validator.rb
73
+ - test/test_exceptions.rb
74
+ - test/test_feed_validator.rb
75
+ - test/test_helper.rb
76
+ - test/test_html5_validator.rb
77
+ - test/test_markup_validator.rb