proscenium 0.21.0-arm64-darwin → 0.21.3-arm64-darwin
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/proscenium/ext/proscenium +0 -0
- data/lib/proscenium/ext/proscenium.h +1 -9
- data/lib/proscenium/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: e019627eaff2795f6552dc3392ae13f288604a07bda837eaf12f7c0d261cd36f
|
4
|
+
data.tar.gz: f678cb2fb8dc05f40a8692f39fe1ebe2f1c72d51fe84f1cc0d5c676661de2d8c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 6104e84af25cb74c03dc5074a66acc1c25d1884b9e86c9f7954d55cb45f2ba1cf40fb689e959a29127b5f987d48f34bdb9170fd1cdf17e5aba75deeefb7b12af
|
7
|
+
data.tar.gz: 2d80e82b06daaf7b8ff16232378438a2496fcb396f54d761c6231dd97f5be7eb33ce6194609dcc7f7d30e16e81dc04e3be622885c10193a17c7f60050e6e04c6
|
Binary file
|
@@ -12,8 +12,6 @@
|
|
12
12
|
|
13
13
|
#ifndef GO_CGO_GOSTRING_TYPEDEF
|
14
14
|
typedef struct { const char *p; ptrdiff_t n; } _GoString_;
|
15
|
-
extern size_t _GoStringLen(_GoString_ s);
|
16
|
-
extern const char *_GoStringPtr(_GoString_ s);
|
17
15
|
#endif
|
18
16
|
|
19
17
|
#endif
|
@@ -55,16 +53,10 @@ typedef size_t GoUintptr;
|
|
55
53
|
typedef float GoFloat32;
|
56
54
|
typedef double GoFloat64;
|
57
55
|
#ifdef _MSC_VER
|
58
|
-
#if !defined(__cplusplus) || _MSVC_LANG <= 201402L
|
59
56
|
#include <complex.h>
|
60
57
|
typedef _Fcomplex GoComplex64;
|
61
58
|
typedef _Dcomplex GoComplex128;
|
62
59
|
#else
|
63
|
-
#include <complex>
|
64
|
-
typedef std::complex<float> GoComplex64;
|
65
|
-
typedef std::complex<double> GoComplex128;
|
66
|
-
#endif
|
67
|
-
#else
|
68
60
|
typedef float _Complex GoComplex64;
|
69
61
|
typedef double _Complex GoComplex128;
|
70
62
|
#endif
|
@@ -91,7 +83,7 @@ typedef struct { void *data; GoInt len; GoInt cap; } GoSlice;
|
|
91
83
|
extern "C" {
|
92
84
|
#endif
|
93
85
|
|
94
|
-
extern void reset_config(
|
86
|
+
extern void reset_config();
|
95
87
|
|
96
88
|
// Build the given `path` using the `config`.
|
97
89
|
//
|
data/lib/proscenium/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: proscenium
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.21.
|
4
|
+
version: 0.21.3
|
5
5
|
platform: arm64-darwin
|
6
6
|
authors:
|
7
7
|
- Joel Moss
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2025-10-
|
11
|
+
date: 2025-10-17 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: ffi
|