html_massage 0.4.0 → 0.5.0
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.
- checksums.yaml +4 -4
- data/html_massage.gemspec +1 -0
- data/lib/html_massage/version.rb +1 -1
- metadata +3 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 77e2954e26c52ef25b80c183cfd8114ab7dcc67f
|
|
4
|
+
data.tar.gz: eba3300887759a26f0f8dcea86867e59734e6449
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 5f11b3e5d3e2c93b36bbf6964fa844af2ae739787ff45cedec676b99af70a00684099e8bd386e6de0b722120b90e8a16969cb6f8c71960c51fbc67a7bd9e7a4d
|
|
7
|
+
data.tar.gz: b5ca439a40cbca2bec88f378a9891145e82b813ac9f8e4904a0908afd10af3008f199fff09e8fe57f0c9e5dc6d384af7657e10fab9d8030d8e3613fd806bdcae
|
data/html_massage.gemspec
CHANGED
|
@@ -11,6 +11,7 @@ Gem::Specification.new do |gem|
|
|
|
11
11
|
gem.homepage = "https://github.com/harlantwood/html_massage"
|
|
12
12
|
gem.summary = %{Massages HTML how you want to.}
|
|
13
13
|
gem.description = %{Massages HTML how you want to: sanitize tags, remove headers and footers; output to html, markdown, or plain text.}
|
|
14
|
+
gem.license = 'MIT'
|
|
14
15
|
|
|
15
16
|
gem.files = `git ls-files`.split($/)
|
|
16
17
|
gem.executables = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) }
|
data/lib/html_massage/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: html_massage
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.5.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Harlan T Wood
|
|
@@ -117,7 +117,8 @@ files:
|
|
|
117
117
|
- lib/html_massage/version.rb
|
|
118
118
|
- spec/html_massage_spec.rb
|
|
119
119
|
homepage: https://github.com/harlantwood/html_massage
|
|
120
|
-
licenses:
|
|
120
|
+
licenses:
|
|
121
|
+
- MIT
|
|
121
122
|
metadata: {}
|
|
122
123
|
post_install_message:
|
|
123
124
|
rdoc_options: []
|