tiegz-kadoku 0.1 → 0.1.1
Sign up to get free protection for your applications and to get access to all the features.
- data/kadoku.gemspec +2 -2
- metadata +3 -11
data/kadoku.gemspec
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
Gem::Specification.new do |s|
|
2
2
|
s.name = "kadoku"
|
3
|
-
s.version = "0.1"
|
3
|
+
s.version = "0.1.1"
|
4
4
|
s.date = "2008-12-17"
|
5
5
|
s.summary = "Uses Hpricot to clean up your unreadable HTML (ie ERB-generated html) [use with caution]"
|
6
6
|
s.email = "tieg.zaharia+kadoku@gmail.com"
|
@@ -20,5 +20,5 @@ Gem::Specification.new do |s|
|
|
20
20
|
"test/kadoku_markup_test.rb"]
|
21
21
|
s.rdoc_options = ["--main", "README"]
|
22
22
|
s.extra_rdoc_files = ["README", "MIT-LICENSE", "TODO"]
|
23
|
-
s.add_dependency("hpricot", ["> 0.6.164"])
|
23
|
+
# s.add_dependency("hpricot", ["> 0.6.164"])
|
24
24
|
end
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: tiegz-kadoku
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version:
|
4
|
+
version: 0.1.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Tieg Zaharia
|
@@ -11,16 +11,8 @@ cert_chain: []
|
|
11
11
|
|
12
12
|
date: 2008-12-17 00:00:00 -08:00
|
13
13
|
default_executable:
|
14
|
-
dependencies:
|
15
|
-
|
16
|
-
name: hpricot
|
17
|
-
version_requirement:
|
18
|
-
version_requirements: !ruby/object:Gem::Requirement
|
19
|
-
requirements:
|
20
|
-
- - ">"
|
21
|
-
- !ruby/object:Gem::Version
|
22
|
-
version: 0.6.164
|
23
|
-
version:
|
14
|
+
dependencies: []
|
15
|
+
|
24
16
|
description: Kadoku is a Ruby library that uses Hpricot to clean up your unreadable HTML (ie ERB-generated html) [use with caution]
|
25
17
|
email: tieg.zaharia+kadoku@gmail.com
|
26
18
|
executables: []
|