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 +4 -4
- data/CHANGELOG.md +4 -0
- data/README.md +7 -0
- data/lib/agent/session_context/version.rb +1 -1
- metadata +7 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 0d9cdf900172f84f36d2929edef896998de3c516dbf670e8e8d4ce895c2244df
|
|
4
|
+
data.tar.gz: 22e0132e0a814f9dc48979c89362cdf30dabfc9d518d244754d46dea6db5eb1e
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e67791f197f05bb99cc83f8a2f133ebee80d6cac5a1376166893076bcf845ff92fe552d6ff4786a83fdf701d55f2d44e9c034d844f25cdfbc973c773d4213dd1
|
|
7
|
+
data.tar.gz: 22d9fe007b425e8d931f6deb3903528ef572efd0404483d8d3a6c3bbd03307c88d1917db50ab1012a1348a69022644e96e58503f019836e5dc49d8a3535f1870
|
data/CHANGELOG.md
CHANGED
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
|
[](https://github.com/lucianghinda/agent-session-context/actions/workflows/main.yml)
|
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.
|
|
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
|