html-hierarchy-extractor 1.0.10 → 1.0.11
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- metadata +8 -7
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 4ae1be739dd1c3c223adf0a43dee8c2db518f79d
|
4
|
+
data.tar.gz: 610da86bcb1051eaa2326cb3a0d9cf14fe82d790
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d0ccd7c0fe90ada0c414f6af2d1b928d69390866e50409556e70a7545485adc4fba97c8988aa589de817d5005f7d80b4322a8d5f9b6c2657aa75924fd7ff493e
|
7
|
+
data.tar.gz: c59ee344ad419cfb887b1d1fc6c45c33f0a774433799baae158320797db4b91d06ef151cb89eb4de36698345a0d3172e4c2a4251346a001ffbe501ae5271d399
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: html-hierarchy-extractor
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.
|
4
|
+
version: 1.0.11
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Tim Carry
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2017-11-
|
11
|
+
date: 2017-11-07 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: awesome_print
|
@@ -192,9 +192,7 @@ dependencies:
|
|
192
192
|
- - "~>"
|
193
193
|
- !ruby/object:Gem::Version
|
194
194
|
version: 0.14.1
|
195
|
-
description:
|
196
|
-
of items, including parents and contents. It is primarily intended to be used along
|
197
|
-
with Algolia, to improve the relevance of searching into huge chunks of text
|
195
|
+
description: "[⚠ DEPRECATED]: Use algolia_html_extractor instead."
|
198
196
|
email: tim@pixelastic.com
|
199
197
|
executables: []
|
200
198
|
extensions: []
|
@@ -204,7 +202,10 @@ homepage: https://github.com/pixelastic/html-hierarchy-extractor
|
|
204
202
|
licenses:
|
205
203
|
- MIT
|
206
204
|
metadata: {}
|
207
|
-
post_install_message:
|
205
|
+
post_install_message: |2
|
206
|
+
! The 'html-hierarchy-extractor' gem has been deprecated and has been replaced by 'algolia_html_extractor'.
|
207
|
+
! See: https://rubygems.org/gems/algolia_html_extractor
|
208
|
+
! And: https://github.com/algolia/html_extractor
|
208
209
|
rdoc_options: []
|
209
210
|
require_paths:
|
210
211
|
- lib
|
@@ -223,5 +224,5 @@ rubyforge_project:
|
|
223
224
|
rubygems_version: 2.5.1
|
224
225
|
signing_key:
|
225
226
|
specification_version: 4
|
226
|
-
summary:
|
227
|
+
summary: "[⚠ DEPRECATED]: Use algolia_html_extractor instead."
|
227
228
|
test_files: []
|