ask-notion 0.1.4 → 0.1.5

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: 60a37f02e90a73b6c46957c74dbd8b589fd6b369f9a7db894c953897ca9a8ce0
4
- data.tar.gz: a291d191b39f2cf4eba3bbb250a2affc988fdaeff4d605fddd82fbc03a7e3774
3
+ metadata.gz: 6c2e1cd84636b9920e9ad7cfd3b26acd7f63ea24ff6d5bd30c6a4bbf34a09063
4
+ data.tar.gz: f16aa7742ceba73bfefb726fecb9b8185ae8e34297d56064fbb5f16af8423b4f
5
5
  SHA512:
6
- metadata.gz: 70bb90d0840c676d833fafffb79f23617f62a601a93c99731339c1898cf7c4067c18ea5454eff941fd954d4313c4e85f109b1bb8477523d6f23b187217828067
7
- data.tar.gz: 005d32f35ce576ef9d3378093f2b1fe244822b323b22da3b446e404a086276149a925b87422373009d246c13983ed49a297b913dc9de531491cf2f4d5756afee
6
+ metadata.gz: ba72692ee407e278d725b6d86c1749a67068c66a5d71c4e94fdf0d93f18c70381c541bc088c5ea807c833864b102f3b97c52b48989a0b95996f7d539dd9c27bf
7
+ data.tar.gz: 3d0a0fe207473ac65c6eca4b224b3cecf01a1116a840115cf8c45cdbcb40a0da9fe706a16814c52d24a1792e4750e1b9a37408407b11b7472ce14aea8168c61a
data/CHANGELOG.md CHANGED
@@ -1,3 +1,8 @@
1
+ ## Deprecated - 2026-09-22
2
+
3
+ ### Deprecated
4
+ - The `ask-notion` gem is deprecated; no further feature development will occur. Use Notion's official MCP server instead: https://www.notion.com/help/notion-mcp
5
+
1
6
  ## [0.1.2] - 2026-06-25
2
7
 
3
8
  ### Changed
data/README.md CHANGED
@@ -2,6 +2,11 @@
2
2
 
3
3
  [![Gem Version](https://badge.fury.io/rb/ask-notion.svg)](https://badge.fury.io/rb/ask-notion)
4
4
 
5
+ > **⚠️ DEPRECATED:** This gem is deprecated. Use Notion's official MCP server
6
+ > instead: <https://www.notion.com/help/notion-mcp>. Existing installations of
7
+ > this gem may continue to work, but this repository will receive no further
8
+ > feature development. See the official MCP page for setup and capabilities.
9
+
5
10
  Notion service context for AI agents in the ask-rb ecosystem. It provides an
6
11
  authenticated Notion API client built on notion-ruby-client, metadata
7
12
  constants for system prompts, and a structured error guide for common Notion
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Ask
4
4
  module Notion
5
- VERSION = '0.1.4'
5
+ VERSION = '0.1.5'
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ask-notion
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.4
4
+ version: 0.1.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Kaka Ruto