doom 0.4.0 → 0.6.0

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.
metadata CHANGED
@@ -1,14 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: doom
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.0
4
+ version: 0.6.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Chris Hasinski
8
- autorequire:
9
8
  bindir: bin
10
9
  cert_chain: []
11
- date: 2026-03-06 00:00:00.000000000 Z
10
+ date: 1980-01-02 00:00:00.000000000 Z
12
11
  dependencies:
13
12
  - !ruby/object:Gem::Dependency
14
13
  name: gosu
@@ -64,8 +63,13 @@ files:
64
63
  - README.md
65
64
  - bin/doom
66
65
  - lib/doom.rb
66
+ - lib/doom/game/animations.rb
67
+ - lib/doom/game/combat.rb
68
+ - lib/doom/game/item_pickup.rb
69
+ - lib/doom/game/monster_ai.rb
67
70
  - lib/doom/game/player_state.rb
68
71
  - lib/doom/game/sector_actions.rb
72
+ - lib/doom/game/sector_effects.rb
69
73
  - lib/doom/map/data.rb
70
74
  - lib/doom/platform/gosu_window.rb
71
75
  - lib/doom/render/renderer.rb
@@ -81,11 +85,10 @@ files:
81
85
  - lib/doom/wad/sprite.rb
82
86
  - lib/doom/wad/texture.rb
83
87
  - lib/doom/wad_downloader.rb
84
- homepage: https://github.com/khasinski/doom-rb
88
+ homepage: https://github.com/khasinski/doom
85
89
  licenses:
86
90
  - GPL-2.0
87
91
  metadata: {}
88
- post_install_message:
89
92
  rdoc_options: []
90
93
  require_paths:
91
94
  - lib
@@ -100,8 +103,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
100
103
  - !ruby/object:Gem::Version
101
104
  version: '0'
102
105
  requirements: []
103
- rubygems_version: 3.5.22
104
- signing_key:
106
+ rubygems_version: 4.0.6
105
107
  specification_version: 4
106
108
  summary: Doom engine port in pure Ruby
107
109
  test_files: []