html-hierarchy-extractor 1.0.10 → 1.0.11

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.
Files changed (2) hide show
  1. checksums.yaml +4 -4
  2. metadata +8 -7
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: a9ca4cacb2c7df579b1a23b37dab6ba0d707d015
4
- data.tar.gz: 240ddb63e80ff083fddac988cf3466d9b7feaf09
3
+ metadata.gz: 4ae1be739dd1c3c223adf0a43dee8c2db518f79d
4
+ data.tar.gz: 610da86bcb1051eaa2326cb3a0d9cf14fe82d790
5
5
  SHA512:
6
- metadata.gz: 21c8575df232cea03757f6fb617c0e8b9f9613778e6827896f69e0f04f055b1c8ec84212ad91f1900747fe3944c7636b1271c752b4e91ba2d3a47dd7ad1e096b
7
- data.tar.gz: 1684e086d82c8bcfcf968b3d9f9bc3ab04386c46b69e623f710d222cdbad713766ff58c5b8f4694e398aede7e2bb5c87dbc4bb3356c61191a1d6d89dfc60f9fc
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.10
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-03 00:00:00.000000000 Z
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: Take any arbitrary HTML as input and extract its hierarchy as a list
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: Extract HTML hierarchy (headings and content) into a list of items
227
+ summary: "[⚠ DEPRECATED]: Use algolia_html_extractor instead."
227
228
  test_files: []