proscenium 0.8.0-aarch64-linux → 0.8.2-aarch64-linux

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: 73444b66e5ce6b5d5909cd219641c19ea3308bb7c1e296a1c7bfa61760c4e0dd
4
- data.tar.gz: 8ab6d26b8402450e4ab9196333ba563404da96934e4005db35797ce2cadba2bc
3
+ metadata.gz: fd2d28c087f38da818d19f9e7f3e220f58d398d3b6d311b8ab6775b7f5c3ec86
4
+ data.tar.gz: a88d6e8d7ac18e74427c1f35240b3fad8cace9fbc2ea79f49765dbd61d2549c0
5
5
  SHA512:
6
- metadata.gz: 38384828fe39b970f2d1691bb9866073913342f837e6d13ac1d3fd31fe61edc3de2fc1048c7846aab2ef4078f1cfcf1a8827203a052a06cf03ae238378a7af01
7
- data.tar.gz: 5b695aaad47a3b7ef5557b42fc33ac82d541d6d9d6cfb1269646c92c378b29b92b463973df68a89b780febb548747386cb1d73210a6cdb8d12681f38c6cdc2b9
6
+ metadata.gz: 52c756b27c66108cb0e62e69011eeaf8479689a51f7b2cead75fef71607c0e88a9d573c1e571ef5c374714376d2520eee09019b7f04d98d5cde455f1cab8440a
7
+ data.tar.gz: 349f1447131af581ea006d66814ae897ba626b5c6502ca321d1bda09cea6df78bee373224bff788c44a1ccb1958084f43f4db3d5787b203b6d7f138ded9e0027
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: aarch64-linux
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