notion_to_html 1.1.0 → 1.1.1

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: e8b2e153b0b624a12c3e95c08cbfa4bc6f2eb42f9b992c30bd659ed26b842749
4
- data.tar.gz: 800ed54707f93d1e0a64d0cba16eb1cc0e49cb7cc8323b11796e342416aa5297
3
+ metadata.gz: 24f573a8d18785478aca2c6c7cb78586bcb6a70aa17bc5a28987cb6eaf968239
4
+ data.tar.gz: 83d3f01bbce28ad2b8597e48ad4f013660099c7e72907b76cfbd12750ddea2b1
5
5
  SHA512:
6
- metadata.gz: 94aac5fd5dbc4d236421de6ad7ec7380e8132d6a0ce77293a75e860bb047321e168993d2d0e712dc7a3fa75a2631447b5536725f93dec9b75efccc932b092453
7
- data.tar.gz: 564a7dbfcd60d118023e5103e1a63fdf1c0343e4669e155333b5131bce69d51d2d19ffcbf40780b3d0a02d75c59367990cec70e836725f65b30afbf82aa08735
6
+ metadata.gz: 174d02c86596ba17a4a1c0f4fed2cc8dc543ea95ebe262a3eab7eecd85ea2b1f98d590c64f748eb781bbad66ac00f04c44070dd75e28cc148c9fc8a5c4fea9fc
7
+ data.tar.gz: a82b7902bfae05f335d1f78d5f3e5bca1e27416be34babef6dd74c1a05ba8550008e0cdc833f5ba96ba78e0610f094f63357fe36f049998f92d6d2217a61683a
@@ -37,9 +37,7 @@ module NotionToHtml
37
37
  if name
38
38
  query.push({
39
39
  property: 'name',
40
- rich_text: {
41
- contains: name
42
- }
40
+ contains: name
43
41
  })
44
42
  end
45
43
 
@@ -2,5 +2,5 @@
2
2
 
3
3
  module NotionToHtml
4
4
  # The current version of the NotionToHtml gem.
5
- VERSION = '1.1.0'
5
+ VERSION = '1.1.1'
6
6
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: notion_to_html
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.0
4
+ version: 1.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Guillermo Aguirre