tinyspline 0.5.0.pre.1-x64-mingw32 → 0.6.0-x64-mingw32
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/tinysplineruby26.so +0 -0
- data/lib/tinysplineruby27.so +0 -0
- data/lib/tinysplineruby30.so +0 -0
- data/lib/tinysplineruby31.so +0 -0
- data/lib/tinysplineruby32.so +0 -0
- metadata +13 -12
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 15a670ab2cf360ef06a8a627210e397514b4cfa4f0ea18031e74b9d1fd0908d7
|
4
|
+
data.tar.gz: 738f73b703cec3249a8b9ad79218819a67d19bd61b8d19877eadb11b4417fa04
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: cb95cdecc1c8e2814a196259a8e4af13588c340585f8b9b2d9ac1fba8e15892814fffe0f47344ae81538f5a41630d9dba5fa06d73120e492910255cf2c0d8b29
|
7
|
+
data.tar.gz: 5998c390dfc1ad118add427b81b1aee03c86d48395ca01fc6dd6214ff046c0460bb25597ea6d2927b2f54b9272b9ea40d4ed4240580f47ec35e48c6de14b2f9f
|
data/lib/tinysplineruby26.so
CHANGED
Binary file
|
data/lib/tinysplineruby27.so
CHANGED
Binary file
|
data/lib/tinysplineruby30.so
CHANGED
Binary file
|
data/lib/tinysplineruby31.so
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: x64-mingw32
|
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,13 +20,14 @@ executables: []
|
|
20
20
|
extensions: []
|
21
21
|
extra_rdoc_files: []
|
22
22
|
files:
|
23
|
-
- lib/libgcc_s_seh-1.dll
|
24
|
-
- lib/libstdc++-6.dll
|
25
|
-
- lib/tinyspline.rb
|
26
|
-
- lib/tinysplineruby26.so
|
27
|
-
- lib/tinysplineruby27.so
|
28
|
-
- lib/tinysplineruby30.so
|
29
|
-
- lib/tinysplineruby31.so
|
23
|
+
- "./lib/libgcc_s_seh-1.dll"
|
24
|
+
- "./lib/libstdc++-6.dll"
|
25
|
+
- "./lib/tinyspline.rb"
|
26
|
+
- "./lib/tinysplineruby26.so"
|
27
|
+
- "./lib/tinysplineruby27.so"
|
28
|
+
- "./lib/tinysplineruby30.so"
|
29
|
+
- "./lib/tinysplineruby31.so"
|
30
|
+
- "./lib/tinysplineruby32.so"
|
30
31
|
homepage: https://github.com/msteinbeck/tinyspline
|
31
32
|
licenses:
|
32
33
|
- MIT
|
@@ -42,11 +43,11 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
42
43
|
version: '0'
|
43
44
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
44
45
|
requirements:
|
45
|
-
- - "
|
46
|
+
- - ">="
|
46
47
|
- !ruby/object:Gem::Version
|
47
|
-
version:
|
48
|
+
version: '0'
|
48
49
|
requirements: []
|
49
|
-
rubygems_version: 3.
|
50
|
+
rubygems_version: 3.3.5
|
50
51
|
signing_key:
|
51
52
|
specification_version: 4
|
52
53
|
summary: Spline Library for a Multitude of Programming Languages
|