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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: a0758cba26b5125ebe606b88069f89ceb4872ef5ba8cc6254aa3c250d2e0cde7
4
- data.tar.gz: 9db42797ca61e5331d873d7dc8aa016c6c66f5e3af4bdda77129eeeb17e05cd4
3
+ metadata.gz: 1de5df7e4189d948d952d11bdefffe3f65acef4b0775cbb4fd7e43a34b75a3bd
4
+ data.tar.gz: 0d4eec1a8bd73f6c81b64abaa2b0e8e51efa7310ed9b67ec59d0fabbb486fdef
5
5
  SHA512:
6
- metadata.gz: '08c4b2ca57f4b7e0a0811a5131beee76986eedac9ea4f65fa8913e415e614986b43b050f7b266ea9b0b1375a4e178a33271c6c97094e3ad85881e5efaa641bbb'
7
- data.tar.gz: a16e3666170528bfb7c9530e353cdd3a9c7776cd4abb16e3e92fc63d40894af50c59512b4f2808e6d416e4088cd41e8fb5a64f391ec8804d11db28d7b963f304
6
+ metadata.gz: '088925ebc661c5ff6a2a867e585345ad2999b44f4c6a6987f8826de5c225a6a67ab6c75f3ff73771283dfddd73482165d2d0975cbfc9b81eb5f8635fc5a8c4f8'
7
+ data.tar.gz: 4d24f574bfbb75d82776585787873731686a1cf1e480ff9616a696ef612f84723ca026b8f581801db17d8b2feac810f05b247a011d819ba8f360410a007750c3
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-darwin-19
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.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: 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