tidy-ext 0.1.11 → 0.1.12

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. data/LICENSE +12 -12
  2. data/Rakefile +1 -1
  3. data/VERSION +1 -1
  4. metadata +5 -5
data/LICENSE CHANGED
@@ -1,11 +1,15 @@
1
- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2
- <html>
3
- <head>
4
- <title>HTML Tidy License</title>
5
- </head>
6
-
7
- <body>
8
- <pre>
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.11
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: 13
4
+ hash: 3
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 1
9
- - 11
10
- version: 0.1.11
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: 2011-02-16 00:00:00 +11:00
18
+ date: 2012-03-31 00:00:00 +11:00
19
19
  default_executable:
20
20
  dependencies: []
21
21