tinyspline 0.5.0.pre.1-x86_64-linux → 0.6.0-x86_64-linux

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: 3e43c345b645c4fc67ce4d5215fbabd9546133129596a907d531c9c0500f53a0
4
- data.tar.gz: a56d3e6be000493714a6ce80ee0dc6d6b1ef276cf613766685589cfe8c641067
3
+ metadata.gz: '0686dff05067d0fb367c025a25a645ff61e7e74ab6154b6ba4c9f10a7c8781b9'
4
+ data.tar.gz: 8ea32acdaad8945a64ed8c01b9cd41a5602318c6eedbb52747508a2073263387
5
5
  SHA512:
6
- metadata.gz: e629a893f3a4bf3069b4b1adfb49a00ecae8052c2a6c9d992ae9797f2c8e0dc339693408834c782e754d82a58dbf5d609e57433edf04cf0d56d72e924dd06f52
7
- data.tar.gz: 213f74f1a62e3144e60bf3ec66c5e9f89cbc7910fa325010f8ac425c34cf8cf3cb1111af188ac0719dbdd9bcc78d97c117c7dfddf814ec475c3d6ee35d05160f
6
+ metadata.gz: 4faadad20fcc32c8eac8045bc5b9b150bf58fd98d8d35aa7f74e1b2be51b6ff152249ed87f83e668c37ac802947fa5b1fc326f92cea6fe8a5af4f5267a9a7556
7
+ data.tar.gz: eb0ad42fee706e20f9b66a41c858a0021567eb1efcc085f72bfec065118e62d6d6b6843d989282935f6e3dce3b11057d73ba98985d8caefed133e71f7644659a
Binary file
Binary file
Binary file
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: x86_64-linux
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,14 +20,15 @@ executables: []
20
20
  extensions: []
21
21
  extra_rdoc_files: []
22
22
  files:
23
- - lib/tinyspline.rb
24
- - lib/tinysplineruby23.so
25
- - lib/tinysplineruby24.so
26
- - lib/tinysplineruby25.so
27
- - lib/tinysplineruby26.so
28
- - lib/tinysplineruby27.so
29
- - lib/tinysplineruby30.so
30
- - lib/tinysplineruby31.so
23
+ - "./lib/tinyspline.rb"
24
+ - "./lib/tinysplineruby23.so"
25
+ - "./lib/tinysplineruby24.so"
26
+ - "./lib/tinysplineruby25.so"
27
+ - "./lib/tinysplineruby26.so"
28
+ - "./lib/tinysplineruby27.so"
29
+ - "./lib/tinysplineruby30.so"
30
+ - "./lib/tinysplineruby31.so"
31
+ - "./lib/tinysplineruby32.so"
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: 1.3.1
49
+ version: '0'
49
50
  requirements: []
50
- rubygems_version: 3.1.2
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