topolys 0.6.0 → 0.6.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: ff0c3dc10b133b2eae085fea126b8a05061e7d9dc90f9e2f40e3f08f9d768195
4
- data.tar.gz: a725778c71fac9eb3fd521320a2eddf0d4634fefc0d586c5f0b510744cc6ca03
3
+ metadata.gz: 0a405801beee2c24bd9c52a3a40abcba6d1940c8181550f1a42d4b8dd6f31daa
4
+ data.tar.gz: 186cf8b20b0da07b7d920126b9a26d251d984bdcb27d284b32469752d7e8ada4
5
5
  SHA512:
6
- metadata.gz: cb2b9b7e37aa12f7180e1c48790d98bacad0f1ccc51516e2091cff7eab1c8487bf10be1a529358f348317d8ec292ab7d01f6a5233a9f0d37e36775b16727dc88
7
- data.tar.gz: 07ad85c62f935c8bca8c11c2ae959c98f2d48534d18f9b10013a540969db49559e7571742bec6bbe779060ba97958531c26171548f94455f780653a5b8e603f2
6
+ metadata.gz: fba46d106d7c432e4e371ae8e6dc09046ccbc1ca238879178c0f68a6c29c2b599f3d24cb84d9cf816b36ff675cd49c89967bfd5f56392012cbc1fa95c943abab
7
+ data.tar.gz: 236d61f34db2d3c756e84225084b9367a9ef4b9dee147f30269c5fdc0bc302344eaeaf29855ac845d7292bc3fe9a7761155487ae9f9f0841b7d6140d6924abde
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.2"
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"
data/topolys.gemspec CHANGED
@@ -11,7 +11,7 @@ Gem::Specification.new do |spec|
11
11
 
12
12
  spec.summary = ""
13
13
  spec.description = ""
14
- spec.homepage = "https://github.com/macumber/topolys.git"
14
+ spec.homepage = "https://github.com/automaticmagic/topolys.git"
15
15
  spec.license = "MIT"
16
16
 
17
17
  # Prevent pushing this gem to RubyGems.org. To allow pushes either set the " \
@@ -21,7 +21,7 @@ Gem::Specification.new do |spec|
21
21
  # spec.metadata["allowed_push_host"] = "TODO: Set to 'http://mygemserver.com'"
22
22
 
23
23
  spec.metadata["homepage_uri"] = spec.homepage
24
- spec.metadata["source_code_uri"] = "https://github.com/macumber/topolys/tree/v#{spec.version}"
24
+ spec.metadata["source_code_uri"] = "https://github.com/automaticmagic/topolys/tree/v#{spec.version}"
25
25
  #spec.metadata["changelog_uri"] = "TODO: Put your gem's CHANGELOG.md URL here."
26
26
  #else
27
27
  #raise "RubyGems 2.0 or newer is required to protect against " \
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.2
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-10-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: matrix
@@ -106,12 +106,12 @@ files:
106
106
  - lib/topolys/transformation.rb
107
107
  - lib/topolys/version.rb
108
108
  - topolys.gemspec
109
- homepage: https://github.com/macumber/topolys.git
109
+ homepage: https://github.com/automaticmagic/topolys.git
110
110
  licenses:
111
111
  - MIT
112
112
  metadata:
113
- homepage_uri: https://github.com/macumber/topolys.git
114
- source_code_uri: https://github.com/macumber/topolys/tree/v0.6.0
113
+ homepage_uri: https://github.com/automaticmagic/topolys.git
114
+ source_code_uri: https://github.com/automaticmagic/topolys/tree/v0.6.2
115
115
  post_install_message:
116
116
  rdoc_options: []
117
117
  require_paths: