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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 64766609bee0b3473dc8c80f976f9137ee39af9b94e8f3a3d7d3f0aba8844600
4
- data.tar.gz: 0e2d96281a5da14384b60a73673d9dba75de9699e1160c4d48adb7a581347628
3
+ metadata.gz: 96044458486287d6d9aa836368288eb0f9a429aaa5eb78bcc5ec7fec00ea60d3
4
+ data.tar.gz: 9fa41aa3022700aa9c0dfd9e793a320f3dfa1f76c8a06d35ebb7535adfd820db
5
5
  SHA512:
6
- metadata.gz: 952b022d10ee59064cc4723d40a26736db61b2b5c5936e8a37c57d75d50d7b8a5e002f0fb0c697455815ce1406b83198e1a8e4da6489331f3991beb5061bd731
7
- data.tar.gz: fcf036a3f06a25fa2808ec4efe1d7702f7edce37877b42e73f70d8e295bda0f7606038d9c71656f0f5e880d1e83057a01458aceb5c18474cdd023f5d0dfde75a
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
  [![Gem Version](https://badge.fury.io/rb/ask-github.svg)](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.
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Ask
4
4
  module GitHub
5
- VERSION = "0.2.2"
5
+ VERSION = "0.2.3"
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ask-github
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.2
4
+ version: 0.2.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Kaka Ruto