notion_ruby_mapping 0.8.5 → 0.8.7
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 44187f3a9b5d75e5849efa0b28e28837301b88a8b4bb49054b1085e7a884516e
|
4
|
+
data.tar.gz: c8b55a99ca0d48d5bcba5eeb211bb425e7483682edfa138e229f75511ed59d4c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d94a89a097a12ba12d116493e8a4da6bd6f2d5b8fdbecff61e6c510f0188b5b7125b3d028ba9f9cbc9e62c5c975738f324e0abf701579f1520f3382c3547f288
|
7
|
+
data.tar.gz: 622cc36a0fea56774dadbf9ee47f1e190b2ecc92f3db800da1cb83b242bc9a92b6e1b4ab221c47e49df61778ac5d3071f26858c88c0e3f662f38266a75055733
|
@@ -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.7
|
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
|