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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: db414f8a3727cb4b23d63f13b273082067542395537b94dc34919094ea0166c0
4
- data.tar.gz: 20b6419152d414ce0305d4e3d26824fe99650649781fa751a76475c6e559cf0a
3
+ metadata.gz: e019627eaff2795f6552dc3392ae13f288604a07bda837eaf12f7c0d261cd36f
4
+ data.tar.gz: f678cb2fb8dc05f40a8692f39fe1ebe2f1c72d51fe84f1cc0d5c676661de2d8c
5
5
  SHA512:
6
- metadata.gz: 4665f38058a51a9cf824c549fe0e9a9a14bec930081abb0e9fc6962ef76aefc51cd4f2e8e244e97bec165823491f37e3298aeb439049006d0da7b33da0c3cd81
7
- data.tar.gz: 556f705271397eff36c651c0fcb451239116e673fba7fee1d0c1c2870f5c2831cad4a8dc8a6b96b6acc15b4429ce9ee0736482ebf7fb1caf7127ee5896a89da0
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(void);
86
+ extern void reset_config();
95
87
 
96
88
  // Build the given `path` using the `config`.
97
89
  //
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Proscenium
4
- VERSION = '0.21.0'
4
+ VERSION = '0.21.3'
5
5
  end
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.0
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-15 00:00:00.000000000 Z
11
+ date: 2025-10-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: ffi