proscenium 0.8.0-x86_64-darwin → 0.8.2-x86_64-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: fc7eefa3824607e57c5f93049c9d3cbc162869d7d024bcf9ede93408ffd4ef1c
4
- data.tar.gz: 6edc32f09cd23ac0041cf73e2797be7d83c05a640edab317310c059d3d4113c6
3
+ metadata.gz: 2ac3f3096a849bd65210721f3b1308ecf9086e53372cf9df5ec835a85a0829d5
4
+ data.tar.gz: 8935915d8cf4eadbf58dda6e7fda74a56b2dd8011864527ea72d71b8bf210f50
5
5
  SHA512:
6
- metadata.gz: b90fd8729434d1c1133c622a8977ccb46704644afcf165955f6b39aa9a130efba03500ea04a57b40b57cadb645a790bf81ba3e2ec1eb39e3a739993f7acd3390
7
- data.tar.gz: 0f1d6a8dbe3b327a6bebc761f419f00d33bda2d9174cb7ae29659503d5712a578993438fb787244951cd7dfcd5b23ab99ca530ece087bc315fe29423913748cb
6
+ metadata.gz: aa552ed8a97a1dd146f415b2463b20a2bf73aea671889dbb60ad57e22252b20dc890a6419452b2449fb66403cc195ae99fd3fb77948129fb3a7cfbf23a88b0c4
7
+ data.tar.gz: 33f44fd85c89c02bf7afdb0d7c0aefa1e6acbcc283170b699853fbf3da0b1bf8ec6544521d48b0591dcdabb81db12f523ba58391bc9f7ddeb63aa5d92e5b3837
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: x86_64-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