topolys 0.6.0 → 0.6.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/LICENSE.md +1 -1
- data/lib/topolys/model.rb +0 -6
- data/lib/topolys/version.rb +1 -1
- data/lib/topolys.rb +4 -4
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 3bb18d30ee726b34ae0e120b80b3c0ef4c65c1bc627a44c1e65f67a6105f8e89
|
4
|
+
data.tar.gz: 5ea32d08c42f82bb143d085e24a2186ad150b4ca5479858a9390affd7e9cd282
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b57339cdf52a7f88d4774a82627dbc31a04ea459597afbbf4275ce9286bf8c5bd8530706083ccc7fc327553ca06c1834c0472f254fbc652250fc635525719fa4
|
7
|
+
data.tar.gz: 962c68e4226bccc4db7627570b01bd74dc63ae9a15d19e33d559faa8673bc080331e0669abfe2aec247639a809119262c28f6098eb6f76ada26d09aeb4380985
|
data/LICENSE.md
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
MIT License
|
2
2
|
|
3
|
-
Copyright (c) 2020-
|
3
|
+
Copyright (c) 2020-2023 Dan Macumber & Denis Bourgeois
|
4
4
|
|
5
5
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
6
6
|
of this software and associated documentation files (the "Software"), to deal
|
data/lib/topolys/model.rb
CHANGED
data/lib/topolys/version.rb
CHANGED
data/lib/topolys.rb
CHANGED
@@ -1,4 +1,4 @@
|
|
1
|
-
|
2
|
-
|
3
|
-
|
4
|
-
|
1
|
+
require_relative "topolys/version"
|
2
|
+
require_relative "topolys/geometry"
|
3
|
+
require_relative "topolys/transformation"
|
4
|
+
require_relative "topolys/model"
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: topolys
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.6.
|
4
|
+
version: 0.6.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Dan Macumber & Denis Bourgeois
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2023-02-15 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: matrix
|
@@ -111,7 +111,7 @@ licenses:
|
|
111
111
|
- MIT
|
112
112
|
metadata:
|
113
113
|
homepage_uri: https://github.com/macumber/topolys.git
|
114
|
-
source_code_uri: https://github.com/macumber/topolys/tree/v0.6.
|
114
|
+
source_code_uri: https://github.com/macumber/topolys/tree/v0.6.1
|
115
115
|
post_install_message:
|
116
116
|
rdoc_options: []
|
117
117
|
require_paths:
|