html2index 1.32 → 1.32.1

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 1456e2bc8e3d35b08d58d69cc1261fceb4ec2fc0e1ee3201f2b953c386978349
4
- data.tar.gz: 98fd67920f0d97a8ec7398217e9a0e5bc6e36de38607248d69884348d3a706d6
3
+ metadata.gz: 1d3b477ff1c0580b1db44b6d75b96a1924bb5ded12994883b0d94233047244aa
4
+ data.tar.gz: '08d717809257efb0c0a46f174cd3d0ff58ac947acb1ac34c6fefcc30e7d12675'
5
5
  SHA512:
6
- metadata.gz: 0d41f7adc915c991c9cd76bbc0fcb5b710e42fb1d1c293d3709e8438c7498638dea55f43ef41c955117da6af6a2ca0ea785ecd741a295066def23988ced49b96
7
- data.tar.gz: d5ae2d2fa8bc32e8bbd3a61efd4acba0c50132a87b5124e1e29eaed3ea945aa6d8ebdb107d540b516c0d80c49d05a1cf2a3bbc9ce355ef7194e469c04059fbe7
6
+ metadata.gz: 56a2f225f6af9d1ee4b732e8600609a1ff58803e17293ec40ee4a3ac8a430f005a17706f75c03267f7902e965483f28410c5e5568cb333a0190cc77c0098f9a9
7
+ data.tar.gz: '09072940f47b1ee9538c8a3cc2b1b10fe2e9ab0cbfa432d732a7da5f5f0d9527394aec2fdc7edc47183d8deaa2b3ea6634e7a603f22160d8899feee261127480'
data/html2index.gemspec CHANGED
@@ -20,6 +20,10 @@ Gem::Specification.new do |s|
20
20
  "documentation_uri" => 'https://www.uplawski.eu/software/html2index/html2index.html',
21
21
  "license_uri" => 'https://www.wtfpl.net/about/'
22
22
  }
23
- s.license = 'Nonstandard'
23
+ s.license = 'WTFPL'
24
24
  s.required_ruby_version = '>= 3.0'
25
+ s.metadata = {
26
+ "homepage_uri" => 'https://www.uplawski.eu/software',
27
+ "changelog_uri" => 'https://www.uplawski.eu/software/changelogs/changes_html2index.txt'
28
+ }
25
29
  end
data/lib/html2index.rb CHANGED
@@ -213,8 +213,8 @@ Creates and returns an Array of Definitions.
213
213
  end
214
214
  rescue Interrupt => ex
215
215
  warn "--------------\n\tIndex generation interrupted by user\n---------------"
216
- rescue SystemExit => sx
217
- raise sx
216
+ rescue SystemExit => ex
217
+ raise ex
218
218
  rescue Exception => ex
219
219
  error( "line #{__LINE__} " << ex.message << ' (' << ex.class.name << ')')
220
220
  exit false
data/lib/version.rb CHANGED
@@ -12,5 +12,5 @@
12
12
  * *
13
13
  ***************************************************************************/
14
14
  =end
15
- VERSION ='1.32'
15
+ VERSION ='1.32.1'
16
16
  SUMMARY = "Generate a Glossary from a html-page"
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: html2index
3
3
  version: !ruby/object:Gem::Version
4
- version: '1.32'
4
+ version: 1.32.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Michael Uplawski
8
8
  bindir: bin
9
9
  cert_chain: []
10
- date: 2026-08-21 00:00:00.000000000 Z
10
+ date: 2026-08-22 00:00:00.000000000 Z
11
11
  dependencies:
12
12
  - !ruby/object:Gem::Dependency
13
13
  name: nokogiri
@@ -76,11 +76,10 @@ files:
76
76
  - lib/user_input.rb
77
77
  - lib/version.rb
78
78
  licenses:
79
- - Nonstandard
79
+ - WTFPL
80
80
  metadata:
81
- homepage_uri: https://www.uplawski.eu/software/
82
- documentation_uri: https://www.uplawski.eu/software/html2index/html2index.html
83
- license_uri: https://www.wtfpl.net/about/
81
+ homepage_uri: https://www.uplawski.eu/software
82
+ changelog_uri: https://www.uplawski.eu/software/changelogs/changes_html2index.txt
84
83
  rdoc_options: []
85
84
  require_paths:
86
85
  - lib