notion_ruby_mapping 0.8.3 → 0.8.5

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: 88063ea97ad5859285370907bf40121b34718e0acae70f88b564fb35f646b416
4
- data.tar.gz: 163da74c41fe90ac6209ffe80262ebcac6f8e54f0ebcba14739d3e6fd1feb6dd
3
+ metadata.gz: a35b99f8e6295725873f3a49b824eed75576bfa38d1b5e3d052200d4f4ae192d
4
+ data.tar.gz: 2b79aa3c24e870845904658ef13aab21035fd236084be0ba505a23e15ea1abc6
5
5
  SHA512:
6
- metadata.gz: 1e49c0bf7bcff56d1657cc2668d407fcd3e79724526c46ab58f0845fbf5d18322eec830801eec5e6f06c3a6b9c489f7f2f9bff237331b9cbbc94698ef9af93a6
7
- data.tar.gz: 4b1e62e1a61ac2cd7274a2cd8abb4aaa1f331fe8cd3e624031ba428ce8d619926dbae6806d20d30648301212ad44d21b7d0d737a055238575d873ece9d2cd6aa
6
+ metadata.gz: 0f74003b6c6f65bef9a89cf09155cba224a43d68d969315ac46c4b9cd25a36f5a709471d89607d3924ca61a71e616a2da6708dbd3190f0e668c20f08b375ebbe
7
+ data.tar.gz: 2d50b53d956246460d1ec9fd17938ba1fefc9ee3ec3b8f68ae50da1865196e50a28cea61df78c113398980872853966dca367bc151a7a35fe58be953bcd916f9
@@ -73,7 +73,7 @@ module NotionRubyMapping
73
73
  # @return [Hash] created json
74
74
  # @param [Object] others
75
75
  def update_property_schema_json(*others)
76
- others.compact.reduce({}) { |hash, o| hash.merge o.update_property_schema_json }.merge @json
76
+ @json.merge(others.compact.reduce({}) { |hash, o| hash.merge o.update_property_schema_json })
77
77
  end
78
78
  end
79
79
  end
@@ -1,6 +1,6 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module NotionRubyMapping
4
- VERSION = "0.8.3"
4
+ VERSION = "0.8.5"
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.3
4
+ version: 0.8.5
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-02-05 00:00:00.000000000 Z
11
+ date: 2024-04-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: faraday