notion_scribe 0.1.0 → 0.3.0
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/lib/notion_template.rb +1 -1
- metadata +7 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 544a2ccc8814f0a86e75bda2deadb7981bdba383912487e7558e9f49ebcfe971
|
|
4
|
+
data.tar.gz: 68d29e62744a356c93de4e3c638f2449508085caf497e04a33a8907ba0372177
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 4f70b0a85ef9732bd2bbfbe631ccb8ae188c974e352f464b78be84c20f0b9b7f42ddb98d30cc3e59190bc83c867ff5272a835bd065226f444fc94dac06fd9b04
|
|
7
|
+
data.tar.gz: 4b9acc20e31af888b2f5528b1ad02f3fc23ade63076d3aabc38adc9af109f0bd8301f5003875cdb74b87ae615d6571eeb0aff49e8b98894dc2abad1f1cd09a5a
|
data/lib/notion_template.rb
CHANGED
|
@@ -182,7 +182,7 @@ class NotionTemplate
|
|
|
182
182
|
|
|
183
183
|
def send_to_notion
|
|
184
184
|
page_content = {
|
|
185
|
-
parent: { page_id: "
|
|
185
|
+
parent: { page_id: "PAGE_ID_HERE" }, # or database_id as necessary
|
|
186
186
|
properties: {
|
|
187
187
|
title: [
|
|
188
188
|
{
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: notion_scribe
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.3.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
|
-
-
|
|
7
|
+
- Azzen Abidi
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2024-09-
|
|
11
|
+
date: 2024-09-24 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: httparty
|
|
@@ -39,7 +39,10 @@ files:
|
|
|
39
39
|
homepage: https://github.com/azzenabidi/notion_scribe
|
|
40
40
|
licenses:
|
|
41
41
|
- MIT
|
|
42
|
-
metadata:
|
|
42
|
+
metadata:
|
|
43
|
+
homepage_uri: https://github.com/azzenabidi/NotionScribe
|
|
44
|
+
source_code_uri: https://github.com/azzenabidi/NotionScribe
|
|
45
|
+
documentation_uri: https://github.com/azzenabidi/NotionScribe
|
|
43
46
|
post_install_message:
|
|
44
47
|
rdoc_options: []
|
|
45
48
|
require_paths:
|