tinyspline 0.5.0.pre.1-x86_64-darwin-19 → 0.6.0-x86_64-darwin-19
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 +4 -4
- data/lib/tinysplineruby23.bundle +0 -0
- data/lib/tinysplineruby24.bundle +0 -0
- data/lib/tinysplineruby25.bundle +0 -0
- data/lib/tinysplineruby26.bundle +0 -0
- data/lib/tinysplineruby27.bundle +0 -0
- data/lib/tinysplineruby30.bundle +0 -0
- data/lib/tinysplineruby31.bundle +0 -0
- data/lib/tinysplineruby32.bundle +0 -0
- metadata +14 -13
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 1de5df7e4189d948d952d11bdefffe3f65acef4b0775cbb4fd7e43a34b75a3bd
|
4
|
+
data.tar.gz: 0d4eec1a8bd73f6c81b64abaa2b0e8e51efa7310ed9b67ec59d0fabbb486fdef
|
5
5
|
SHA512:
|
6
|
-
metadata.gz: '
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: '088925ebc661c5ff6a2a867e585345ad2999b44f4c6a6987f8826de5c225a6a67ab6c75f3ff73771283dfddd73482165d2d0975cbfc9b81eb5f8635fc5a8c4f8'
|
7
|
+
data.tar.gz: 4d24f574bfbb75d82776585787873731686a1cf1e480ff9616a696ef612f84723ca026b8f581801db17d8b2feac810f05b247a011d819ba8f360410a007750c3
|
data/lib/tinysplineruby23.bundle
CHANGED
Binary file
|
data/lib/tinysplineruby24.bundle
CHANGED
Binary file
|
data/lib/tinysplineruby25.bundle
CHANGED
Binary file
|
data/lib/tinysplineruby26.bundle
CHANGED
Binary file
|
data/lib/tinysplineruby27.bundle
CHANGED
Binary file
|
data/lib/tinysplineruby30.bundle
CHANGED
Binary file
|
data/lib/tinysplineruby31.bundle
CHANGED
Binary file
|
Binary file
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: tinyspline
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.6.0
|
5
5
|
platform: x86_64-darwin-19
|
6
6
|
authors:
|
7
7
|
- Marcel Steinbeck
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2023-02-03 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
13
|
description: TinySpline is a small, yet powerful library for interpolating, transforming,
|
14
14
|
and querying arbitrary NURBS, B-Splines, and Bézier curves. The core of the library
|
@@ -20,14 +20,15 @@ executables: []
|
|
20
20
|
extensions: []
|
21
21
|
extra_rdoc_files: []
|
22
22
|
files:
|
23
|
-
- lib/tinyspline.rb
|
24
|
-
- lib/tinysplineruby23.bundle
|
25
|
-
- lib/tinysplineruby24.bundle
|
26
|
-
- lib/tinysplineruby25.bundle
|
27
|
-
- lib/tinysplineruby26.bundle
|
28
|
-
- lib/tinysplineruby27.bundle
|
29
|
-
- lib/tinysplineruby30.bundle
|
30
|
-
- lib/tinysplineruby31.bundle
|
23
|
+
- "./lib/tinyspline.rb"
|
24
|
+
- "./lib/tinysplineruby23.bundle"
|
25
|
+
- "./lib/tinysplineruby24.bundle"
|
26
|
+
- "./lib/tinysplineruby25.bundle"
|
27
|
+
- "./lib/tinysplineruby26.bundle"
|
28
|
+
- "./lib/tinysplineruby27.bundle"
|
29
|
+
- "./lib/tinysplineruby30.bundle"
|
30
|
+
- "./lib/tinysplineruby31.bundle"
|
31
|
+
- "./lib/tinysplineruby32.bundle"
|
31
32
|
homepage: https://github.com/msteinbeck/tinyspline
|
32
33
|
licenses:
|
33
34
|
- MIT
|
@@ -43,11 +44,11 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
43
44
|
version: '0'
|
44
45
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
45
46
|
requirements:
|
46
|
-
- - "
|
47
|
+
- - ">="
|
47
48
|
- !ruby/object:Gem::Version
|
48
|
-
version:
|
49
|
+
version: '0'
|
49
50
|
requirements: []
|
50
|
-
rubygems_version: 3.
|
51
|
+
rubygems_version: 3.3.5
|
51
52
|
signing_key:
|
52
53
|
specification_version: 4
|
53
54
|
summary: Spline Library for a Multitude of Programming Languages
|