notion_to_html 1.1.4 → 1.1.5
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/notion_to_html/base_page.rb +1 -1
- data/lib/notion_to_html/version.rb +1 -1
- metadata +3 -6
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: e0a725c2b4c8edf857d22bd6d5a36dac0070315fcc06d904eaf912872b4f0190
|
4
|
+
data.tar.gz: 75c02f3ce2e0ee02c3eba90d1a5700f5c94f4ebec3c767c5b6cea7b83c835d95
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 49f654328d48672b453f175608bef664193c96e76e246c20c68b4c4cacabe09a50e5ecbca8702556793b32de7ed6cc5a67bf228ebb8c90fdd7d1dac995861e37
|
7
|
+
data.tar.gz: 9ed524bf834093884e7bba25a4d7b4e8ef3fd76701595e1b26246f685c6862f61beb9cdba21b33995dc8ab88fffdbf0b5a57487f2e2a39a356ffd0b26fe4e1f8
|
@@ -87,7 +87,7 @@ module NotionToHtml
|
|
87
87
|
def process_properties
|
88
88
|
@tags = @properties['tags']
|
89
89
|
@title = @properties.dig('name', 'title')
|
90
|
-
@slug = @properties
|
90
|
+
@slug = @properties.dig('slug', 'rich_text').first['plain_text']
|
91
91
|
@published_at = @properties.dig('published', 'date', 'start')
|
92
92
|
@description = @properties.dig('description', 'rich_text')
|
93
93
|
end
|
metadata
CHANGED
@@ -1,14 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: notion_to_html
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.1.
|
4
|
+
version: 1.1.5
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Guillermo Aguirre
|
8
|
-
autorequire:
|
9
8
|
bindir: bin
|
10
9
|
cert_chain: []
|
11
|
-
date: 2024-
|
10
|
+
date: 2024-12-30 00:00:00.000000000 Z
|
12
11
|
dependencies:
|
13
12
|
- !ruby/object:Gem::Dependency
|
14
13
|
name: actionview
|
@@ -100,7 +99,6 @@ licenses:
|
|
100
99
|
metadata:
|
101
100
|
homepage_uri: https://github.com/guillermoap/notion_to_html
|
102
101
|
source_code_uri: https://github.com/guillermoap/notion_to_html
|
103
|
-
post_install_message:
|
104
102
|
rdoc_options: []
|
105
103
|
require_paths:
|
106
104
|
- lib
|
@@ -115,8 +113,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
115
113
|
- !ruby/object:Gem::Version
|
116
114
|
version: '0'
|
117
115
|
requirements: []
|
118
|
-
rubygems_version: 3.
|
119
|
-
signing_key:
|
116
|
+
rubygems_version: 3.6.2
|
120
117
|
specification_version: 4
|
121
118
|
summary: Notion HTML renderer for Ruby
|
122
119
|
test_files: []
|