ra 0.5.0 → 0.7.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: 3603ce3fb7fc5149c4d723fc2c57d14b590f31aa6097a365ca02b554cce464f5
4
+ data.tar.gz: 5bed4817b7bbfaf3a6994cfb2450d6957802a1921ec560178c2cf01583921824
5
5
  SHA512:
6
- metadata.gz: 379908faf3752659066a0f5e25f6305101c84ffc451a6ea3b89c9882c62f70cf547937b0ef9ae149d6bfd80b324bdfe6236f52185347c3b2710a99d702771e5e
7
- data.tar.gz: 1527c76d6ee07ba815358cbf26c0d578a37c50105eab03915388d66a212c064ebb24e3fb73193b1134c7527b59f384ceef75e047f90a368838ce1a74a9a46c3d
6
+ metadata.gz: e0899f44711e31595f7d1a414092876f4a3bb485e84c0f35431dc479b93829e4dcc01272e29b5098ad46f52523f7927bcb96fc02e7e27f2f3b0933e50af17499
7
+ data.tar.gz: 6b4bb9c3120bb240c7fa4c993de673a4dfe351825cf072a34d0464caaff43002507f17ea3b7f2dc0166dfaf45cb1817b032f419fbdfae6448b0c4a68e0dd7d04
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.7.0'
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
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.7.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Kevin Sylvestre
@@ -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