notion_ruby_mapping 0.8.5 → 0.8.6

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: a35b99f8e6295725873f3a49b824eed75576bfa38d1b5e3d052200d4f4ae192d
4
- data.tar.gz: 2b79aa3c24e870845904658ef13aab21035fd236084be0ba505a23e15ea1abc6
3
+ metadata.gz: af59bd2479de7561fd1efaa32d674e7b1efdd61a05bb78cc3b0bbb274f993271
4
+ data.tar.gz: faabdae795d4aab9649b183696f52b2ce33d0c73607756af4d0662f2b1eef6f1
5
5
  SHA512:
6
- metadata.gz: 0f74003b6c6f65bef9a89cf09155cba224a43d68d969315ac46c4b9cd25a36f5a709471d89607d3924ca61a71e616a2da6708dbd3190f0e668c20f08b375ebbe
7
- data.tar.gz: 2d50b53d956246460d1ec9fd17938ba1fefc9ee3ec3b8f68ae50da1865196e50a28cea61df78c113398980872853966dca367bc151a7a35fe58be953bcd916f9
6
+ metadata.gz: 3ad87f94c559cb77e4c444cf47289cc877700c1c7ef52046312b9fd242cb6c1513e067a324b50bed98c02e0c1943f0169b8e278dba123a37d4971113f21f52dc
7
+ data.tar.gz: 78bd0ff5b913e31b83c2bc59c086ca88130e6a5182c70b21e35477a863feb7a5f44c9931322151d1e0cd1ee61ae356f85c0b9bb7bd83fec185c022322e22e488
@@ -10,8 +10,8 @@ module NotionRubyMapping
10
10
  @start_cursor = start_cursor
11
11
  @filter_properties = Array(filter_properties)
12
12
  end
13
- attr_reader :filter, :sort, :page_size
14
- attr_accessor :start_cursor, :filter_properties
13
+ attr_reader :filter, :sort
14
+ attr_accessor :start_cursor, :filter_properties, :page_size
15
15
 
16
16
  # @param [Query] another_query other query
17
17
  # @return [NotionRubyMapping::Query] updated self (Query object)
@@ -1,6 +1,6 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module NotionRubyMapping
4
- VERSION = "0.8.5"
4
+ VERSION = "0.8.6"
5
5
  NOTION_VERSION = "2022-06-28"
6
6
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: notion_ruby_mapping
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.8.5
4
+ version: 0.8.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Hiroyuki KOBAYASHI
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2024-04-26 00:00:00.000000000 Z
11
+ date: 2024-05-29 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: faraday
@@ -280,7 +280,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
280
280
  - !ruby/object:Gem::Version
281
281
  version: '0'
282
282
  requirements: []
283
- rubygems_version: 3.5.3
283
+ rubygems_version: 3.5.11
284
284
  signing_key:
285
285
  specification_version: 4
286
286
  summary: Notion Ruby mapping tool