voxelamming_gem 0.1.2 → 0.1.3

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: f3a3fa9a3c78410940120fbf945818cce7ba33a60f4ca589929320420ad990fd
4
- data.tar.gz: cb7d29c6d811dadbc7eb8ff91763e6a2239e83b319af986d73f1821d4f4e8d54
3
+ metadata.gz: e8fd791e5824d1c5b9789068dc4c3a27d75a7366b714ebe7a885dd9b72947836
4
+ data.tar.gz: 1b28fe1a31fe72e7f8db78e70eb8f85f552f961bfb9a71368f5d8203ed7a98c6
5
5
  SHA512:
6
- metadata.gz: 36a8daed67d4c48a57d5e5d1f297062f876b02d7aa23be48f913efed9d8940587135837f2984a1ab0d7d09caf8bf5bb1be2bad0f962129e6f2aa9e7d7b6f3b7b
7
- data.tar.gz: d2efbaed4f7ad61cf6b30da9b57337698a1f40e3d29de41714395ecd1a3884b3b4645a22fd81c4b222e28f72b8df4c30a28a9d642b548bb0e465924d58496bd3
6
+ metadata.gz: 47e1cb1d198e235a17f28bbac3aef7f4520c2f93126857f3553d129c5cac334cc18c67364cda0676f1c574da798e3514526723d63760429ee1fa6ee3378085c4
7
+ data.tar.gz: b52fbdd6e642253e1e3781a0137f6b50a9e1dde7a88c851f757e6e82cddf796d6c92e2f2892d89051a30432007eece1a007a903c9caff3a0d6cc325129a852ee
data/CHANGELOG.md CHANGED
@@ -9,6 +9,6 @@
9
9
  - Map and ply file paths changed to be specified as relative paths.
10
10
  - a few bug fixes
11
11
 
12
- ### ver. 0.1.3
12
+ ### ver. 0.1.2
13
13
 
14
14
  - Changed so that the size of the map can be specified.
data/README.md CHANGED
@@ -1,3 +1,5 @@
1
+ # Development of `voxelamming_gem` has been terminated. Please use `voxelamming` as a successor.
2
+
1
3
  # VoxelammingGem
2
4
 
3
5
  This Ruby package converts Python code into JSON format and sends it to the Voxelamming app using WebSockets, allowing users to create 3D voxel models by writing Ruby scripts.
@@ -17,7 +19,7 @@ Voxelamming is an AR programming learning app. Even programming beginners can le
17
19
  ## Installation
18
20
 
19
21
  ```bash
20
- gem install voxelamming
22
+ gem install voxelamming_gem
21
23
  ```
22
24
 
23
25
  ## Usage
@@ -84,7 +86,7 @@ To install this gem onto your local machine, run `bundle exec rake install`. To
84
86
 
85
87
  ## Contributing
86
88
 
87
- Bug reports and pull requests are welcome on GitHub at https://github.com/[USERNAME]/voxelamming_gem. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [code of conduct](https://github.com/[USERNAME]/voxelamming_gem/blob/master/CODE_OF_CONDUCT.md).
89
+ Bug reports and pull requests are welcome on GitHub at https://github.com/creativival/voxelamming_gem. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [code of conduct](https://github.com/[USERNAME]/voxelamming_gem/blob/master/CODE_OF_CONDUCT.md).
88
90
 
89
91
  ## License
90
92
 
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module VoxelammingGem
4
- VERSION = "0.1.2"
4
+ VERSION = "0.1.3"
5
5
  end
Binary file
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: voxelamming_gem
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.2
4
+ version: 0.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - creativival
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2024-07-25 00:00:00.000000000 Z
11
+ date: 2024-08-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: faye-websocket
@@ -24,9 +24,10 @@ dependencies:
24
24
  - - "~>"
25
25
  - !ruby/object:Gem::Version
26
26
  version: 0.11.3
27
- description: Voxelamming is an AR programming learning app. Even programming beginners
28
- can learn programming visually and enjoyably. Voxelamming supports iPhones and iPads
29
- with iOS 16 or later, and Apple Vision Pro.
27
+ description: |-
28
+ Development of `voxelamming_gem` has been terminated. Please use `voxelamming` as a successor.
29
+
30
+ Voxelamming is an AR programming learning app. Even programming beginners can learn programming visually and enjoyably. Voxelamming supports iPhones and iPads with iOS 16 or later, and Apple Vision Pro.
30
31
  email:
31
32
  - creativival@gmail.com
32
33
  executables: []
@@ -56,6 +57,7 @@ files:
56
57
  - sig/voxelamming_gem.rbs
57
58
  - voxelamming_gem-0.1.0.gem
58
59
  - voxelamming_gem-0.1.1.gem
60
+ - voxelamming_gem-0.1.2.gem
59
61
  homepage: https://creativival.github.io/voxelamming
60
62
  licenses:
61
63
  - MIT