geo3d 0.0.1 → 0.0.2

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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/geo3d.gemspec +1 -1
  3. data/lib/geo3d/version.rb +1 -1
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 138773d3e8cf380540b6739a3a80ffadcda6d5cd
4
- data.tar.gz: 6f8470eb7aef952eb1f54750d1ca1249e338d11b
3
+ metadata.gz: ec800a7b43a09953bbbcb5ed8c56c556366e2f67
4
+ data.tar.gz: 456e73c6c0a3897743b0f309d319e81593109bee
5
5
  SHA512:
6
- metadata.gz: ed5bc833a4aac2126d532fd738a64d0d098413fc35566e92579a35dbcca8dceb56e8610e9db364e636f6fff9fd4fc348933608bad4995a2cae0d756bc4805ef7
7
- data.tar.gz: 52b7c187aab6b6ccb3383dabb73eb9dfed31b2168266f1d8ad0133714d300f7434b75dbd86368983386fc5bc6556951fd1e66457d9830484aca219d129ff4fac
6
+ metadata.gz: 5d5890e94efad1febb36e354dbb5dab3ce8383c11a335014d15b58677f572cbd12d4940150e0c0d2593e466a5703e4b734776a307e8bf3042a2a2977cbac3faf
7
+ data.tar.gz: a8ece5e4e6942f37ea0ed6cb633a64228a4c6fff72c3ea5de2adab025221902fc0572975543bb1f54e4ceb9df3f6e2541223b83e2ff8b19e6da99968410e0470
data/geo3d.gemspec CHANGED
@@ -10,7 +10,7 @@ Gem::Specification.new do |spec|
10
10
  spec.email = ["MishaAConway@gmail.com"]
11
11
  spec.description = %q{Library for common 3d graphics vector and matrix operations}
12
12
  spec.summary = %q{Library for common 3d graphics vector and matrix operations}
13
- spec.homepage = ""
13
+ spec.homepage = "https://github.com/MishaConway/geo3d"
14
14
  spec.license = "MIT"
15
15
 
16
16
  spec.files = `git ls-files`.split($/)
data/lib/geo3d/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Geo3d
2
- VERSION = "0.0.1"
2
+ VERSION = "0.0.2"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: geo3d
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Misha Conway
@@ -56,7 +56,7 @@ files:
56
56
  - lib/matrix.rb
57
57
  - lib/quaternion.rb
58
58
  - lib/vector.rb
59
- homepage: ''
59
+ homepage: https://github.com/MishaConway/geo3d
60
60
  licenses:
61
61
  - MIT
62
62
  metadata: {}