rails-ai-bridge 2.2.0 → 2.2.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: 89c1de6e57a12e9e993e3a6648f08829ebd7c59e975e70b33c1b8a73fd9e940d
4
- data.tar.gz: 24b0733e1c31510a0c8876524cb670ec79ff6b53ed7fad477983ddbeff7d23a2
3
+ metadata.gz: 70867e1bc29b66979111806711304a319895660a492f22c32664945cbd9a0172
4
+ data.tar.gz: 157d6edc614ab44ce75bd26a67180d52f972309c6e40442aebf597885573f27b
5
5
  SHA512:
6
- metadata.gz: 8a42be12f415b7957931b3c88cbd5a7ecf81af08357052b9d7d4c5d5ce20c40c0b93ab57a73c02c337e4fd22297780732b6d1dea073d47972df29d371b26456b
7
- data.tar.gz: f6b2bc0cec702dc34388dd1606981d8d7169dafa5b35f3715e7dbfb8ac027d651e52d0e5504a7030af9cc92ce9f99d7ee4281e7fed54f6324149c10fc2c84c9d
6
+ metadata.gz: 7443118e1519437db85760ccf3ab74149c089cc5c11df0a07f3265ef32f7715f11bff08ac77e71c6630b6e84a38139f5d34e3240b8daf7a15de978e0647c2cb7
7
+ data.tar.gz: 496f69091bc4d8fce29527bc0445868250b3a34fb5a7192cd19d5334940c857e022a6b71a1268e0035f6c6f65a71de90f5b4deb1dd26250bfcc9e4cc98f63bdd
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module RailsAiBridge
4
- VERSION = "2.2.0"
4
+ VERSION = "2.2.1"
5
5
  end
@@ -8,13 +8,13 @@ Gem::Specification.new do |spec|
8
8
  spec.authors = [ "Ismael Marin" ]
9
9
  spec.email = [ "ismael.marin@gmail.com" ]
10
10
 
11
- spec.summary = "Give AI assistants deep, live knowledge of your Rails app via MCP."
12
- spec.description = <<~DESC
13
- rails-ai-bridge automatically introspects your Rails application and exposes
14
- models, routes, schema, controllers, views, jobs, mailers, Turbo/Hotwire,
15
- auth, API layer, tests, config, and conventions through the Model Context
16
- Protocol (MCP). Works with Claude Code, Cursor, Windsurf, GitHub Copilot, and
17
- any MCP-compatible AI tool. Zero configuration required.
11
+ spec.summary = "Senior-grade AI context and semantic model tiering for Ruby on Rails."
12
+ spec.description = <<~DESC.gsub(/\s+/, " ").strip
13
+ Rails-AI-Bridge introspects your Rails application and exposes structure to AI assistants via
14
+ static context files and a live Model Context Protocol (MCP) server. It classifies Active Record
15
+ models semantically (Core, Join, Supporting), optionally surfaces non-ActiveRecord Ruby classes
16
+ under app/models (tagged POJO/Service), and integrates with editors and assistants such as
17
+ Claude, Gemini, Cursor, and Windsurf.
18
18
  DESC
19
19
 
20
20
  spec.homepage = "https://github.com/igmarin/rails-ai-bridge"
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rails-ai-bridge
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.2.0
4
+ version: 2.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ismael Marin
@@ -175,12 +175,11 @@ dependencies:
175
175
  - - "~>"
176
176
  - !ruby/object:Gem::Version
177
177
  version: '0.9'
178
- description: |
179
- rails-ai-bridge automatically introspects your Rails application and exposes
180
- models, routes, schema, controllers, views, jobs, mailers, Turbo/Hotwire,
181
- auth, API layer, tests, config, and conventions through the Model Context
182
- Protocol (MCP). Works with Claude Code, Cursor, Windsurf, GitHub Copilot, and
183
- any MCP-compatible AI tool. Zero configuration required.
178
+ description: Rails-AI-Bridge introspects your Rails application and exposes structure
179
+ to AI assistants via static context files and a live Model Context Protocol (MCP)
180
+ server. It classifies Active Record models semantically (Core, Join, Supporting),
181
+ optionally surfaces non-ActiveRecord Ruby classes under app/models (tagged POJO/Service),
182
+ and integrates with editors and assistants such as Claude, Gemini, Cursor, and Windsurf.
184
183
  email:
185
184
  - ismael.marin@gmail.com
186
185
  executables:
@@ -430,5 +429,5 @@ required_rubygems_version: !ruby/object:Gem::Requirement
430
429
  requirements: []
431
430
  rubygems_version: 3.6.9
432
431
  specification_version: 4
433
- summary: Give AI assistants deep, live knowledge of your Rails app via MCP.
432
+ summary: Senior-grade AI context and semantic model tiering for Ruby on Rails.
434
433
  test_files: []