Sprichwoerter 1.7 → 1.81

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: 409ea77be08978d4ac11df8a73862f25b8af2638043749feb7ca0baca0e8b124
4
- data.tar.gz: df0cd33efbe5421d50e6f2792ff6dea4d31d00892dd7123601f571a5c95d39a1
3
+ metadata.gz: d3f2cc739e15ea580db71a398d74d649500c555462fbc4a40b44070f35865130
4
+ data.tar.gz: 3abecfc51eafb6625f4d1856462a58fb9ec0a8132c38d37cf5606cd62c218fd3
5
5
  SHA512:
6
- metadata.gz: df720f489ff6223d426199387d64f0cc53ea20f71cfd76791e37f36920d76e6b15f384fcf56fc650a301f395d927105ac2a7e182f6eede5786c19ca4401a3ee5
7
- data.tar.gz: 39b01904a8a6f76d1b9fbfe7ac4106d145c931fd60dc8c5ee4c40b13543ca0557ae4fd197c9975baebadffc68743b3334bcb32e3b5a1d86cd10bfe127396800b
6
+ metadata.gz: d459a4a83d3b56f3fe29c9ab37251af451d41526fd6b5971bb698819ea7ce8981652353cd5c0b90e323d1ccef24e51cb32083321a2e1b514239c2c21417ca46a
7
+ data.tar.gz: 621a9da5223a95843de85c0a74ca731ac10faf6a99df03534d1bb5a24724ccbe4d7d7a4dfbdd7b6e28ef1c87d69c86922abc90a359874118ccdbe1b67fdad94b
@@ -12,8 +12,9 @@ Gem::Specification.new do |s|
12
12
  s.files = %w~sprichwoerter proverbs~.collect{|f| 'bin/' << f} + %w~adder.rb color_output.rb argparser.rb rearranging.rb translating.rb translations logging.rb log.conf liste_de.rb sprichwörter.rb liste_en.rb version.rb user_input.rb~.collect{|f| 'lib/' << f} + %w~Sprichwoerter.gemspec~.collect{|f|f} + %w~html/proverbs.html html/sprichwoerter.html man/proverbs.6.gz man/sprichwoerter.6.gz pdf/proverbs.pdf pdf/sprichwoerter.pdf rst/proverbs.rst rst/sprichwoerter.rst~.collect{|f| 'doc/' << f}
13
13
  s.executables = "sprichwoerter", "proverbs"
14
14
  s.license = 'Nonstandard'
15
- s.required_ruby_version = '>= 2.5'
15
+ s.required_ruby_version = '>= 4.0'
16
16
  s.metadata = {
17
+ "license_uri" => 'https://www.wtfpl.net/about',
17
18
  "homepage_uri" => 'https://www.uplawski.eu/software/sprichwoerter',
18
19
  "documentation_uri" => 'https://www.uplawski.eu/software/sprichwoerter/proverbs.html'
19
20
  }
@@ -281,7 +281,7 @@
281
281
  </dd>
282
282
  </dl>
283
283
 
284
- <p><strong>Ω</strong>
284
+ <p id="omega"><strong>Ω</strong>
285
285
  </p>
286
286
  </section>
287
287
  </main>
@@ -283,7 +283,7 @@
283
283
  </dd>
284
284
  </dl>
285
285
 
286
- <p><strong>Ω</strong>
286
+ <p id="omega"><strong>Ω</strong>
287
287
  </p>
288
288
  </section>
289
289
  </main>
Binary file
Binary file
data/doc/pdf/proverbs.pdf CHANGED
Binary file
Binary file
data/doc/rst/proverbs.rst CHANGED
@@ -120,5 +120,7 @@ OTHER INFORMATION
120
120
  *"Verrückte Sprichwörter"* ("Crazy Proverbs") was the principal
121
121
  inspiration for the project.
122
122
 
123
+ .. _omega:
124
+
123
125
  **Ω**
124
126
 
@@ -125,4 +125,6 @@ die Entwicklung des Programms.
125
125
  :Autor: "Sprichwörter" wurde von Michael Uplawski
126
126
  <michael.uplawski@uplawski.eu> programmiert.
127
127
 
128
+ .. _omega:
129
+
128
130
  **Ω**
data/lib/version.rb CHANGED
@@ -1,8 +1,7 @@
1
1
  #!/usr/bin/env ruby
2
- #encoding: UTF-8
3
-
2
+ #encoding: UTF-8 :
4
3
  =begin
5
- * ©2016-2025, Michael Uplawski <michael.uplawski@uplawski.eu> *
4
+ * ©2016-2026, Michael Uplawski <michael.uplawski@uplawski.eu> *
6
5
  * *
7
6
  * This program is free software; you can redistribute it and/or modify *
8
7
  * it under the terms of the WTFPL, either version 2 of the License, or *
@@ -10,5 +9,5 @@
10
9
  * See http://www.wtfpl.net/about/ for details. *
11
10
  =end
12
11
 
13
- VERSION=1.7
14
- SUMMARY="Changed license to WTFPL. Generation of the documentation improved."
12
+ VERSION=1.81
13
+ SUMMARY="Ruby v. 4.01"
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: Sprichwoerter
3
3
  version: !ruby/object:Gem::Version
4
- version: '1.7'
4
+ version: '1.81'
5
5
  platform: ruby
6
6
  authors:
7
7
  - Michael Uplawski
8
8
  bindir: bin
9
9
  cert_chain: []
10
- date: 2026-01-01 00:00:00.000000000 Z
10
+ date: 2026-01-25 00:00:00.000000000 Z
11
11
  dependencies: []
12
12
  description: Generates random, senseless proverbs by combining beginnings and endings
13
13
  of existing proverbs.
@@ -45,6 +45,7 @@ files:
45
45
  licenses:
46
46
  - Nonstandard
47
47
  metadata:
48
+ license_uri: https://www.wtfpl.net/about
48
49
  homepage_uri: https://www.uplawski.eu/software/sprichwoerter
49
50
  documentation_uri: https://www.uplawski.eu/software/sprichwoerter/proverbs.html
50
51
  rdoc_options: []
@@ -54,14 +55,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
54
55
  requirements:
55
56
  - - ">="
56
57
  - !ruby/object:Gem::Version
57
- version: '2.5'
58
+ version: '4.0'
58
59
  required_rubygems_version: !ruby/object:Gem::Requirement
59
60
  requirements:
60
61
  - - ">="
61
62
  - !ruby/object:Gem::Version
62
63
  version: '0'
63
64
  requirements: []
64
- rubygems_version: 3.6.7
65
+ rubygems_version: 4.0.4
65
66
  specification_version: 4
66
- summary: Changed license to WTFPL. Generation of the documentation improved.
67
+ summary: Ruby v. 4.01
67
68
  test_files: []