ask-notion 0.1.1 → 0.1.2

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: 10fd8189426e5d6f0b2a48dceab879344e8875d6edd4d8e40a0c2b8926129047
4
- data.tar.gz: dc4a9867f46503da940d6f1572c6b17a012478165ff373ef13b8c08d36425632
3
+ metadata.gz: 3611433429efcbb9f1fcab1a41682930622328e4932e38dafe5109c4d701683b
4
+ data.tar.gz: fd5fa7ec897d263b50d9e9304a4901b7d484d3f5e1af3ef61b8abbd74948de32
5
5
  SHA512:
6
- metadata.gz: 045c832fa42bc8b2e9e905210a8a50949458541343f192fd66f674c41d75f3621c1aae255ded8953afe4f06e6faa1b4008cc4ba15e534e8a8f6fe62da623253d
7
- data.tar.gz: 9fd11d103a3267320d4f731bf180bfda4e0bb5b8cb7c03871634061ad83bc6e867e2685249af60672112a3dbd05ddfd26511fa42ef849a352baf53657ea16266
6
+ metadata.gz: 01f49ed7c061ef6a8ad78c5f0da9bdfc375a867c83e47dc88d3004ec776fbeffcb63edbdda96d4576fd9de7f969104c9e1cf62a5a24659f0e190a1e50f0b7b77
7
+ data.tar.gz: eb7e2dc56e723eb3960871c2db7855cd997f8a90b824f300e4e826629286024eeaaca3c276ef45cb7e3505cb16201f43bf48ffd3926e89d83dc1ec3d8876b7f4
data/CHANGELOG.md ADDED
@@ -0,0 +1,18 @@
1
+ ## [0.1.2] - 2026-06-25
2
+
3
+ ### Changed
4
+ - Gemspec validation test. Infrastructure: rubocop, overcommit, bin/setup, CI matrix.
5
+
6
+ ## 0.1.1 (2026-06-21)
7
+
8
+ - Release preparation: gemspec metadata, skills directory, rubygems dependency
9
+
10
+ # Changelog
11
+
12
+ ## 0.1.0 (2026-06-09)
13
+
14
+ - Initial release
15
+ - `Ask::Notion.client` — authenticated Notion API client via notion-ruby-client
16
+ - `Ask::Notion::DESCRIPTION`, `DOCS_URL`, `OPENAPI_URL`, `AUTH_NAME`, `AUTH_HOW`, `GEM_NAME`, `GEM_VERSION`, `GEM_DOCS`, `QUICK_START` — context constants
17
+ - `Ask::Notion::Errors` — structured error knowledge for Notion API
18
+ - Full test coverage with mocked credentials
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Ask
4
4
  module Notion
5
- VERSION = '0.1.1'
5
+ VERSION = '0.1.2'
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.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Kaka Ruto
@@ -13,14 +13,14 @@ dependencies:
13
13
  name: ask-auth
14
14
  requirement: !ruby/object:Gem::Requirement
15
15
  requirements:
16
- - - "~>"
16
+ - - ">="
17
17
  - !ruby/object:Gem::Version
18
18
  version: '0.1'
19
19
  type: :runtime
20
20
  prerelease: false
21
21
  version_requirements: !ruby/object:Gem::Requirement
22
22
  requirements:
23
- - - "~>"
23
+ - - ">="
24
24
  - !ruby/object:Gem::Version
25
25
  version: '0.1'
26
26
  - !ruby/object:Gem::Dependency
@@ -87,6 +87,7 @@ executables: []
87
87
  extensions: []
88
88
  extra_rdoc_files: []
89
89
  files:
90
+ - CHANGELOG.md
90
91
  - LICENSE
91
92
  - README.md
92
93
  - lib/ask-notion.rb
@@ -99,7 +100,10 @@ files:
99
100
  homepage: https://github.com/ask-rb/ask-notion
100
101
  licenses:
101
102
  - MIT
102
- metadata: {}
103
+ metadata:
104
+ homepage_uri: https://github.com/ask-rb/ask-notion
105
+ source_code_uri: https://github.com/ask-rb/ask-notion
106
+ changelog_uri: https://github.com/ask-rb/ask-notion/blob/master/CHANGELOG.md
103
107
  rdoc_options: []
104
108
  require_paths:
105
109
  - lib