proscenium 0.8.0-arm64-darwin → 0.8.2-arm64-darwin

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: a43e54da60015f3f0f2b87d09339fd2e5d95d416c95cc528a4b2eeaa81a03151
4
- data.tar.gz: 4c39451bd64ee5f3f4f529813a38cb16345b98784225074fe13451f0facfc351
3
+ metadata.gz: 22cc4869f23932a86fcaeff9ff7af8c307b9bc43773d4b69a5fb010eb68dd1c9
4
+ data.tar.gz: e5e5cab2c200190f9de247653aff893958a7e7b77308d29b731a28b4e47ece7f
5
5
  SHA512:
6
- metadata.gz: 20c38fff8fb0f392b0ed3a464fe2ecfb5afc76893fbd42c55e85e23245070dfa30f8cf07a5a8c76929025e6e4cb49b3ba69051d1bf7de60c27e7fb864a5c9406
7
- data.tar.gz: b952474632c68ddb4134a4f112ac095aba893d562f03d3085ab61d941fe12600d4c135e656070e7b100bbade418c51bc3a59de7755b503c216c53eecad6eefa3
6
+ metadata.gz: 74bf73562a7b759e3ea14267b9ae3193c66d84bfde74cbd0156b695b94b952df35a4482448fd4243d4ac0c3cea84694df2b1af002e482a4a76977c2fdbbeaaaf
7
+ data.tar.gz: 262b892705b677e5e8d27e816be8ea570f6359c165709dd20b304dd6a80180a683584c96623ece9aeda30d7a488e8cc66c1924d2977751a221ed6802a530c775
Binary file
@@ -90,10 +90,9 @@ extern "C" {
90
90
  // - baseUrl - base URL of the Rails app. eg. https://example.com
91
91
  // - env - The environment (1 = development, 2 = test, 3 = production)
92
92
  // - importMap - Path to the import map relative to `root`.
93
- // - bundle
94
93
  // - debug
95
94
  //
96
- extern struct Result build(char* filepath, char* root, char* baseUrl, unsigned int env, char* importMap, GoUint8 bundle, GoUint8 debug);
95
+ extern struct Result build(char* filepath, char* root, char* baseUrl, unsigned int env, char* importMap, GoUint8 debug);
97
96
 
98
97
  // Resolve the given `path` relative to the `root`.
99
98
  //
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Proscenium
4
- VERSION = '0.8.0'
4
+ VERSION = '0.8.2'
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.8.0
4
+ version: 0.8.2
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: 2023-06-06 00:00:00.000000000 Z
11
+ date: 2023-06-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport