voxelamming 0.3.0 → 0.3.1

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: e4040f3049c1f2d0d1a15fa25a7e53ed734d96301653ecae91f1f9c6739dbddb
4
- data.tar.gz: 571a79bcde4c693b16e209d04096096b56248c39c3516e96d880671daf80a839
3
+ metadata.gz: cfc40d2cd2af116222490bcd16e2738790ff96fbc9e71c2791786f0e1dad48d5
4
+ data.tar.gz: 963960a9697ba5bf0a6b70c3a6114e06202206d0b80c469c0205df7066438eaf
5
5
  SHA512:
6
- metadata.gz: e9fb8453f785ddb3d94c422b2bdd0e17ac2789a102695eb7141bdee11de3236ae7e10b8b53fb441d98bebcde351cf9a6159b84a4d69496a32c5b3c4d9e3297c8
7
- data.tar.gz: 944de153ff5b15c6276a9f5b6ca62e59f138f3fe0166ded32558b72d73d497984fbb38ed1bfd63664d8dd864a5f5683eeeef3b39373a0bf0ef8635943f6e748b
6
+ metadata.gz: 5c31b1d345afd868e04a0f8137f4919ceb3483e259ff3d4b4811bf5ab8e064d623763c87ba0a524269ebefc465db5e81f4ac4392088445491fab1a417a7d56fa
7
+ data.tar.gz: c05d465645818fc0c230607309f0981b079b0f120d54ee515782fced24afac134d741dacfeab22e8cef3ca29e35598e14c94e5ea2b2a88f28125800609ef0432
data/README.md CHANGED
@@ -90,7 +90,7 @@ To install this gem onto your local machine, run `bundle exec rake install`. To
90
90
 
91
91
  ## Contributing
92
92
 
93
- Bug reports and pull requests are welcome on GitHub at https://github.com/creativival/voxelamming_ruby_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).
93
+ Bug reports and pull requests are welcome on GitHub at https://github.com/creativival/voxelamming_ruby_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_ruby_gem/blob/master/CODE_OF_CONDUCT.md).
94
94
 
95
95
  ## License
96
96
 
@@ -98,4 +98,4 @@ The gem is available as open source under the terms of the [MIT License](https:/
98
98
 
99
99
  ## Code of Conduct
100
100
 
101
- Everyone interacting in the Voxelamming project's codebases, issue trackers, chat rooms and mailing lists is expected to follow the [code of conduct](https://github.com/[USERNAME]/voxelamming_gem/blob/master/CODE_OF_CONDUCT.md).
101
+ Everyone interacting in the Voxelamming project's codebases, issue trackers, chat rooms and mailing lists is expected to follow the [code of conduct](https://github.com/[USERNAME]/voxelamming_ruby_gem/blob/master/CODE_OF_CONDUCT.md).
data/index.html CHANGED
@@ -130,10 +130,10 @@ vox.send_data
130
130
  <p>After checking out the repo, run <code>bin/setup</code> to install dependencies. Then, run <code>rake test</code> to run the tests. You can also run <code>bin/console</code> for an interactive prompt that will allow you to experiment.</p>
131
131
  <p>To install this gem onto your local machine, run <code>bundle exec rake install</code>. To release a new version, update the version number in <code>version.rb</code>, and then run <code>bundle exec rake release</code>, which will create a git tag for the version, push git commits and the created tag, and push the <code>.gem</code> file to <a href="https://rubygems.org">rubygems.org</a>.</p>
132
132
  <h2><a href="#contributing" id="contributing"></a>Contributing</h2>
133
- <p>Bug reports and pull requests are welcome on GitHub at <a href="https://github.com/[USERNAME]/voxelamming_gem">https://github.com/[USERNAME]/voxelamming_gem</a>. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the <a href="https://github.com/[USERNAME]/voxelamming_gem/blob/master/CODE_OF_CONDUCT.md">code of conduct</a>.</p>
133
+ <p>Bug reports and pull requests are welcome on GitHub at <a href="https://github.com/[USERNAME]/voxelamming_ruby_gem">https://github.com/[USERNAME]/voxelamming_ruby_gem</a>. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the <a href="https://github.com/[USERNAME]/voxelamming_ruby_gem/blob/master/CODE_OF_CONDUCT.md">code of conduct</a>.</p>
134
134
  <h2><a href="#license" id="license"></a>License</h2>
135
135
  <p>The gem is available as open source under the terms of the <a href="https://opensource.org/licenses/MIT">MIT License</a>.</p>
136
136
  <h2><a href="#code-of-conduct" id="code-of-conduct"></a>Code of Conduct</h2>
137
- <p>Everyone interacting in the Voxelamming project's codebases, issue trackers, chat rooms and mailing lists is expected to follow the <a href="https://github.com/[USERNAME]/voxelamming_gem/blob/master/CODE_OF_CONDUCT.md">code of conduct</a>.</p>
137
+ <p>Everyone interacting in the Voxelamming project's codebases, issue trackers, chat rooms and mailing lists is expected to follow the <a href="https://github.com/[USERNAME]/voxelamming_ruby_gem/blob/master/CODE_OF_CONDUCT.md">code of conduct</a>.</p>
138
138
  </body>
139
139
  </html>
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Voxelamming
4
- VERSION = "0.3.0"
4
+ VERSION = "0.3.1"
5
5
  end
Binary file
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: voxelamming
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.0
4
+ version: 0.3.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - creativival
@@ -43,14 +43,15 @@ files:
43
43
  - lib/voxelamming/version.rb
44
44
  - sig/voxelamming.rbs
45
45
  - voxelamming-0.2.0.gem
46
+ - voxelamming-0.3.0.gem
46
47
  homepage: https://creativival.github.io/voxelamming
47
48
  licenses:
48
49
  - MIT
49
50
  metadata:
50
51
  allowed_push_host: https://rubygems.org
51
52
  homepage_uri: https://creativival.github.io/voxelamming
52
- source_code_uri: https://github.com/creativival/voxelamming_gem
53
- changelog_uri: https://creativival.github.io/voxelamming_gem/CHANGELOG.md
53
+ source_code_uri: https://github.com/creativival/voxelamming_ruby_gem
54
+ changelog_uri: https://creativival.github.io/voxelamming_ruby_gem/CHANGELOG.md
54
55
  post_install_message:
55
56
  rdoc_options: []
56
57
  require_paths: