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 +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
- data/topolys.gemspec +2 -2
- metadata +5 -5
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 0a405801beee2c24bd9c52a3a40abcba6d1940c8181550f1a42d4b8dd6f31daa
|
4
|
+
data.tar.gz: 186cf8b20b0da07b7d920126b9a26d251d984bdcb27d284b32469752d7e8ada4
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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-
|
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"
|
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/
|
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/
|
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.
|
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:
|
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/
|
109
|
+
homepage: https://github.com/automaticmagic/topolys.git
|
110
110
|
licenses:
|
111
111
|
- MIT
|
112
112
|
metadata:
|
113
|
-
homepage_uri: https://github.com/
|
114
|
-
source_code_uri: https://github.com/
|
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:
|