notion_to_html 1.2.0 → 1.2.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: 66912fd27c7e40e627cb0a8ea32502c5acb6e7aac15da32b1e56116da618c920
4
- data.tar.gz: ef9eeadf60a1020d43c221acf31befb23bceebaf19ccd69f954c8f6a21aa0ae6
3
+ metadata.gz: caed92b00e1abcaa3a71a1d66bd92d0573780216f736ad7cdaf69db6f458c883
4
+ data.tar.gz: c9cf38980c56659538130f2abc3d544136c68836464a3e2e25cf5b8be68b3f1b
5
5
  SHA512:
6
- metadata.gz: 23fa1ee940dc6ea3ffa0c5fe4eac56a259f958edb3fb78d6a9a4e0af044f2fc2e9207db09505dcedde6058059f5bf4893a129ec633ad52adadaf7aaf0a70198f
7
- data.tar.gz: 3fa52d199dabbb0b7719d478f9017270f2c3d9cc03c1bba1ccc7df38f1b97cc185e85e115eef18aad34616d4b946aea2b44ca55668e9fc288430f799a45506be
6
+ metadata.gz: aa4e67f8d8c66cbbfb30945e418fd836f76c560ca1906456c541ea46cf544582f85f850205ad901064a8d23d544983e6b7f14f935b68af83d4cab7b012e3608b
7
+ data.tar.gz: c60adf08fea36a8f0b4a940a203dbd954173a34ddcd8a344aeb4d2305ea54a6430a6bdce94b9020bc409f79d7d5419f27e486f00680a92672f453f62fea9ff71
@@ -36,7 +36,7 @@ module NotionToHtml
36
36
  attr_accessor :siblings
37
37
 
38
38
  # The list of block types that can be rendered.
39
- BLOCK_TYPES = %w[
39
+ BLOCK_TYPES = %i[
40
40
  paragraph
41
41
  heading_1
42
42
  heading_2
@@ -2,5 +2,5 @@
2
2
 
3
3
  module NotionToHtml
4
4
  # The current version of the NotionToHtml gem.
5
- VERSION = '1.2.0'
5
+ VERSION = '1.2.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.2.0
4
+ version: 1.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Guillermo Aguirre