magica_voxel 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 ADDED
@@ -0,0 +1,74 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: magica_voxel
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.1.0
5
+ platform: ruby
6
+ authors:
7
+ - 蒼時弦也
8
+ autorequire:
9
+ bindir: exe
10
+ cert_chain: []
11
+ date: 2021-12-23 00:00:00.000000000 Z
12
+ dependencies: []
13
+ description: The MagicaVoxel reader
14
+ email:
15
+ - contact@frost.tw
16
+ executables: []
17
+ extensions: []
18
+ extra_rdoc_files: []
19
+ files:
20
+ - ".rspec"
21
+ - ".rubocop.yml"
22
+ - CODE_OF_CONDUCT.md
23
+ - Gemfile
24
+ - Gemfile.lock
25
+ - LICENSE
26
+ - README.md
27
+ - Rakefile
28
+ - bin/console
29
+ - bin/setup
30
+ - lib/magica_voxel.rb
31
+ - lib/magica_voxel/camera.rb
32
+ - lib/magica_voxel/chunk.rb
33
+ - lib/magica_voxel/file.rb
34
+ - lib/magica_voxel/frame.rb
35
+ - lib/magica_voxel/group.rb
36
+ - lib/magica_voxel/layer.rb
37
+ - lib/magica_voxel/main.rb
38
+ - lib/magica_voxel/material.rb
39
+ - lib/magica_voxel/model.rb
40
+ - lib/magica_voxel/node.rb
41
+ - lib/magica_voxel/note.rb
42
+ - lib/magica_voxel/object.rb
43
+ - lib/magica_voxel/pattle.rb
44
+ - lib/magica_voxel/pattle_map.rb
45
+ - lib/magica_voxel/reader.rb
46
+ - lib/magica_voxel/shape.rb
47
+ - lib/magica_voxel/size.rb
48
+ - lib/magica_voxel/transform.rb
49
+ - lib/magica_voxel/version.rb
50
+ - magica_voxel.gemspec
51
+ homepage: https://github.com/elct9620/magica_voxel-rb
52
+ licenses: []
53
+ metadata:
54
+ rubygems_mfa_required: 'true'
55
+ post_install_message:
56
+ rdoc_options: []
57
+ require_paths:
58
+ - lib
59
+ required_ruby_version: !ruby/object:Gem::Requirement
60
+ requirements:
61
+ - - ">="
62
+ - !ruby/object:Gem::Version
63
+ version: 2.5.0
64
+ required_rubygems_version: !ruby/object:Gem::Requirement
65
+ requirements:
66
+ - - ">="
67
+ - !ruby/object:Gem::Version
68
+ version: '0'
69
+ requirements: []
70
+ rubygems_version: 3.2.26
71
+ signing_key:
72
+ specification_version: 4
73
+ summary: The MagicaVoxel reader
74
+ test_files: []