xhtml 0.0.3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (6) hide show
  1. checksums.yaml +7 -0
  2. data/CHANGELOG +3 -0
  3. data/README.md +11 -0
  4. data/TODO +1 -0
  5. data/lib/xhtml.rb +3607 -0
  6. metadata +55 -0
metadata ADDED
@@ -0,0 +1,55 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: xhtml
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.3
5
+ platform: ruby
6
+ authors:
7
+ - Jason Colyer
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+
12
+ date: 2015-03-18 00:00:00 Z
13
+ dependencies: []
14
+
15
+ description: A gem to emulate CGI functions for XHTML coding
16
+ email: support@reyloc.com
17
+ executables: []
18
+
19
+ extensions: []
20
+
21
+ extra_rdoc_files: []
22
+
23
+ files:
24
+ - CHANGELOG
25
+ - README.md
26
+ - TODO
27
+ - lib/xhtml.rb
28
+ homepage: http://rubygems.org/gems/xhtml
29
+ licenses:
30
+ - MIT
31
+ metadata: {}
32
+
33
+ post_install_message:
34
+ rdoc_options: []
35
+
36
+ require_paths:
37
+ - lib
38
+ required_ruby_version: !ruby/object:Gem::Requirement
39
+ requirements:
40
+ - &id001
41
+ - ">="
42
+ - !ruby/object:Gem::Version
43
+ version: "0"
44
+ required_rubygems_version: !ruby/object:Gem::Requirement
45
+ requirements:
46
+ - *id001
47
+ requirements: []
48
+
49
+ rubyforge_project:
50
+ rubygems_version: 2.4.6
51
+ signing_key:
52
+ specification_version: 4
53
+ summary: CGI with XHTML
54
+ test_files: []
55
+