tidy-ext 0.1.11 → 0.1.12
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.
- data/LICENSE +12 -12
- data/Rakefile +1 -1
- data/VERSION +1 -1
- metadata +5 -5
data/LICENSE
CHANGED
|
@@ -1,11 +1,15 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
1
|
+
HTML Tidy Extension for Ruby
|
|
2
|
+
|
|
3
|
+
Copyright (c) 2010 A. Carl Douglas
|
|
4
|
+
|
|
5
|
+
This is a modification of the HTML Tidy library that
|
|
6
|
+
adds a Ruby programming language interface and
|
|
7
|
+
Ruby Gem packaging.
|
|
8
|
+
|
|
9
|
+
The license for these modifications is the same as the
|
|
10
|
+
original HTML Tidy license below.
|
|
11
|
+
|
|
12
|
+
|
|
9
13
|
HTML Tidy
|
|
10
14
|
|
|
11
15
|
HTML parser and pretty printer
|
|
@@ -43,8 +47,4 @@ permit, without fee, and encourage the use of this source code
|
|
|
43
47
|
as a component for supporting the Hypertext Markup Language in
|
|
44
48
|
commercial products. If you use this source code in a product,
|
|
45
49
|
acknowledgment is not required but would be appreciated.
|
|
46
|
-
</pre>
|
|
47
|
-
|
|
48
50
|
|
|
49
|
-
</body>
|
|
50
|
-
</html>
|
data/Rakefile
CHANGED
|
@@ -9,7 +9,7 @@ begin
|
|
|
9
9
|
gem.description = "Tidy up web pages."
|
|
10
10
|
gem.email = "carl.douglas@gmail.com"
|
|
11
11
|
gem.homepage = "http://github.com/carld/tidy"
|
|
12
|
-
gem.authors = ["Carl Douglas"]
|
|
12
|
+
gem.authors = ["A. Carl Douglas"]
|
|
13
13
|
gem.extensions = FileList["ext/**/extconf.rb"]
|
|
14
14
|
end
|
|
15
15
|
Jeweler::GemcutterTasks.new
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.1.
|
|
1
|
+
0.1.12
|
metadata
CHANGED
|
@@ -1,21 +1,21 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: tidy-ext
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
hash:
|
|
4
|
+
hash: 3
|
|
5
5
|
prerelease: false
|
|
6
6
|
segments:
|
|
7
7
|
- 0
|
|
8
8
|
- 1
|
|
9
|
-
-
|
|
10
|
-
version: 0.1.
|
|
9
|
+
- 12
|
|
10
|
+
version: 0.1.12
|
|
11
11
|
platform: ruby
|
|
12
12
|
authors:
|
|
13
|
-
- Carl Douglas
|
|
13
|
+
- A. Carl Douglas
|
|
14
14
|
autorequire:
|
|
15
15
|
bindir: bin
|
|
16
16
|
cert_chain: []
|
|
17
17
|
|
|
18
|
-
date:
|
|
18
|
+
date: 2012-03-31 00:00:00 +11:00
|
|
19
19
|
default_executable:
|
|
20
20
|
dependencies: []
|
|
21
21
|
|