geo3d 0.0.1 → 0.0.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/geo3d.gemspec +1 -1
- data/lib/geo3d/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: ec800a7b43a09953bbbcb5ed8c56c556366e2f67
|
4
|
+
data.tar.gz: 456e73c6c0a3897743b0f309d319e81593109bee
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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
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.
|
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: {}
|