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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: af59bd2479de7561fd1efaa32d674e7b1efdd61a05bb78cc3b0bbb274f993271
|
4
|
+
data.tar.gz: faabdae795d4aab9649b183696f52b2ce33d0c73607756af4d0662f2b1eef6f1
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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
|
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)
|
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.
|
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-
|
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.
|
283
|
+
rubygems_version: 3.5.11
|
284
284
|
signing_key:
|
285
285
|
specification_version: 4
|
286
286
|
summary: Notion Ruby mapping tool
|