voxelamming 0.3.0 → 0.3.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +2 -2
- data/index.html +2 -2
- data/lib/voxelamming/version.rb +1 -1
- data/voxelamming-0.3.0.gem +0 -0
- metadata +4 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: cfc40d2cd2af116222490bcd16e2738790ff96fbc9e71c2791786f0e1dad48d5
|
4
|
+
data.tar.gz: 963960a9697ba5bf0a6b70c3a6114e06202206d0b80c469c0205df7066438eaf
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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]/
|
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]/
|
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]/
|
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]/
|
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>
|
data/lib/voxelamming/version.rb
CHANGED
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.
|
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/
|
53
|
-
changelog_uri: https://creativival.github.io/
|
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:
|