app_bridge 0.8.2-aarch64-linux-musl → 0.8.4-aarch64-linux-musl

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: 66aa02e2afe72a6491f2de275b57f45c93140c37deb89e8e2dd2d4106e9f67d0
4
- data.tar.gz: e55bef0a456b56817c2c4060f8a2dfa97f274e6a7748ce8b12126c0caa172881
3
+ metadata.gz: 85a706c99e97254facd58f3621efb544d6b93e9e4702edd899d4b8e9b1570aea
4
+ data.tar.gz: 4743255d30cb5f99d3000d38b9a4ebff829b49473b8928dde73a574f4624c408
5
5
  SHA512:
6
- metadata.gz: 691d9288d3bcd29b83cd24906d5f694c87161d1216c3bafba225a12766133c44829172eace9d176cc31de0bb404cdd14f322ba773e228d4fe628798193b32b47
7
- data.tar.gz: 045e6a4722c9b5349c518cfc2f72f667c9d0624b273f08297c4fdf4725bba4e5482acd03d28dec7599e94a09b1fcfc4959533c1d7e3aa5ef366ef873d78bc600
6
+ metadata.gz: 6d33192099d06ce69b0c5e61d20637f2ea67a0e35007fc92b0b7b51f1966b2d7d0070f9dcf6b161887bb6539c4af8a78fab54deb5266d01dc5a48447df1c411b
7
+ data.tar.gz: 66609f0885a39591eabdd45d43490b389b8d5a6fbc3381fa3995817b6d1aa78327c5483a171147d28e1f13f56a6891278e24cd5d813b15473e9c82920dac4c4f
Binary file
Binary file
Binary file
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module AppBridge
4
- VERSION = "0.8.2"
4
+ VERSION = "0.8.4"
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: app_bridge
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.8.2
4
+ version: 0.8.4
5
5
  platform: aarch64-linux-musl
6
6
  authors:
7
7
  - Alexander Ross
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2025-02-27 00:00:00.000000000 Z
11
+ date: 2025-02-28 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: The app_bridge gem is designed to enable seamless interaction with WebAssembly
14
14
  components that adhere to the WIT specification `standout:app`. It is developed