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

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: cd27f36c0aa359c5d165faf8a87a36d5194e99efa564abc69fe3fde424db0960
4
- data.tar.gz: 2efebf91ba38ef88765702b869f0861a2a36ee53a97347586ee0e2cd253e952b
3
+ metadata.gz: 93ba6a6dd143d507fb1155aa82293d37d54b349d971fa426f82fae8414508914
4
+ data.tar.gz: 765a419de96b4059ffd6f271faf0d7598db9c9341184f591f8a2e62008a6398e
5
5
  SHA512:
6
- metadata.gz: 7b4a47def190ccae463c1300a2c5b3b2ee5650685a2286526ca1a9fb5f6aec71a2efd06ab8e753eb37592567cc363823e8236cfa12bb63f3457b5579fdeb9483
7
- data.tar.gz: ef552aa0e24f1bc5f51fcb8768288adbd5c4c287a2d322bf01e4bb5313e616f8ed9f55ef29833e139e0180f7b1f36f6cdc518b94f4c0b2acc258b8d139b9a966
6
+ metadata.gz: e27820137ac919489db31235b77fcaecb8fe93c37d23498d009343c4427acd714c363697d2dcb482f02d0dd5b3a41f6550f0fc6215fa5ced9fccf04445470054
7
+ data.tar.gz: 5242350cf99b4132970178f60c93254c10819b787a280dbd36e734d1f717170cb69b68918220c252413fccf4c13265675dd0430624836801e9b9ec04e615124e
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
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