app_bridge 2.1.2-aarch64-linux → 3.0.0-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 +4 -4
 - data/ext/app_bridge/wit/world.wit +7 -1
 - data/lib/app_bridge/3.2/app_bridge.so +0 -0
 - data/lib/app_bridge/3.4/app_bridge.so +0 -0
 - data/lib/app_bridge/version.rb +1 -1
 - metadata +2 -2
 
    
        checksums.yaml
    CHANGED
    
    | 
         @@ -1,7 +1,7 @@ 
     | 
|
| 
       1 
1 
     | 
    
         
             
            ---
         
     | 
| 
       2 
2 
     | 
    
         
             
            SHA256:
         
     | 
| 
       3 
     | 
    
         
            -
              metadata.gz:  
     | 
| 
       4 
     | 
    
         
            -
              data.tar.gz:  
     | 
| 
      
 3 
     | 
    
         
            +
              metadata.gz: 045a7796fa110808d6c6529172c91514ab963bc2d7793f4bdda294ddbbbe60a7
         
     | 
| 
      
 4 
     | 
    
         
            +
              data.tar.gz: 5fc04fb84855d00f6f0778262ef7e900d469622e4203b062cee3d96b32f1320c
         
     | 
| 
       5 
5 
     | 
    
         
             
            SHA512:
         
     | 
| 
       6 
     | 
    
         
            -
              metadata.gz:  
     | 
| 
       7 
     | 
    
         
            -
              data.tar.gz:  
     | 
| 
      
 6 
     | 
    
         
            +
              metadata.gz: 92a182f5c98b37c1f3f54da8012ee515804f0e6c98a559427c0d8c2164858ada027b5508001c4399fa50cb7e4bda30066b78b97a0cce87322cac33f4c0f3ec7e
         
     | 
| 
      
 7 
     | 
    
         
            +
              data.tar.gz: e1ae9d4d23553b1be63b90b4ab7ad0e4ccfde7ed78df5de8df57e640886f7601057c245e976c0fa371d51aa2c389b64d99972b914fd193c3f0ecfe644ac944a5
         
     | 
| 
         @@ -1,4 +1,4 @@ 
     | 
|
| 
       1 
     | 
    
         
            -
            package standout:app@ 
     | 
| 
      
 1 
     | 
    
         
            +
            package standout:app@3.0.0;
         
     | 
| 
       2 
2 
     | 
    
         | 
| 
       3 
3 
     | 
    
         
             
            interface types {
         
     | 
| 
       4 
4 
     | 
    
         
             
              // The trigger-store is a string that is used to store data between trigger
         
     | 
| 
         @@ -133,6 +133,12 @@ interface types { 
     | 
|
| 
       133 
133 
     | 
    
         | 
| 
       134 
134 
     | 
    
         
             
                /// A catch-all for all other types of errors. Should include a descriptive message.
         
     | 
| 
       135 
135 
     | 
    
         
             
                other,
         
     | 
| 
      
 136 
     | 
    
         
            +
             
     | 
| 
      
 137 
     | 
    
         
            +
                /// Complete the current workflow execution.
         
     | 
| 
      
 138 
     | 
    
         
            +
                complete-workflow,
         
     | 
| 
      
 139 
     | 
    
         
            +
             
     | 
| 
      
 140 
     | 
    
         
            +
                /// Complete the parent step execution.
         
     | 
| 
      
 141 
     | 
    
         
            +
                complete-parent,
         
     | 
| 
       136 
142 
     | 
    
         
             
              }
         
     | 
| 
       137 
143 
     | 
    
         
             
            }
         
     | 
| 
       138 
144 
     | 
    
         | 
| 
         Binary file 
     | 
| 
         Binary file 
     | 
    
        data/lib/app_bridge/version.rb
    CHANGED
    
    
    
        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:  
     | 
| 
      
 4 
     | 
    
         
            +
              version: 3.0.0
         
     | 
| 
       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-10- 
     | 
| 
      
 11 
     | 
    
         
            +
            date: 2025-10-29 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
         
     |