rays 0.3.9 → 0.3.10

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,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rays
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.9
4
+ version: 0.3.10
5
5
  platform: ruby
6
6
  authors:
7
7
  - xordog
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2025-07-05 00:00:00.000000000 Z
11
+ date: 2026-04-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: xot
@@ -16,40 +16,28 @@ dependencies:
16
16
  requirements:
17
17
  - - "~>"
18
18
  - !ruby/object:Gem::Version
19
- version: 0.3.9
20
- - - ">="
21
- - !ruby/object:Gem::Version
22
- version: 0.3.9
19
+ version: 0.3.10
23
20
  type: :runtime
24
21
  prerelease: false
25
22
  version_requirements: !ruby/object:Gem::Requirement
26
23
  requirements:
27
24
  - - "~>"
28
25
  - !ruby/object:Gem::Version
29
- version: 0.3.9
30
- - - ">="
31
- - !ruby/object:Gem::Version
32
- version: 0.3.9
26
+ version: 0.3.10
33
27
  - !ruby/object:Gem::Dependency
34
28
  name: rucy
35
29
  requirement: !ruby/object:Gem::Requirement
36
30
  requirements:
37
31
  - - "~>"
38
32
  - !ruby/object:Gem::Version
39
- version: 0.3.9
40
- - - ">="
41
- - !ruby/object:Gem::Version
42
- version: 0.3.9
33
+ version: 0.3.10
43
34
  type: :runtime
44
35
  prerelease: false
45
36
  version_requirements: !ruby/object:Gem::Requirement
46
37
  requirements:
47
38
  - - "~>"
48
39
  - !ruby/object:Gem::Version
49
- version: 0.3.9
50
- - - ">="
51
- - !ruby/object:Gem::Version
52
- version: 0.3.9
40
+ version: 0.3.10
53
41
  description: This library helps you to develop graphics application with OpenGL.
54
42
  email: xordog@gmail.com
55
43
  executables: []
@@ -98,6 +86,7 @@ files:
98
86
  - ".github/workflows/tag.yml"
99
87
  - ".github/workflows/test.yml"
100
88
  - ".github/workflows/utils.rb"
89
+ - CLAUDE.md
101
90
  - CONTRIBUTING.md
102
91
  - ChangeLog.md
103
92
  - Gemfile
@@ -221,6 +210,11 @@ files:
221
210
  - src/polyline.h
222
211
  - src/render_buffer.cpp
223
212
  - src/render_buffer.h
213
+ - src/sdl/bitmap.cpp
214
+ - src/sdl/camera.cpp
215
+ - src/sdl/font.cpp
216
+ - src/sdl/opengl.cpp
217
+ - src/sdl/rays.cpp
224
218
  - src/shader.cpp
225
219
  - src/shader.h
226
220
  - src/shader_program.cpp