app_bridge 0.8.2-arm64-darwin → 0.8.4-arm64-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: 26447e86b7add510da5fd469e936136cb05ad888f095b5aed612e0c651ec316b
4
- data.tar.gz: c2dfe05b6e0037a9a3e2f30b42854a7dec52f0ccffe2f8d4d84ae4199719f343
3
+ metadata.gz: 3b4ed06c3f94338b0778821fb4ad51e521f267ced014c8a7a0c82db8cabe2f5e
4
+ data.tar.gz: a54998766ed00e273cf134f9eaea8605eabcc3d5053e855cacab3f1333e98f92
5
5
  SHA512:
6
- metadata.gz: c4f87516c4de74e2404bcb90892e77fc8862d7c0553e619e7d8ea647d4107f3fbb3256a7750449c33cf52297ba05b63a26b5247b7a227ae90958414e8e0bde43
7
- data.tar.gz: e6b4782a43e53a00d0d0b424e3a37edd31a9dff3e9adf7c40fe93ecadba7ea7874c5d85a0e62a5bd742f57b8c748458450e3652c40cf75f0bab485d2bcafefac
6
+ metadata.gz: fc936e543720e94e1af46460f67fc9068843368a492a62f37e52e12de834329c96a9a7811d24087faed5257315725984e478d7344d38b37d10d7fca2995fc98a
7
+ data.tar.gz: f5c9051019e6a7293ab956430930ca84870937ce925d5427fbb3b8b35ddef6ce43abd20dc9b93b5708a8df3eebd1d419f07c11ce1da3599dd146c13f45b703a0
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: arm64-darwin
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