ag-ui-protocol 0.1.1 → 0.1.2

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: 2d35c7331cbf67bfacfc44411074e765ce36c07253f39a339b4576fe51bf882d
4
- data.tar.gz: adcdf68bd693284f81f5c0319c771bf21ae968dd9f28b88fe980cc96ce25c774
3
+ metadata.gz: c5e6907f9ed14356318d7581266ad019a2eb97e178792fe7177c9d0aa17733e1
4
+ data.tar.gz: 06e94b5cfda0135e1e261ee1ae8a14aeb0bf63c3063cca961d91a84ab6058d2a
5
5
  SHA512:
6
- metadata.gz: 61c512fc1ba210f2814ea1220029495f8d1e9d7bcdcfdb4ca562f796bc5c2c3707b3dc087a24b6842ac838b46f41635c72817fe2e912033ee18dfec3e5a197cb
7
- data.tar.gz: 77443e6f27e297edf4faa87dc4e834be28bcceb7f67af5309f5b364d27c62765085ffc1c2f859b380ba906a6ad8f71a119f1b0d9d98a4d592aff598e48b9d16b
6
+ metadata.gz: c3ae86fc1e7ae9d710d54210b244029e59bd0db1f1b238b9003646e3a8c8947e3cdbbdc2864a257e4b99b9154fccbbbee4f45ee5bc52468b99669b4293d3554b
7
+ data.tar.gz: 13d95ca9ae1575f97696554637b40666e08e270be0c9d07493b41ac1fec53b6f716e0bb088bbb2fe10463f1192063b366e664e65657d0446f60bbe094257de31
@@ -0,0 +1,5 @@
1
+ # typed: true
2
+ # frozen_string_literal: true
3
+ # This file is a alias for the ag_ui_protocol
4
+
5
+ require "ag_ui_protocol"
@@ -2,5 +2,5 @@
2
2
 
3
3
  module AgUiProtocol
4
4
  # The version of the protocol.
5
- VERSION = "0.1.1"
5
+ VERSION = "0.1.2"
6
6
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ag-ui-protocol
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Buk
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2025-12-24 00:00:00.000000000 Z
11
+ date: 2026-01-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: json
@@ -144,6 +144,7 @@ executables: []
144
144
  extensions: []
145
145
  extra_rdoc_files: []
146
146
  files:
147
+ - lib/ag-ui-protocol.rb
147
148
  - lib/ag_ui_protocol.rb
148
149
  - lib/ag_ui_protocol/core/events.rb
149
150
  - lib/ag_ui_protocol/core/types.rb
@@ -156,8 +157,8 @@ licenses:
156
157
  metadata:
157
158
  rubygems_mfa_required: 'true'
158
159
  source_code_uri: https://github.com/ag-ui-protocol/ag-ui
159
- documentation_uri: https://github.com/bukhr/ag-ui/blob/feat/ruby-sdk/docs/sdk/ruby/overview.mdx
160
- changelog_uri: https://github.com/bukhr/ag-ui/tree/feat/ruby-sdk/sdks/community/ruby/CHANGELOG.md
160
+ documentation_uri: https://github.com/ag-ui-protocol/ag-ui/blob/main/sdks/community/ruby/README.md
161
+ changelog_uri: https://github.com/ag-ui-protocol/ag-ui/tree/main/sdks/community/ruby/CHANGELOG.md
161
162
  homepage_uri: https://docs.ag-ui.com/introduction
162
163
  post_install_message:
163
164
  rdoc_options: []