ra 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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 96608d9848ea1181d69813cd6a37cfcc5cb0ac04564048ed4b2a9d6f4af27414
4
- data.tar.gz: a1bfbd9254cc6c56abab623bdf65d9a3282904c4b43039c3609934a2d8d273b1
3
+ metadata.gz: b4c1fab4e341d8995015f06ae16080af035965e4582a0eb3f0cb6c45833b9733
4
+ data.tar.gz: 94c731476b46bad082ad0097511b646e64b0e9c18fe180945c173bd5eadb5600
5
5
  SHA512:
6
- metadata.gz: b63eba61eb50a16fc55388b409b27dde40e092009f920ffe614fb15e29683ac58b129a2bf3848c0944b220ed2b6aca1cfb434a2441d050a601a801fb60c5e0ae
7
- data.tar.gz: 004eb7ca2f72a3804f62332f1f909cd2875dbc46928ea6392e22b32a34ae5a3ea55117a6bda5dfd15b84b33d8f1c3d990517b10b1d64ed08497e3fe5b8619750
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.4.0'
4
+ VERSION = '0.6.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.4.0
4
+ version: 0.6.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