ccls-html_test 0.3.5

Sign up to get free protection for your applications and to get access to all the features.
metadata ADDED
@@ -0,0 +1,69 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: ccls-html_test
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.3.5
5
+ prerelease:
6
+ platform: ruby
7
+ authors:
8
+ - Peter Marklund
9
+ - George 'Jake' Wendt
10
+ autorequire:
11
+ bindir: bin
12
+ cert_chain: []
13
+ date: 2012-08-06 00:00:00.000000000 Z
14
+ dependencies: []
15
+ description: Ruby on Rails plugin for HTML validation and link checking
16
+ email: github@jakewendt.com
17
+ executables: []
18
+ extensions: []
19
+ extra_rdoc_files:
20
+ - README.rdoc
21
+ files:
22
+ - README.rdoc
23
+ - Rakefile
24
+ - VERSION
25
+ - ccls-html_test.gemspec
26
+ - lib/DTD/xhtml-lat1.ent
27
+ - lib/DTD/xhtml-special.ent
28
+ - lib/DTD/xhtml-symbol.ent
29
+ - lib/DTD/xhtml.soc
30
+ - lib/DTD/xhtml1-frameset.dtd
31
+ - lib/DTD/xhtml1-strict.dtd
32
+ - lib/DTD/xhtml1-transitional.dtd
33
+ - lib/DTD/xhtml1.dcl
34
+ - lib/assertions.rb
35
+ - lib/ccls-html_test.rb
36
+ - lib/html_test.rb
37
+ - lib/link_validator.rb
38
+ - lib/url_checker.rb
39
+ - lib/url_selector.rb
40
+ - lib/validate_filter.rb
41
+ - lib/validator.rb
42
+ - rails/init.rb
43
+ - script/rails
44
+ - script/validate
45
+ homepage: http://github.com/ccls/html_test
46
+ licenses: []
47
+ post_install_message:
48
+ rdoc_options: []
49
+ require_paths:
50
+ - lib
51
+ required_ruby_version: !ruby/object:Gem::Requirement
52
+ none: false
53
+ requirements:
54
+ - - ! '>='
55
+ - !ruby/object:Gem::Version
56
+ version: '0'
57
+ required_rubygems_version: !ruby/object:Gem::Requirement
58
+ none: false
59
+ requirements:
60
+ - - ! '>='
61
+ - !ruby/object:Gem::Version
62
+ version: '0'
63
+ requirements: []
64
+ rubyforge_project:
65
+ rubygems_version: 1.8.24
66
+ signing_key:
67
+ specification_version: 3
68
+ summary: Ruby on Rails plugin for HTML validation and link checking
69
+ test_files: []