ask-github 0.2.2 → 0.2.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.
- checksums.yaml +4 -4
- data/CHANGELOG.md +4 -0
- data/README.md +6 -0
- data/lib/ask/github/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 96044458486287d6d9aa836368288eb0f9a429aaa5eb78bcc5ec7fec00ea60d3
|
|
4
|
+
data.tar.gz: 9fa41aa3022700aa9c0dfd9e793a320f3dfa1f76c8a06d35ebb7535adfd820db
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: baefac47d322ae8ca8c3c5141f23fa4771b382ec612bd81079e348c8b4fe52f774aeb78dc5ad0d1001086500c14d45de55c3d3be0c1a8ece87554c2372219a13
|
|
7
|
+
data.tar.gz: 8f7cb4e4e2f97eaedc6526182ac64ed9cd9d009beb47c2248c4a49706c3ccaaa66306d75167ce1d1322b592e9e124a8272b141f717882015500ba9cfaae4d1c8
|
data/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,7 @@
|
|
|
1
|
+
## Deprecated - 2026-09-22
|
|
2
|
+
|
|
3
|
+
The `ask-github` gem is deprecated. Existing installations may continue to work, but this repository will receive no further feature development. Use GitHub's official GitHub MCP Server instead: https://github.com/github/github-mcp-server
|
|
4
|
+
|
|
1
5
|
## [0.1.3] - 2026-06-25
|
|
2
6
|
|
|
3
7
|
### Changed
|
data/README.md
CHANGED
|
@@ -2,6 +2,12 @@
|
|
|
2
2
|
|
|
3
3
|
[](https://badge.fury.io/rb/ask-github)
|
|
4
4
|
|
|
5
|
+
> **⚠️ DEPRECATED**
|
|
6
|
+
>
|
|
7
|
+
> This gem is **deprecated**. Use GitHub's official **[GitHub MCP Server](https://github.com/github/github-mcp-server)** instead.
|
|
8
|
+
>
|
|
9
|
+
> Existing gem installations may continue to work, but this repository will receive no further feature development. See the [official MCP server](https://github.com/github/github-mcp-server) for setup and capabilities.
|
|
10
|
+
|
|
5
11
|
GitHub service context for AI agents in the ask-rb ecosystem. It provides an
|
|
6
12
|
authenticated Octokit client for the GitHub REST API, metadata constants for
|
|
7
13
|
system prompts, and a structured error guide for common GitHub API issues.
|
data/lib/ask/github/version.rb
CHANGED