bundler_mcp 0.2.0 → 0.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: ebe099eaeaf47f7e4aea183dc2ef3a13b90f691d6ed502943b5a456c76426b5a
4
- data.tar.gz: 6e115d99d1921a57fa046902bc57ddc33dbf902abc75e8cf35db84840813dc08
3
+ metadata.gz: 619be6ff26d433cfd44ba76559ccba42b52de9241bbed232429b3cf2590ae36d
4
+ data.tar.gz: 4fba15d1254265d11b1f32c0abf16d62492d10c9c2671d990a0b743423de2a91
5
5
  SHA512:
6
- metadata.gz: 6df0fcef46000d2139fc810c77f139a4b2e90c8183ee80bb7ab0f4d303a614c114b0c36e41ebb351c5c98a7290dc4d02d4fd83280d2beae7e57113fe4ec11f9d
7
- data.tar.gz: b0a27c61b03efda0982d3599ee737a9e215515f9fba86517418473e639f1059a105c153fa98f97ddbad03d30e5de1f006ba286437af3a734de18cd3935ae9ef3
6
+ metadata.gz: 0ffc52db291e05c5b804acc42c95ee9bb0549434551b473dccf647871fec15d5f270649e5ce33dd4fd31dd633853646a63a09d6deabd565101fb44e5273dbea4
7
+ data.tar.gz: 1c4cd68efe2962fe0a1e61c13d4c2ecf4472c664eaa39df4d85a5c450eb2d746e4baeef730a0a714db8604a7f2bd9d0dc99ae3282f324f4efc34184df8ce3635
data/CHANGELOG.md CHANGED
@@ -2,6 +2,10 @@
2
2
 
3
3
  This project uses [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
4
4
 
5
+ ## [0.2.1] - 2025-06-03
6
+
7
+ - Add GitHub Action for trusted publishing to RubyGems
8
+
5
9
  ## [0.2.0] - 2025-05-18
6
10
 
7
11
  - Fix `BUNDLER_MCP_LOG_FILE` environment variable name bug
data/README.md CHANGED
@@ -15,13 +15,13 @@ bundle add bundler_mcp --group=development
15
15
 
16
16
  ## Usage
17
17
 
18
- 1) Generate the binstub:
18
+ 1. Generate the binstub:
19
19
 
20
20
  ```bash
21
21
  bundle binstubs bundler_mcp
22
22
  ```
23
23
 
24
- 2) Configure your client to execute the binstub. Here are examples that work for Claude and Cursor:
24
+ 2. Configure your client to execute the binstub. Here are examples that work for Claude and Cursor:
25
25
 
26
26
  ### Basic Example (mcp.json)
27
27
 
@@ -52,6 +52,10 @@ bundle binstubs bundler_mcp
52
52
  }
53
53
  ```
54
54
 
55
+ ### Documentation
56
+
57
+ [Available on RubyDoc](https://www.rubydoc.info/gems/bundler_mcp/)
58
+
55
59
  ### Available Tools
56
60
 
57
61
  The server provides two tools for AI agents:
Binary file
Binary file
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module BundlerMCP
4
- VERSION = "0.2.0"
4
+ VERSION = "0.2.1"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bundler_mcp
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Mike Subelsky
@@ -88,7 +88,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
88
88
  - !ruby/object:Gem::Version
89
89
  version: '0'
90
90
  requirements: []
91
- rubygems_version: 3.6.8
91
+ rubygems_version: 3.6.7
92
92
  specification_version: 4
93
93
  summary: MCP server for searching Ruby bundled gem documentation and metadata
94
94
  test_files: []