deba 0.13.0 → 0.14.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/deba.gemspec +2 -2
  3. data/lib/deba.rb +1 -1
  4. metadata +3 -3
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: bc1db7aa56a4e3a035d8cbefe54cd49742faee24
4
- data.tar.gz: 7d1f0a909f5675ae614792642711fdf94f865469
3
+ metadata.gz: 7b6d057d5222e5c9217b6eb4e71e38bb48e0d174
4
+ data.tar.gz: 44a35652c286de0f3b03e09a768e7c747ee2ce09
5
5
  SHA512:
6
- metadata.gz: 78ca7576ddd7698df8851acf773cf566fbb29ceed3748cc73d0b5844add6a6665e760adecb14207358a2217e59b9d48caa1727cd92e71fc65adaa976119f55af
7
- data.tar.gz: b2f5628703302d6cad7c5f63a841c53a3e24c973e1d6bf37e3a8216a128c5b2d011ba346d8238b8a933d3cfa551012b8f5a5bbd5da663f207a6cf6583d9b8639
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 = %q{Fillet HTML using this Deba knife to extract the juicy text content}
13
- spec.description = %q{Deba takes a HTML document or fragment and extracts the text content into a plaintext format that is a strict subset of markdown.}
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
@@ -1,7 +1,7 @@
1
1
  require "nokogiri"
2
2
 
3
3
  module Deba
4
- VERSION = "0.13.0"
4
+ VERSION = "0.14.0"
5
5
  end
6
6
 
7
7
  require "deba/utils"
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.13.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 text content
56
- into a plaintext format that is a strict subset of markdown.
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: