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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/lib/notion_template.rb +1 -1
  3. metadata +7 -4
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: baebcc42630ffe456f4bab067aa631c3ff90dce82ca9fade05f11e2aecbe2cc4
4
- data.tar.gz: c01222153978bddcfb12e685b5cfd5eef160f550657e4e307aad17bdb3927bde
3
+ metadata.gz: 544a2ccc8814f0a86e75bda2deadb7981bdba383912487e7558e9f49ebcfe971
4
+ data.tar.gz: 68d29e62744a356c93de4e3c638f2449508085caf497e04a33a8907ba0372177
5
5
  SHA512:
6
- metadata.gz: 3d0594e54e78560e606992c9343dae0424fdadab5dd5e80372ed443c5f27f936bccf10c39382d4c674f692eaceebeb4cd652a40e9679e0839afd9f2a620dbf21
7
- data.tar.gz: 83d9d4614852a0514c1a56c8390b6b8b4643701a38b5d15ead23a86b4fee057a02b2876f4f31e4dd3c0a109a87c28d0c2de3571b493511b97ede5e23df28b02c
6
+ metadata.gz: 4f70b0a85ef9732bd2bbfbe631ccb8ae188c974e352f464b78be84c20f0b9b7f42ddb98d30cc3e59190bc83c867ff5272a835bd065226f444fc94dac06fd9b04
7
+ data.tar.gz: 4b9acc20e31af888b2f5528b1ad02f3fc23ade63076d3aabc38adc9af109f0bd8301f5003875cdb74b87ae615d6571eeb0aff49e8b98894dc2abad1f1cd09a5a
@@ -182,7 +182,7 @@ class NotionTemplate
182
182
 
183
183
  def send_to_notion
184
184
  page_content = {
185
- parent: { page_id: "10a58974-264e-8020-abf0-f43003c5457f" }, # or database_id as necessary
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.1.0
4
+ version: 0.3.0
5
5
  platform: ruby
6
6
  authors:
7
- - Your Name
7
+ - Azzen Abidi
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-09-23 00:00:00.000000000 Z
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: