agent-session_context 0.1.0 → 0.1.1

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: 354885a52b8cbdd91468f869bb75a09850c1cb9b065f5c05d87f2ec83d70e9cd
4
- data.tar.gz: c0bdeac8d7994aa514e01b7b08b57273d843e67359ce29875447925bfe665a23
3
+ metadata.gz: 0d9cdf900172f84f36d2929edef896998de3c516dbf670e8e8d4ce895c2244df
4
+ data.tar.gz: 22e0132e0a814f9dc48979c89362cdf30dabfc9d518d244754d46dea6db5eb1e
5
5
  SHA512:
6
- metadata.gz: d3be9d23e7d1ae974cdc4f516a61159e586e88573a2fea32e8d28137220d298036cc4a461f87c98c29787c13a5ee51789e45e7e55df4858db22a57bde529455b
7
- data.tar.gz: 2cbf65397f9bd18dda3fdfda24fc49f6633946d66f82b0589d221a5a11afb63415c1cbe222f5be58e1a6009012e700ad5189570271c030ee9b24a08e4ac745ba
6
+ metadata.gz: e67791f197f05bb99cc83f8a2f133ebee80d6cac5a1376166893076bcf845ff92fe552d6ff4786a83fdf701d55f2d44e9c034d844f25cdfbc973c773d4213dd1
7
+ data.tar.gz: 22d9fe007b425e8d931f6deb3903528ef572efd0404483d8d3a6c3bbd03307c88d1917db50ab1012a1348a69022644e96e58503f019836e5dc49d8a3535f1870
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  ## [Unreleased]
2
2
 
3
+ ## [0.1.1] - 2026-09-10
4
+
5
+ - Final release under this name. Renamed to `agent_session_context`.
6
+
3
7
  ## [0.1.0] - 2026-09-01
4
8
 
5
9
  - Use the `agent-session_context` distribution, `Agent::SessionContext`
data/README.md CHANGED
@@ -1,3 +1,10 @@
1
+ > **This gem has been renamed to `agent_session_context`.**
2
+ > `agent-session_context` will receive no further releases.
3
+ > Switch your Gemfile to: `gem "agent_session_context"`.
4
+ > The `Agent::SessionContext` namespace and the `agent-session-context`
5
+ > executable are unchanged, so no code changes are needed.
6
+ > New repository: <https://github.com/lucianghinda/agent_session_context>
7
+
1
8
  # Agent Session Context
2
9
 
3
10
  [![Build](https://github.com/lucianghinda/agent-session-context/actions/workflows/main.yml/badge.svg)](https://github.com/lucianghinda/agent-session-context/actions/workflows/main.yml)
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Agent
4
4
  module SessionContext
5
- VERSION = "0.1.0"
5
+ VERSION = "0.1.1"
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: agent-session_context
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Lucian Ghinda
@@ -92,6 +92,12 @@ metadata:
92
92
  changelog_uri: https://github.com/lucianghinda/agent-session-context/blob/main/CHANGELOG.md
93
93
  rubygems_mfa_required: 'true'
94
94
  source_code_uri: https://github.com/lucianghinda/agent-session-context
95
+ post_install_message: |
96
+ This gem has been renamed to `agent_session_context`.
97
+ `agent-session_context` will receive no further releases.
98
+ Switch your Gemfile to: gem "agent_session_context"
99
+ The `Agent::SessionContext` namespace and the `agent-session-context`
100
+ executable are unchanged, so no code changes are needed.
95
101
  rdoc_options: []
96
102
  require_paths:
97
103
  - lib