timequiz 0.1.4 → 0.1.5

Sign up to get free protection for your applications and to get access to all the features.
Files changed (5) hide show
  1. checksums.yaml +4 -4
  2. data/lib/events.rb +5 -0
  3. data/lib/log.conf +2 -2
  4. data/lib/version.rb +2 -2
  5. metadata +3 -4
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 852dd48cabb9b9869b7aaeddb6bd347d1651b8184ed6014ca588d9990d8b13d4
4
- data.tar.gz: 1e20eb7dd0d1f53e604a61e40859cc82d9fde18c53416939ec5efee8f5d0da49
3
+ metadata.gz: eb968ff503aadce7d88d01f30fb6872840ea5b5ce2f2fac28e03c7da2bf269c9
4
+ data.tar.gz: 38e3f1058bb2faf5c2240d7401b03a0a883587afe3af74087af36b543ad90acc
5
5
  SHA512:
6
- metadata.gz: 543e96757c7b6a5cc8a67fd8e27630e099c8fb6ce222a5b3e77027887adba5d0d634a8338cebf0af50d9b3e4d588d6a97c7c14f0d087cf829478c2654f35af2a
7
- data.tar.gz: 317c62acacd7f5c404b9727e04a79e49e423c7a3ad30f61108f8439808506083614c9196e97279773c9fadeacfa2e6e51c64e677ad9287434ae1dd7e2aff2aa6
6
+ metadata.gz: aebd21337ea6806f108e6f8eda6fa1ff87520ee507f5df208f1339bcd46d3eceaac7dac506bf71963b20c2dd3ab6a8fdc2aa71ab8e5822dea12f7eaa5938c17e
7
+ data.tar.gz: 2af116f3f9c8fa07fca2c20dbb98cdb87db2f465a9773bac7962b728fd0b93961d6b684fd6307c4babe01c94abceac6d4fe0bfd01791d58e3558f9d09f322508
data/lib/events.rb CHANGED
@@ -44,3 +44,8 @@ $events << ['First siege of Vienna (Austria) by Süleyman the Magnificent', 1529
44
44
  $events << ['The Roman empress Galla Placidia dies', 450, 'Born around the year 390 as the daughter of Theodosius I, she was first married to Alaric\'s brother in law, Athaulf, king of the Visigoths, then to the future Constantius III, a general of her brother Honorius who inherited from her the title of "Augustus". After Honorius\' death and at the decision of Theodosius II, grandson of Theodosius I and emperor of the orient, Galla Placida governed the western empire for her six year old son Valentinian (the future Valentinian III).']
45
45
  $events << ['Birth of Kathleen Mansfield', 1888, '(1888 Wellington, New-Zealand). Of vivid sensibility, Katherine Mansfield is the most representative novelist and poet of the era after World War I. Her novels had the biggest success in France. She died in 1923 on tuberculosis.']
46
46
  $events << ['Spanish victory over the last Maya kingdom', 1697, 'The Itza kingdom submitted to Spanish rule, after a force led by Martín de Ursua, governor of Yucatán, had conquered the Itza capital Nojpetén on 13 March 1697' ]
47
+ $events << ['Alexander The Great becomes king of Macedonia', -336, 'Son of Philippe II of Macedonia – a small kingdom a few hundred kilometers north of Athens – tutored by Aristotel, was of unbound ambition. His objective: reach the confines of the world and the big ocean at its exterior...']
48
+ $events << ['Conquest of Constantinople by the Ottoman Empire', 1453, '21 year old Sultan Mehmed II commanded the Ottoman army which began a siege of the city at 6 April 1453 and captured Constantinople on 29 May']
49
+ $events << ['Inauguration of the “Kinkaku-ji” – Tempel of the Golden Pavilion (Japan)', 1397, 'The Muromachi period is considered to be a classical age of Japanese garden design. The correlation between buildings and its settings were greatly emphasized during this period (Wikipedia)']
50
+ $events << ['French mathematician Blaise Pascal is born', 1623, 'Pascal – who was also physicist, philosopher, writer and Catholic theologian – was the inventor of a series of mechanical calculators, the “Pascalines”.']
51
+ $events << ['St. Bartholomew\'s Day massacre', 1572, 'Many assassinations were directed against a French Protestant movement at the end of August 1572. Depending on the sources, up to 30000 people may have been murdered in the events.']
data/lib/log.conf CHANGED
@@ -47,8 +47,8 @@ unknown = Logger::UNKNOWN
47
47
  #
48
48
  # :HtmlBuilder => [debug, '/tmp/htmlbuilder.log'],
49
49
 
50
- :Timequiz => [debug, '/tmp/timequiz.log'],
51
- :Console =>
50
+ :Timequiz => info,
51
+ :Console => info,
52
52
 
53
53
  # And ignore the remainder, too.
54
54
  }
data/lib/version.rb CHANGED
@@ -22,6 +22,6 @@
22
22
  ******************************************************************************/
23
23
  =end
24
24
 
25
- VERSION = '0.1.4'
26
- SUMMARY = 'Bugs fixed: Timeline validation corrected. Line-breaks in console-output, when more than 9 events are listed.'
25
+ VERSION = '0.1.5'
26
+ SUMMARY = 'Some new events added. Fixed a bug in the logging-configuration.'
27
27
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: timequiz
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.4
4
+ version: 0.1.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Michael Uplawski
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-09-15 00:00:00.000000000 Z
11
+ date: 2021-09-16 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Play a history game
14
14
  email: michael.uplawski@uplawski.eu
@@ -61,6 +61,5 @@ requirements: []
61
61
  rubygems_version: 3.2.5
62
62
  signing_key:
63
63
  specification_version: 4
64
- summary: 'Bugs fixed: Timeline validation corrected. Line-breaks in console-output,
65
- when more than 9 events are listed.'
64
+ summary: Some new events added. Fixed a bug in the logging-configuration.
66
65
  test_files: []