rails-ai-context 5.11.0 → 5.11.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: 21293efcd236f2ea0b04dd95564369f21e071a0373e71343caa740db9a2eb9f1
4
- data.tar.gz: 0b9487187d0af78dc5e3fdd02f6f0910a132c69d306d0472ee98174baa9773d4
3
+ metadata.gz: c3e23845bcfe323dd73111461ed349f0d35d8e8bb4bcd941a4c7ed870c749624
4
+ data.tar.gz: 93969c1619e875b051f414dbbb6e15390c228355354232508ae67e0edc3a59b1
5
5
  SHA512:
6
- metadata.gz: '016190a6a753c61f7363a7ad61855c153ef2a9c0d98e2ffb95dd164a1c1310deb9a8963b9afed5ff2c12d12644a93470d2d1d38bb510ddda69579e77f8941755'
7
- data.tar.gz: 730deb817f8800b7468d4dd09e0af68c1a1429e4475c19e05eefc77d1e2728a246e2e4e2ba04249685de7a9b70c6248742773225d75df2b13d5e2fcd73694307
6
+ metadata.gz: a7c3d0052929d25b6ae73cbf5aa7d5019f0358b937f26ed74f494070ce8b15d86d77eca302f0ab67fd2095dec7cbe2b2dacb08443c33c0c0e0f6e2af096985d1
7
+ data.tar.gz: af39220ce267de5152de58df7bbcdf24ace9b570d295e40b014a8d491af0a680298761e38fa51039352407d6506776c17179680b6f5012e70ea1023cc93e7f2c
data/CHANGELOG.md CHANGED
@@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
5
5
  The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
6
6
  and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
 
8
+ ## [5.11.1] — 2026-05-24
9
+
10
+ ### Fixed
11
+
12
+ - E2E MCP HTTP protocol spec sends `initialize` once per session instead of per-test, fixing compatibility with newer `mcp` gem versions that reject duplicate initialization.
13
+
8
14
  ## [5.11.0] — 2026-05-24
9
15
 
10
16
  ### Changed — Prism AST migration: all introspectors now use structural code extraction
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module RailsAiContext
4
- VERSION = "5.11.0"
4
+ VERSION = "5.11.1"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rails-ai-context
3
3
  version: !ruby/object:Gem::Version
4
- version: 5.11.0
4
+ version: 5.11.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - crisnahine