solid_mcp 0.2.1 → 0.2.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: 3aa4d7472deba4836dde19ecd8f77ddf711078e1e67653e217234e68db7e8aba
4
- data.tar.gz: 980e352ee18764b440a56cad8c8201e9158288ba617812181b72fc04af2c1405
3
+ metadata.gz: 7eaf52b352f6ac4db44daa281f87f88968a4ad43a2977bd8abd3a414cf3a6da3
4
+ data.tar.gz: 51763db626164cee826cf17130d834046e0ed7a0ebb55b93251a71dec7cdf2a4
5
5
  SHA512:
6
- metadata.gz: ec42aab4269af5a30ae4bf9378cdbbbd0e3e00fc52fdf000ecd05367d520f59dc275e4d4ec536d887508e8fbf93c3de915aeed505a8a31d95439fa3e61f0dd4b
7
- data.tar.gz: a9804075acc655457b4e857d154278ef3125706478048ec822ce42a8da29e335777017666831ef3b9793cc4bbf7add35d90fb2ae8ff6e74914f78e716ba5cccd
6
+ metadata.gz: e5d3b07f02543fd94087c577ef9b8854739772dd857879206d129d7c76b7ffd0530064619313233b46704359e2f1796a51cc87a27fac4b7a9979670e5460530e
7
+ data.tar.gz: abd42e4cc0c9b682fda39d9accfdd29c91d767d725219937819579a7f7dd79a7fc3a5e4428f1565836cef57fab5d1cf5aab802774b48c91a334076939edc9046
@@ -1 +1 @@
1
- {".":"0.2.1"}
1
+ {".":"0.2.2"}
data/CHANGELOG.md CHANGED
@@ -1,5 +1,12 @@
1
1
  ## [Unreleased]
2
2
 
3
+ ## [0.2.2](https://github.com/seuros/solid_mcp/compare/solid_mcp/v0.2.1...solid_mcp/v0.2.2) (2025-07-01)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * override generator namespace to prevent zeitwerk naming issues ([beadfc5](https://github.com/seuros/solid_mcp/commit/beadfc55d73d7446ed6c05db46ef16ef4ef79886))
9
+
3
10
  ## [0.2.1](https://github.com/seuros/solid_mcp/compare/solid_mcp/v0.2.0...solid_mcp/v0.2.1) (2025-07-01)
4
11
 
5
12
 
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- solid_mcp (0.2.1)
4
+ solid_mcp (0.2.2)
5
5
  activejob (>= 8.0)
6
6
  activerecord (>= 8.0)
7
7
  concurrent-ruby (~> 1.0)
@@ -6,6 +6,7 @@ require "rails/generators/active_record"
6
6
  module SolidMCP
7
7
  module Generators
8
8
  class InstallGenerator < Rails::Generators::Base
9
+ namespace "solid_mcp:install"
9
10
  include ActiveRecord::Generators::Migration
10
11
 
11
12
  source_root File.expand_path("templates", __dir__)
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module SolidMCP
4
- VERSION = "0.2.1"
4
+ VERSION = "0.2.2"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: solid_mcp
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.1
4
+ version: 0.2.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Abdelkader Boudih