topolys 0.6.0 → 0.6.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: ff0c3dc10b133b2eae085fea126b8a05061e7d9dc90f9e2f40e3f08f9d768195
4
- data.tar.gz: a725778c71fac9eb3fd521320a2eddf0d4634fefc0d586c5f0b510744cc6ca03
3
+ metadata.gz: 3bb18d30ee726b34ae0e120b80b3c0ef4c65c1bc627a44c1e65f67a6105f8e89
4
+ data.tar.gz: 5ea32d08c42f82bb143d085e24a2186ad150b4ca5479858a9390affd7e9cd282
5
5
  SHA512:
6
- metadata.gz: cb2b9b7e37aa12f7180e1c48790d98bacad0f1ccc51516e2091cff7eab1c8487bf10be1a529358f348317d8ec292ab7d01f6a5233a9f0d37e36775b16727dc88
7
- data.tar.gz: 07ad85c62f935c8bca8c11c2ae959c98f2d48534d18f9b10013a540969db49559e7571742bec6bbe779060ba97958531c26171548f94455f780653a5b8e603f2
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-2021 Dan Macumber & Denis Bourgeois
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
@@ -1,9 +1,3 @@
1
- begin
2
- require "topolys/version"
3
- rescue LoadError
4
- require File.join(File.dirname(__FILE__), 'version.rb')
5
- end
6
-
7
1
  require 'json'
8
2
  require 'securerandom'
9
3
  require 'set'
@@ -1,3 +1,3 @@
1
1
  module Topolys
2
- VERSION = "0.6.0"
2
+ VERSION = "0.6.1"
3
3
  end
data/lib/topolys.rb CHANGED
@@ -1,4 +1,4 @@
1
- require "topolys/version"
2
- require "topolys/geometry"
3
- require "topolys/transformation"
4
- require "topolys/model"
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.0
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: 2022-07-29 00:00:00.000000000 Z
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.0
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: