robot_lab-a2a 0.2.6 → 0.2.7

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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/lib/robot_lab/a2a/version.rb +1 -1
  3. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 508cfed94ac09af2dc3aef1bdce245e1ec12e561dc1af58e1a11c37c362c3e9a
4
- data.tar.gz: 7014425d58923f5cf00f74e96242f0f77890e4342ea1cd06022cbab8d13dbdad
3
+ metadata.gz: 35293bad787439bd0df0a795e18cc14422c5e1a9bf513e1482c5cafdb52b11e0
4
+ data.tar.gz: fc1830e74ae5570420684c3728652241726484cf5c73e8d2b027d7bfb0f20275
5
5
  SHA512:
6
- metadata.gz: 3604a8078469267732f02a7bd7d5bd52d00e1980a2bac92c38c7c495947d11404fe1dc1614f166589e3be6a75afa98d5889485ad01121fc87e14e1107911ada1
7
- data.tar.gz: c87c24bf66e2d1490d3e51b4d6155e753d5f1e24083fa2a3c93b1341506c8927f813b509c72d82224d319931fdea3c4b3026c5a1109343478645a9830fb3356a
6
+ metadata.gz: 7e4cd7143ca99b4df4af69ea6a2ab189cc936eb638b5b0237e68d99ed697a82f70afb7a7856609682980c3069c61dbe0a4454f70a2de1c20282fcfa82732317a
7
+ data.tar.gz: ef3cd22a82035f60dfb3c491e552d35b3a73ee169e87dad449d9456442c77f9c60ea4fbd8e5180c188f9e256db5c813196aeba27950213f11ef820b20b41d8b0
@@ -2,6 +2,6 @@
2
2
 
3
3
  module RobotLab
4
4
  module A2A
5
- VERSION = '0.2.6'
5
+ VERSION = '0.2.7'
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: robot_lab-a2a
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.6
4
+ version: 0.2.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Dewayne VanHoozer
@@ -125,7 +125,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
125
125
  - !ruby/object:Gem::Version
126
126
  version: '0'
127
127
  requirements: []
128
- rubygems_version: 4.0.17
128
+ rubygems_version: 4.0.19
129
129
  specification_version: 4
130
130
  summary: Agent2Agent (A2A) protocol adapter for RobotLab
131
131
  test_files: []