amar-tui 2.1.0 → 2.1.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
- metadata +10 -120
- data/amar-tui.rb +0 -8195
- data/cli_enc_output.rb +0 -87
- data/cli_enc_output_new.rb +0 -433
- data/cli_enc_output_new_3tier.rb +0 -198
- data/cli_enc_output_new_compact.rb +0 -238
- data/cli_name_gen.rb +0 -21
- data/cli_npc_output.rb +0 -279
- data/cli_npc_output_new.rb +0 -700
- data/cli_town_output.rb +0 -39
- data/cli_weather_output.rb +0 -36
- data/includes/class_enc.rb +0 -341
- data/includes/class_enc_new.rb +0 -512
- data/includes/class_monster_new.rb +0 -551
- data/includes/class_npc.rb +0 -1378
- data/includes/class_npc_new.rb +0 -1221
- data/includes/class_npc_new.rb.backup +0 -706
- data/includes/class_npc_new_skills.rb +0 -153
- data/includes/class_town.rb +0 -237
- data/includes/d6s.rb +0 -40
- data/includes/equipment_tables.rb +0 -120
- data/includes/functions.rb +0 -67
- data/includes/includes.rb +0 -30
- data/includes/randomizer.rb +0 -15
- data/includes/spell_catalog.rb +0 -446
- data/includes/tables/armour.rb +0 -13
- data/includes/tables/chartype.rb +0 -4412
- data/includes/tables/chartype_new.rb +0 -765
- data/includes/tables/chartype_new_full.rb +0 -2713
- data/includes/tables/enc_specific.rb +0 -168
- data/includes/tables/enc_type.rb +0 -17
- data/includes/tables/encounters.rb +0 -99
- data/includes/tables/magick.rb +0 -169
- data/includes/tables/melee.rb +0 -36
- data/includes/tables/missile.rb +0 -17
- data/includes/tables/monster_stats_new.rb +0 -264
- data/includes/tables/month.rb +0 -18
- data/includes/tables/names.rb +0 -21
- data/includes/tables/personality.rb +0 -12
- data/includes/tables/race_templates.rb +0 -318
- data/includes/tables/religions.rb +0 -266
- data/includes/tables/spells_new.rb +0 -496
- data/includes/tables/tier_system.rb +0 -104
- data/includes/tables/town.rb +0 -71
- data/includes/tables/weather.rb +0 -41
- data/includes/town_relations.rb +0 -127
- data/includes/weather.rb +0 -108
- data/includes/weather2latex.rb +0 -114
- data/lib/rcurses.rb +0 -33
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 57a4077a6c198ac9dab38ed13dea96f24e9c997817ccfb89d892742ed7aa2b06
|
|
4
|
+
data.tar.gz: 1326d91f49b82d3d11666c2bf04343eb627e9c97191359b63e696323e0341e11
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: b75ed78334e7b262e59a111ce4c54d10b48b43510b2d0e798860236a5608a2b3ee136bfbf175db48d841e1c70a693da9d119d3e9209448c3ff4cddb1403439c5
|
|
7
|
+
data.tar.gz: 8e5a4d326dc0cf6e437bbc0915abec3c108f1372b2181453db4934e81e3677424e87f235939fbdf60c7d5c8c4b936286ec16433fe07d368bdfc5a3ac881aa924
|
metadata
CHANGED
|
@@ -1,118 +1,24 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: amar-tui
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 2.1.
|
|
4
|
+
version: 2.1.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Geir Isene
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: "."
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2025-10-
|
|
12
|
-
dependencies:
|
|
13
|
-
-
|
|
14
|
-
name: rcurses
|
|
15
|
-
requirement: !ruby/object:Gem::Requirement
|
|
16
|
-
requirements:
|
|
17
|
-
- - "~>"
|
|
18
|
-
- !ruby/object:Gem::Version
|
|
19
|
-
version: '0.9'
|
|
20
|
-
type: :runtime
|
|
21
|
-
prerelease: false
|
|
22
|
-
version_requirements: !ruby/object:Gem::Requirement
|
|
23
|
-
requirements:
|
|
24
|
-
- - "~>"
|
|
25
|
-
- !ruby/object:Gem::Version
|
|
26
|
-
version: '0.9'
|
|
27
|
-
- !ruby/object:Gem::Dependency
|
|
28
|
-
name: bundler
|
|
29
|
-
requirement: !ruby/object:Gem::Requirement
|
|
30
|
-
requirements:
|
|
31
|
-
- - "~>"
|
|
32
|
-
- !ruby/object:Gem::Version
|
|
33
|
-
version: '2.0'
|
|
34
|
-
type: :development
|
|
35
|
-
prerelease: false
|
|
36
|
-
version_requirements: !ruby/object:Gem::Requirement
|
|
37
|
-
requirements:
|
|
38
|
-
- - "~>"
|
|
39
|
-
- !ruby/object:Gem::Version
|
|
40
|
-
version: '2.0'
|
|
41
|
-
- !ruby/object:Gem::Dependency
|
|
42
|
-
name: rake
|
|
43
|
-
requirement: !ruby/object:Gem::Requirement
|
|
44
|
-
requirements:
|
|
45
|
-
- - "~>"
|
|
46
|
-
- !ruby/object:Gem::Version
|
|
47
|
-
version: '13.0'
|
|
48
|
-
type: :development
|
|
49
|
-
prerelease: false
|
|
50
|
-
version_requirements: !ruby/object:Gem::Requirement
|
|
51
|
-
requirements:
|
|
52
|
-
- - "~>"
|
|
53
|
-
- !ruby/object:Gem::Version
|
|
54
|
-
version: '13.0'
|
|
55
|
-
description: A comprehensive terminal UI for the Amar RPG with character generation,
|
|
56
|
-
encounter management, weather generation, and complete campaign tools. Features
|
|
57
|
-
both modern 3-tier and classic 2-tier character systems.
|
|
11
|
+
date: 2025-10-05 00:00:00.000000000 Z
|
|
12
|
+
dependencies: []
|
|
13
|
+
description: 'This gem is DEPRECATED and replaced by the amar-rpg gem: https://rubygems.org/gems/amar-rpg'
|
|
58
14
|
email:
|
|
59
15
|
- g@isene.com
|
|
60
|
-
executables:
|
|
61
|
-
- amar-tui.rb
|
|
16
|
+
executables: []
|
|
62
17
|
extensions: []
|
|
63
18
|
extra_rdoc_files: []
|
|
64
19
|
files:
|
|
65
|
-
- "./amar-tui.rb"
|
|
66
20
|
- LICENSE
|
|
67
21
|
- README.md
|
|
68
|
-
- amar-tui.rb
|
|
69
|
-
- cli_enc_output.rb
|
|
70
|
-
- cli_enc_output_new.rb
|
|
71
|
-
- cli_enc_output_new_3tier.rb
|
|
72
|
-
- cli_enc_output_new_compact.rb
|
|
73
|
-
- cli_name_gen.rb
|
|
74
|
-
- cli_npc_output.rb
|
|
75
|
-
- cli_npc_output_new.rb
|
|
76
|
-
- cli_town_output.rb
|
|
77
|
-
- cli_weather_output.rb
|
|
78
|
-
- includes/class_enc.rb
|
|
79
|
-
- includes/class_enc_new.rb
|
|
80
|
-
- includes/class_monster_new.rb
|
|
81
|
-
- includes/class_npc.rb
|
|
82
|
-
- includes/class_npc_new.rb
|
|
83
|
-
- includes/class_npc_new.rb.backup
|
|
84
|
-
- includes/class_npc_new_skills.rb
|
|
85
|
-
- includes/class_town.rb
|
|
86
|
-
- includes/d6s.rb
|
|
87
|
-
- includes/equipment_tables.rb
|
|
88
|
-
- includes/functions.rb
|
|
89
|
-
- includes/includes.rb
|
|
90
|
-
- includes/randomizer.rb
|
|
91
|
-
- includes/spell_catalog.rb
|
|
92
|
-
- includes/tables/armour.rb
|
|
93
|
-
- includes/tables/chartype.rb
|
|
94
|
-
- includes/tables/chartype_new.rb
|
|
95
|
-
- includes/tables/chartype_new_full.rb
|
|
96
|
-
- includes/tables/enc_specific.rb
|
|
97
|
-
- includes/tables/enc_type.rb
|
|
98
|
-
- includes/tables/encounters.rb
|
|
99
|
-
- includes/tables/magick.rb
|
|
100
|
-
- includes/tables/melee.rb
|
|
101
|
-
- includes/tables/missile.rb
|
|
102
|
-
- includes/tables/monster_stats_new.rb
|
|
103
|
-
- includes/tables/month.rb
|
|
104
|
-
- includes/tables/names.rb
|
|
105
|
-
- includes/tables/personality.rb
|
|
106
|
-
- includes/tables/race_templates.rb
|
|
107
|
-
- includes/tables/religions.rb
|
|
108
|
-
- includes/tables/spells_new.rb
|
|
109
|
-
- includes/tables/tier_system.rb
|
|
110
|
-
- includes/tables/town.rb
|
|
111
|
-
- includes/tables/weather.rb
|
|
112
|
-
- includes/town_relations.rb
|
|
113
|
-
- includes/weather.rb
|
|
114
|
-
- includes/weather2latex.rb
|
|
115
|
-
- lib/rcurses.rb
|
|
116
22
|
homepage: https://github.com/isene/Amar-Tools
|
|
117
23
|
licenses:
|
|
118
24
|
- Unlicense
|
|
@@ -120,28 +26,13 @@ metadata:
|
|
|
120
26
|
homepage_uri: https://github.com/isene/Amar-Tools
|
|
121
27
|
source_code_uri: https://github.com/isene/Amar-Tools
|
|
122
28
|
changelog_uri: https://github.com/isene/Amar-Tools/blob/master/README.md
|
|
123
|
-
post_install_message:
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
==========================================
|
|
128
|
-
|
|
129
|
-
NOTE: This gem has been renamed to 'amar-rpg'.
|
|
130
|
-
Please install 'amar-rpg' instead:
|
|
131
|
-
gem install amar-rpg
|
|
132
|
-
|
|
133
|
-
To start the TUI application:
|
|
134
|
-
amar-tui.rb
|
|
135
|
-
|
|
136
|
-
For more information:
|
|
137
|
-
https://github.com/isene/Amar-Tools
|
|
138
|
-
|
|
139
|
-
Enjoy your AMAR RPG adventures!
|
|
140
|
-
|
|
29
|
+
post_install_message: "\n =====================================================\n
|
|
30
|
+
\ WARNING: amar-tui gem is DEPRECATED!\n =====================================================\n
|
|
31
|
+
\ \n Please use amar-rpg instead:\n gem uninstall amar-tui\n gem install
|
|
32
|
+
amar-rpg\n \n https://rubygems.org/gems/amar-rpg\n \n"
|
|
141
33
|
rdoc_options: []
|
|
142
34
|
require_paths:
|
|
143
35
|
- lib
|
|
144
|
-
- includes
|
|
145
36
|
required_ruby_version: !ruby/object:Gem::Requirement
|
|
146
37
|
requirements:
|
|
147
38
|
- - ">="
|
|
@@ -156,6 +47,5 @@ requirements: []
|
|
|
156
47
|
rubygems_version: 3.4.20
|
|
157
48
|
signing_key:
|
|
158
49
|
specification_version: 4
|
|
159
|
-
summary:
|
|
50
|
+
summary: DEPRECATED - Use amar-rpg instead
|
|
160
51
|
test_files: []
|
|
161
|
-
...
|