ra 0.5.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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: dc672a0d97726e3e103fd04c141934777ca2f60cf7982a72ec8ce4d34870aacc
4
- data.tar.gz: deccdb87eb3e2ca3351fa9a73201cd04b2275cd26ab212fb492f08c1ef17b72a
3
+ metadata.gz: b4c1fab4e341d8995015f06ae16080af035965e4582a0eb3f0cb6c45833b9733
4
+ data.tar.gz: 94c731476b46bad082ad0097511b646e64b0e9c18fe180945c173bd5eadb5600
5
5
  SHA512:
6
- metadata.gz: 379908faf3752659066a0f5e25f6305101c84ffc451a6ea3b89c9882c62f70cf547937b0ef9ae149d6bfd80b324bdfe6236f52185347c3b2710a99d702771e5e
7
- data.tar.gz: 1527c76d6ee07ba815358cbf26c0d578a37c50105eab03915388d66a212c064ebb24e3fb73193b1134c7527b59f384ceef75e047f90a368838ce1a74a9a46c3d
6
+ metadata.gz: 7a83b0a01dadea0b5066b1a7017b81cf3372bba14d4a29586c0f1930b06f2e537b4778ae26aec9d1b842e64c6bdb0ebee22c0a15c7ab44f359baea5c9f2b70d3
7
+ data.tar.gz: 909e298795a8d79dc92e81bf2f10a3064959c899ff799a7d8540a7a028b08adf700a223aa574b0f56fcab5c00f2dfb58365ecceab87cb7ceb07d7fce84c28971
data/assets/earth.avif ADDED
Binary file
data/exe/ra CHANGED
@@ -23,7 +23,7 @@ config = Slop.parse(ARGV) do |options|
23
23
  end
24
24
  end
25
25
 
26
- earth = Ra::Pattern::Texture.new(path: File.join(File.dirname(__FILE__), '..', 'textures/earth.avif'))
26
+ earth = Ra::Pattern::Texture.new(path: File.join(File.dirname(__FILE__), '..', 'assets/earth.avif'))
27
27
 
28
28
  light_l = Ra::Light.new(
29
29
  position: Vector[+5, +3, -9, Ra::Tuple::POINT],
data/lib/ra/version.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Ra
4
- VERSION = '0.5.0'
4
+ VERSION = '0.6.0'
5
5
  end
metadata CHANGED
@@ -1,11 +1,11 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ra
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.0
4
+ version: 0.6.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Kevin Sylvestre
8
- autorequire:
8
+ autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
11
  date: 2023-11-23 00:00:00.000000000 Z
@@ -75,6 +75,7 @@ extensions: []
75
75
  extra_rdoc_files: []
76
76
  files:
77
77
  - README.md
78
+ - assets/earth.avif
78
79
  - exe/ra
79
80
  - lib/ra.rb
80
81
  - lib/ra/camera.rb
@@ -107,7 +108,7 @@ licenses:
107
108
  - MIT
108
109
  metadata:
109
110
  rubygems_mfa_required: 'true'
110
- post_install_message:
111
+ post_install_message:
111
112
  rdoc_options: []
112
113
  require_paths:
113
114
  - lib
@@ -122,8 +123,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
122
123
  - !ruby/object:Gem::Version
123
124
  version: '0'
124
125
  requirements: []
125
- rubygems_version: 3.4.19
126
- signing_key:
126
+ rubygems_version: 3.4.22
127
+ signing_key:
127
128
  specification_version: 4
128
129
  summary: A graphics library written for fun.
129
130
  test_files: []