gemwarrior 0.15.10 → 0.15.11
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/bin/gemwarrior +146 -146
- data/gemwarrior.gemspec +3 -1
- data/lib/gemwarrior/arena.rb +81 -81
- data/lib/gemwarrior/battle.rb +690 -690
- data/lib/gemwarrior/evaluator.rb +836 -836
- data/lib/gemwarrior/game.rb +191 -191
- data/lib/gemwarrior/game_assets.rb +100 -100
- data/lib/gemwarrior/game_options.rb +15 -15
- data/lib/gemwarrior/inventory.rb +243 -243
- data/lib/gemwarrior/repl.rb +705 -705
- data/lib/gemwarrior/version.rb +6 -6
- metadata +6 -6
data/lib/gemwarrior/version.rb
CHANGED
@@ -1,6 +1,6 @@
|
|
1
|
-
# lib/gemwarrior/version.rb
|
2
|
-
# Version of Gem Warrior
|
3
|
-
|
4
|
-
module Gemwarrior
|
5
|
-
VERSION = '0.15.
|
6
|
-
end
|
1
|
+
# lib/gemwarrior/version.rb
|
2
|
+
# Version of Gem Warrior
|
3
|
+
|
4
|
+
module Gemwarrior
|
5
|
+
VERSION = '0.15.11'
|
6
|
+
end
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: gemwarrior
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.15.
|
4
|
+
version: 0.15.11
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Michael Chadwick
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2023-05-05 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: os
|
@@ -241,7 +241,7 @@ dependencies:
|
|
241
241
|
- !ruby/object:Gem::Version
|
242
242
|
version: '1.8'
|
243
243
|
description: A fun text adventure in the form of a RubyGem!
|
244
|
-
email: mike@
|
244
|
+
email: mike@neb.host
|
245
245
|
executables:
|
246
246
|
- gemwarrior
|
247
247
|
extensions: []
|
@@ -379,16 +379,16 @@ require_paths:
|
|
379
379
|
- lib
|
380
380
|
required_ruby_version: !ruby/object:Gem::Requirement
|
381
381
|
requirements:
|
382
|
-
- - "
|
382
|
+
- - "~>"
|
383
383
|
- !ruby/object:Gem::Version
|
384
|
-
version: '0'
|
384
|
+
version: '2.0'
|
385
385
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
386
386
|
requirements:
|
387
387
|
- - ">="
|
388
388
|
- !ruby/object:Gem::Version
|
389
389
|
version: '0'
|
390
390
|
requirements: []
|
391
|
-
rubygems_version: 3.
|
391
|
+
rubygems_version: 3.4.12
|
392
392
|
signing_key:
|
393
393
|
specification_version: 4
|
394
394
|
summary: RubyGem text adventure
|