rich_engine 0.0.0 → 0.1.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,16 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rich_engine
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.0
4
+ version: 0.1.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Matheus Richard
8
+ autorequire:
8
9
  bindir: exe
9
10
  cert_chain: []
10
- date: 1980-01-02 00:00:00.000000000 Z
11
+ date: 2026-06-15 00:00:00.000000000 Z
11
12
  dependencies: []
13
+ description:
12
14
  email:
13
15
  - matheusrichardt@gmail.com
14
16
  executables: []
@@ -18,6 +20,7 @@ files:
18
20
  - ".github/workflows/tests-and-linter.yml"
19
21
  - ".gitignore"
20
22
  - ".standard.yml"
23
+ - ".yardopts"
21
24
  - Gemfile
22
25
  - Gemfile.lock
23
26
  - Guardfile
@@ -27,11 +30,14 @@ files:
27
30
  - bin/console
28
31
  - bin/setup
29
32
  - examples/background.rb
33
+ - examples/command_line_fps.rb
30
34
  - examples/grains_of_sand.rb
31
35
  - examples/noise.rb
32
36
  - examples/timer.rb
33
37
  - lib/rich_engine.rb
38
+ - lib/rich_engine/animation.rb
34
39
  - lib/rich_engine/canvas.rb
40
+ - lib/rich_engine/canvas/slot.rb
35
41
  - lib/rich_engine/chance.rb
36
42
  - lib/rich_engine/cooldown.rb
37
43
  - lib/rich_engine/enum.rb
@@ -54,6 +60,7 @@ licenses:
54
60
  - MIT
55
61
  metadata:
56
62
  homepage_uri: https://github.com/MatheusRich/rich_engine
63
+ post_install_message:
57
64
  rdoc_options: []
58
65
  require_paths:
59
66
  - lib
@@ -61,14 +68,15 @@ required_ruby_version: !ruby/object:Gem::Requirement
61
68
  requirements:
62
69
  - - ">="
63
70
  - !ruby/object:Gem::Version
64
- version: 2.3.0
71
+ version: 3.2.0
65
72
  required_rubygems_version: !ruby/object:Gem::Requirement
66
73
  requirements:
67
74
  - - ">="
68
75
  - !ruby/object:Gem::Version
69
76
  version: '0'
70
77
  requirements: []
71
- rubygems_version: 3.6.9
78
+ rubygems_version: 3.4.19
79
+ signing_key:
72
80
  specification_version: 4
73
81
  summary: A Ruby engine for terminal games.
74
82
  test_files: []