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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 0a9b0872f4d89273f4aca9d0f7e60821f6449c976f323563075a15fa2568a7c0
4
- data.tar.gz: 40f6f7d7c3c51fd2717822fdf3960bdc587dafbbe97a21cc1a8dcc87dd04585f
3
+ metadata.gz: 15a670ab2cf360ef06a8a627210e397514b4cfa4f0ea18031e74b9d1fd0908d7
4
+ data.tar.gz: 738f73b703cec3249a8b9ad79218819a67d19bd61b8d19877eadb11b4417fa04
5
5
  SHA512:
6
- metadata.gz: 474b96b6712c6ba6778f0c1dbb8e52421c54b9f70a162ff1bd3990d8191a44d8c65cf9f83c6df59a09c4d99fd4b0d63192ca7d952f061b8d9cfbee17a74b7fcb
7
- data.tar.gz: 5ce3792c35db9f959464214adb68546ccfb41ad5a69b411986e784d97ad079b76cbfc0605262752abbc035689f57fc19c47ea18621dce4f99056bb20ad9e0981
6
+ metadata.gz: cb95cdecc1c8e2814a196259a8e4af13588c340585f8b9b2d9ac1fba8e15892814fffe0f47344ae81538f5a41630d9dba5fa06d73120e492910255cf2c0d8b29
7
+ data.tar.gz: 5998c390dfc1ad118add427b81b1aee03c86d48395ca01fc6dd6214ff046c0460bb25597ea6d2927b2f54b9272b9ea40d4ed4240580f47ec35e48c6de14b2f9f
Binary file
Binary file
Binary file
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.5.0.pre.1
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: 2022-06-27 00:00:00.000000000 Z
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: 1.3.1
48
+ version: '0'
48
49
  requirements: []
49
- rubygems_version: 3.1.2
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