timequiz 0.2 → 0.2.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 +4 -4
- data/doc/html/timequiz.html +11 -10
- data/doc/man/timequiz.6.gz +0 -0
- data/doc/pdf/timequiz.pdf +0 -0
- data/doc/rst/timequiz.rst +5 -4
- data/lib/version.rb +2 -2
- data/timequiz.gemspec +4 -1
- metadata +6 -5
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 1b4ed1f632bbabb31d030be947ec4aae28b0c0f9d58b3235f6556241b498c278
|
|
4
|
+
data.tar.gz: 646ccff003ccbe5968ed8c4a166902fc8ea07450e600e4c74e881f1bc1523ecd
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 3f9a0b262a708759f9842e94efbaa736d92cf53d9c9950dbe454b18ea45b9eb4c3d9fe26ab3ee70874f25a59050dc73af1745b292d64b6f377e30e88807d60fb
|
|
7
|
+
data.tar.gz: 0e4e35c8f87c4c9a69f9cde7efebc31cf5582172eaaa6a3c75e08c596ca6a75e09b560f08a15d9e1788b78b4fe297574634a3f42c8c439195842f2cea747d63b
|
data/doc/html/timequiz.html
CHANGED
|
@@ -1,20 +1,21 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="utf-8"
|
|
1
|
+
<?xml version="1.0" encoding="utf-8"?>
|
|
2
2
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
3
3
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
|
4
4
|
<head>
|
|
5
5
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
6
|
-
<meta name="generator" content="Docutils 0.
|
|
6
|
+
<meta name="generator" content="Docutils 0.21.2: https://docutils.sourceforge.io/" />
|
|
7
7
|
<title>Timequiz</title>
|
|
8
8
|
<style type="text/css">
|
|
9
9
|
|
|
10
10
|
/*
|
|
11
11
|
:Author: David Goodger (goodger@python.org)
|
|
12
|
-
:Id: $Id: html4css1.css
|
|
12
|
+
:Id: $Id: html4css1.css 9511 2024-01-13 09:50:07Z milde $
|
|
13
13
|
:Copyright: This stylesheet has been placed in the public domain.
|
|
14
14
|
|
|
15
15
|
Default cascading style sheet for the HTML output of Docutils.
|
|
16
|
+
Despite the name, some widely supported CSS2 features are used.
|
|
16
17
|
|
|
17
|
-
See
|
|
18
|
+
See https://docutils.sourceforge.io/docs/howto/html-stylesheets.html for how to
|
|
18
19
|
customize this style sheet.
|
|
19
20
|
*/
|
|
20
21
|
|
|
@@ -275,7 +276,7 @@ pre.literal-block, pre.doctest-block, pre.math, pre.code {
|
|
|
275
276
|
margin-left: 2em ;
|
|
276
277
|
margin-right: 2em }
|
|
277
278
|
|
|
278
|
-
pre.code .ln { color:
|
|
279
|
+
pre.code .ln { color: gray; } /* line numbers */
|
|
279
280
|
pre.code, code { background-color: #eeeeee }
|
|
280
281
|
pre.code .comment, code .comment { color: #5C6576 }
|
|
281
282
|
pre.code .keyword, code .keyword { color: #3B0D06; font-weight: bold }
|
|
@@ -301,7 +302,7 @@ span.option {
|
|
|
301
302
|
span.pre {
|
|
302
303
|
white-space: pre }
|
|
303
304
|
|
|
304
|
-
span.problematic {
|
|
305
|
+
span.problematic, pre.problematic {
|
|
305
306
|
color: red }
|
|
306
307
|
|
|
307
308
|
span.section-subtitle {
|
|
@@ -382,7 +383,7 @@ each round, the first one inclusive, your performance is evaluated. You can
|
|
|
382
383
|
then choose to continue with a new event or, if you like, read a short
|
|
383
384
|
description of any of the events, already in the list.</p>
|
|
384
385
|
<p>The game continues in this way until you push the 'q' button to quit or until
|
|
385
|
-
|
|
386
|
+
a maximal number of events (currently 15) have been handled.</p>
|
|
386
387
|
<div class="section" id="you-do-not-need-to-know-it-all">
|
|
387
388
|
<h2>You do not need to know it all</h2>
|
|
388
389
|
<p>Beware that to win a round, it is oftentimes not necessary to really know the
|
|
@@ -392,9 +393,9 @@ the past or future of the currently handled event. Reading the descriptive
|
|
|
392
393
|
comments to an event may later help you get different events into context.</p>
|
|
393
394
|
</div>
|
|
394
395
|
</div>
|
|
395
|
-
<div class="section" id="options">
|
|
396
|
-
<h1>OPTIONS</h1>
|
|
397
|
-
<p><strong>-a, --add</strong> Add a new event</p>
|
|
396
|
+
<div class="section" id="options-not-needed-to-play-the-game">
|
|
397
|
+
<h1>OPTIONS (not needed to play the game)</h1>
|
|
398
|
+
<p><strong>-a, --add</strong> Add a new event to the game</p>
|
|
398
399
|
<p><strong>-e, --event</strong> [EVENT] Name of the new event</p>
|
|
399
400
|
<p><strong>-y, --year</strong> [YEAR] Year of the new event</p>
|
|
400
401
|
<p><strong>-b, --background</strong> [INFO] Background information for the new event</p>
|
data/doc/man/timequiz.6.gz
CHANGED
|
Binary file
|
data/doc/pdf/timequiz.pdf
CHANGED
|
Binary file
|
data/doc/rst/timequiz.rst
CHANGED
|
@@ -25,7 +25,7 @@ then choose to continue with a new event or, if you like, read a short
|
|
|
25
25
|
description of any of the events, already in the list.
|
|
26
26
|
|
|
27
27
|
The game continues in this way until you push the 'q' button to quit or until
|
|
28
|
-
|
|
28
|
+
a maximal number of events (currently 15) have been handled.
|
|
29
29
|
|
|
30
30
|
You do not need to know it all
|
|
31
31
|
--------------------------------
|
|
@@ -35,9 +35,10 @@ the right spot within a historical context or to exclude events as too far in
|
|
|
35
35
|
the past or future of the currently handled event. Reading the descriptive
|
|
36
36
|
comments to an event may later help you get different events into context.
|
|
37
37
|
|
|
38
|
-
OPTIONS
|
|
39
|
-
|
|
40
|
-
|
|
38
|
+
OPTIONS (not needed to play the game)
|
|
39
|
+
=====================================
|
|
40
|
+
|
|
41
|
+
**-a, --add** Add a new event to the game
|
|
41
42
|
|
|
42
43
|
**-e, --event** [EVENT] Name of the new event
|
|
43
44
|
|
data/lib/version.rb
CHANGED
|
@@ -15,8 +15,8 @@
|
|
|
15
15
|
***************************************************************************/
|
|
16
16
|
=end
|
|
17
17
|
|
|
18
|
-
VERSION = '0.2'
|
|
19
|
-
SUMMARY = '
|
|
18
|
+
VERSION = '0.2.1'
|
|
19
|
+
SUMMARY = 'New documentation- and homepage URIs.'
|
|
20
20
|
AUTHOR = 'Michael Uplawski'
|
|
21
21
|
AUTHOR_MAIL = '<michael.uplawski@uplawski.eu>'
|
|
22
22
|
YEARS = 2017 - 2025
|
data/timequiz.gemspec
CHANGED
|
@@ -10,10 +10,13 @@ Gem::Specification.new do |s|
|
|
|
10
10
|
s.authors = ["Michael Uplawski"]
|
|
11
11
|
s.email = 'michael.uplawski@uplawski.eu'
|
|
12
12
|
s.files = %w~timequiz~.collect{|f| 'bin/' << f} + %w~basic_logging.rb version.rb file_checking.rb adder.rb argparser.rb busy_indicator.rb color_output.rb console.rb constants.rb event.rb events.rb extstring.rb user_input.rb timequiz.rb~.collect{|f| 'lib/' << f} + %w~timequiz.gemspec~.collect{|f|f} + %w~man/timequiz.6.gz html/timequiz.html pdf/timequiz.pdf rst/timequiz.rst license.txt~.collect{|f| 'doc/' << f} + ["README.md"]
|
|
13
|
-
s.homepage = ''
|
|
14
13
|
#s.requirements = ''
|
|
15
14
|
#s.add_runtime_dependency ''
|
|
16
15
|
s.executables = 'timequiz'
|
|
17
16
|
s.license = 'Nonstandard'
|
|
18
17
|
s.required_ruby_version = '>= 2.7'
|
|
18
|
+
s.metadata = {
|
|
19
|
+
"homepage_uri" => 'https://www.uplawski.eu/software/timequiz/timequiz.html',
|
|
20
|
+
"documentation_uri" => 'https://www.uplawski.eu/software/timequiz/man_timequiz.html'
|
|
21
|
+
}
|
|
19
22
|
end
|
metadata
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: timequiz
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version:
|
|
4
|
+
version: 0.2.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Michael Uplawski
|
|
8
8
|
bindir: bin
|
|
9
9
|
cert_chain: []
|
|
10
|
-
date: 2025-08-
|
|
10
|
+
date: 2025-08-26 00:00:00.000000000 Z
|
|
11
11
|
dependencies: []
|
|
12
12
|
description: Play a history game
|
|
13
13
|
email: michael.uplawski@uplawski.eu
|
|
@@ -38,10 +38,11 @@ files:
|
|
|
38
38
|
- lib/user_input.rb
|
|
39
39
|
- lib/version.rb
|
|
40
40
|
- timequiz.gemspec
|
|
41
|
-
homepage: ''
|
|
42
41
|
licenses:
|
|
43
42
|
- Nonstandard
|
|
44
|
-
metadata:
|
|
43
|
+
metadata:
|
|
44
|
+
homepage_uri: https://www.uplawski.eu/software/timequiz/timequiz.html
|
|
45
|
+
documentation_uri: https://www.uplawski.eu/software/timequiz/man_timequiz.html
|
|
45
46
|
rdoc_options: []
|
|
46
47
|
require_paths:
|
|
47
48
|
- lib
|
|
@@ -58,5 +59,5 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
58
59
|
requirements: []
|
|
59
60
|
rubygems_version: 3.6.7
|
|
60
61
|
specification_version: 4
|
|
61
|
-
summary:
|
|
62
|
+
summary: New documentation- and homepage URIs.
|
|
62
63
|
test_files: []
|