deba 0.13.0 → 0.14.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/deba.gemspec +2 -2
- data/lib/deba.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 7b6d057d5222e5c9217b6eb4e71e38bb48e0d174
|
4
|
+
data.tar.gz: 44a35652c286de0f3b03e09a768e7c747ee2ce09
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 2cd4202bb56930f4fc666917b1edad5769d5000f268699e1ec2a246bf097613388f785741a5ecd5159b8a46b3aebc6a0b6d141bb2c7f608f99b834139f996bc9
|
7
|
+
data.tar.gz: 052c0c915fda9685c7b51ea7ca741a04022dd6d39ed0a08b13d09621fd57281ea305f3008327edf6d8c4114a6ff2701809e3423581eea785077ec9b8c16094da
|
data/deba.gemspec
CHANGED
@@ -9,8 +9,8 @@ Gem::Specification.new do |spec|
|
|
9
9
|
spec.authors = ["Brenton \"B-Train\" Fletcher"]
|
10
10
|
spec.email = ["i@bloople.net"]
|
11
11
|
|
12
|
-
spec.summary =
|
13
|
-
spec.description =
|
12
|
+
spec.summary = "Fillet HTML using this Deba knife to extract the juicy text content"
|
13
|
+
spec.description = "Deba takes a HTML document or fragment and extracts the textual content into a plaintext format that is easy for humans to read."
|
14
14
|
spec.homepage = "http://example.com"
|
15
15
|
spec.license = "MIT"
|
16
16
|
|
data/lib/deba.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: deba
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.14.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Brenton "B-Train" Fletcher
|
@@ -52,8 +52,8 @@ dependencies:
|
|
52
52
|
- - "~>"
|
53
53
|
- !ruby/object:Gem::Version
|
54
54
|
version: '1.7'
|
55
|
-
description: Deba takes a HTML document or fragment and extracts the
|
56
|
-
into a plaintext format that is
|
55
|
+
description: Deba takes a HTML document or fragment and extracts the textual content
|
56
|
+
into a plaintext format that is easy for humans to read.
|
57
57
|
email:
|
58
58
|
- i@bloople.net
|
59
59
|
executables:
|