girb-mcp 0.1.2 → 0.1.3

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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +2 -2
  3. data/lib/girb_mcp/version.rb +1 -1
  4. metadata +7 -15
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 9a1604f29ea1cd6c38d226ea3be39e877f7930607fa1c0c7c5ecb1b534cc62ad
4
- data.tar.gz: 66fded7171a7f42775906155c55fca1ea83c02544bf484d7ec549a2c4aa181b6
3
+ metadata.gz: 8213f3c4f1d7f389034a135870ac3ae68cb452420d8f383d4317539899c31a81
4
+ data.tar.gz: 785eb0939caf7fa4f78947790ca2833c9bd2362b26ad00a2e64ab20f252cc9d1
5
5
  SHA512:
6
- metadata.gz: 2c5cedb9ba5f688b7ca3f7a328776a64e6ece35ce0e6a7c5e81dcf18009b8c239124e19e1ea54bcc62649b892c611ab73a3b6c2e8eba76dae84e80708fadbdc5
7
- data.tar.gz: a79b660c3adea20d590c12349f03f51358a012d51caafc34285975fe9d2076bd9153b1a71adc99a9ec7cfc022e0d4b57007b24187e4a9fb3afb3c4d5ad494ba8
6
+ metadata.gz: fa5704c2861680cf78b9b7d5df6a8444141c7c100529f49d9d601ed6699b2feea1ff0e7332d8c7a1fdd3b2c90ecd98413960e755e55d4f5b5e4a972ff4c8714d
7
+ data.tar.gz: f8b84758a7ce6d9fa1ba52c9d11b9e369f4a5dd18e8a2822a19dec6e0bff7cf1e58f0d2b46c310e2d0e40587019e3eb6acb9b1d8fd8bdcb9fd46a72a717f8698
data/README.md CHANGED
@@ -1,7 +1,7 @@
1
1
  # girb-mcp (DEPRECATED — renamed to debug-mcp)
2
2
 
3
3
  > **This gem has been renamed to [`debug-mcp`](https://rubygems.org/gems/debug-mcp).**
4
- > The 0.1.2 release on RubyGems is a deprecation shim that depends on `debug-mcp`
4
+ > Recent `girb-mcp` releases on RubyGems are a deprecation shim that depends on `debug-mcp`
5
5
  > and forwards all executables to it. It will receive no further updates.
6
6
 
7
7
  ## Migration
@@ -27,7 +27,7 @@ And in your MCP client config:
27
27
 
28
28
  The executable `girb-rails` was likewise renamed to `debug-rails`.
29
29
 
30
- The `girb-mcp` 0.1.2 shim still works as a transitional step (it `exec`s
30
+ The `girb-mcp` deprecation shim still works as a transitional step (it `exec`s
31
31
  `debug-mcp` / `debug-rails` after printing a deprecation warning), but please
32
32
  migrate to `debug-mcp` directly.
33
33
 
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module GirbMcp
4
- VERSION = "0.1.2"
4
+ VERSION = "0.1.3"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: girb-mcp
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.2
4
+ version: 0.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - rira100000000
@@ -23,19 +23,11 @@ dependencies:
23
23
  - - "~>"
24
24
  - !ruby/object:Gem::Version
25
25
  version: 0.1.2
26
- description: |
27
- DEPRECATED: This gem has been renamed to debug-mcp.
28
-
29
- Please install 'debug-mcp' instead:
30
-
31
- gem "debug-mcp" # was: gem "girb-mcp"
32
-
33
- Update your MCP client config to use 'debug-mcp' / 'debug-rails' as the
34
- command names (was: 'girb-mcp' / 'girb-rails').
35
-
36
- This 0.1.2 release is a deprecation shim that depends on debug-mcp and
37
- forwards executables to it. It will not receive further updates. The
38
- current source lives at https://github.com/rira100000000/debug-mcp.
26
+ description: DEPRECATED — this gem has been renamed to debug-mcp. Install 'debug-mcp'
27
+ (a drop-in replacement) instead, and update any MCP client config that references
28
+ 'girb-mcp' / 'girb-rails' to 'debug-mcp' / 'debug-rails'. This release is a deprecation
29
+ shim that depends on debug-mcp and forwards the executables to it; it will not receive
30
+ further updates. See https://github.com/rira100000000/debug-mcp for migration details.
39
31
  email:
40
32
  - 101010hayakawa@gmail.com
41
33
  executables:
@@ -69,7 +61,7 @@ post_install_message: |2+
69
61
  "command": "debug-mcp" # was: "girb-mcp"
70
62
  "command": "debug-rails" # was: "girb-rails"
71
63
 
72
- This 0.1.2 release is a deprecation shim that forwards to debug-mcp.
64
+ This release is a deprecation shim that forwards to debug-mcp.
73
65
  It will not receive further updates.
74
66
 
75
67
  See: https://github.com/rira100000000/debug-mcp