table_sync 6.4.1 → 6.4.2

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: '04790df8ae9da785364a1ba3d01c7e167183a3c1334257e245eb74fc2894efc4'
4
- data.tar.gz: e3fc4d152b0734bf90fc6ec2138aaf155a68563c225b1e00e6167f8595a0f1a5
3
+ metadata.gz: 27daf53674269b4dbf6fdf48f461e931fce6e5e39d2cb8b194a5685cc2c2df69
4
+ data.tar.gz: 17caea3a4dcbabb976254dcb08a10d72f53d84af5dbb81e5e9e2c3895f3d5c9a
5
5
  SHA512:
6
- metadata.gz: 0e0559fa23809ca3196ee800c95a29c99f10cd1a96db6a7839e807a4caa3862feb41213c52349cc818a22e5e6e6d926d74d129e7a31bfba7080d5c339dea5789
7
- data.tar.gz: a3b259534e55aa2191f90df43257de259f8e31b9187763b9952d09fb3d2fb4cc81b178d6bf3fd6769089cc7adc361420183878b22cc2e95ff2732c6b33598ae9
6
+ metadata.gz: 0c6e7a9b9d262c70b6cca1e3642ca9b1c03dcbe46e0787be8181311c55e0b0dd7b71ba7a0de589a9815176dc95abc1419033f5d232e8964bd077ac87be0983ff
7
+ data.tar.gz: 8108b3d7c88ed2352f379ee639a3f155fc5a9c08c314aa7e843a569c3debc969215790fcff1e3f86c8341a961d4c4f3f9850435d0269d9ba3f5e536347fa9643
data/CHANGELOG.md CHANGED
@@ -1,6 +1,10 @@
1
1
  # Changelog
2
2
  All notable changes to this project will be documented in this file.
3
3
 
4
+ ## [6.4.2] - 2023-11-14
5
+ ### Added
6
+ - Required fields allow accepting empty collections.
7
+
4
8
  ## [6.4.1] - 2023-08-15
5
9
  ### Added
6
10
  - Required fields validation for the Raw and Batch publishers.
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- table_sync (6.4.1)
4
+ table_sync (6.4.2)
5
5
  memery
6
6
  rabbit_messaging (~> 0.13)
7
7
  rails
@@ -10,67 +10,67 @@ PATH
10
10
  GEM
11
11
  remote: https://rubygems.org/
12
12
  specs:
13
- actioncable (7.0.7)
14
- actionpack (= 7.0.7)
15
- activesupport (= 7.0.7)
13
+ actioncable (7.0.7.1)
14
+ actionpack (= 7.0.7.1)
15
+ activesupport (= 7.0.7.1)
16
16
  nio4r (~> 2.0)
17
17
  websocket-driver (>= 0.6.1)
18
- actionmailbox (7.0.7)
19
- actionpack (= 7.0.7)
20
- activejob (= 7.0.7)
21
- activerecord (= 7.0.7)
22
- activestorage (= 7.0.7)
23
- activesupport (= 7.0.7)
18
+ actionmailbox (7.0.7.1)
19
+ actionpack (= 7.0.7.1)
20
+ activejob (= 7.0.7.1)
21
+ activerecord (= 7.0.7.1)
22
+ activestorage (= 7.0.7.1)
23
+ activesupport (= 7.0.7.1)
24
24
  mail (>= 2.7.1)
25
25
  net-imap
26
26
  net-pop
27
27
  net-smtp
28
- actionmailer (7.0.7)
29
- actionpack (= 7.0.7)
30
- actionview (= 7.0.7)
31
- activejob (= 7.0.7)
32
- activesupport (= 7.0.7)
28
+ actionmailer (7.0.7.1)
29
+ actionpack (= 7.0.7.1)
30
+ actionview (= 7.0.7.1)
31
+ activejob (= 7.0.7.1)
32
+ activesupport (= 7.0.7.1)
33
33
  mail (~> 2.5, >= 2.5.4)
34
34
  net-imap
35
35
  net-pop
36
36
  net-smtp
37
37
  rails-dom-testing (~> 2.0)
38
- actionpack (7.0.7)
39
- actionview (= 7.0.7)
40
- activesupport (= 7.0.7)
38
+ actionpack (7.0.7.1)
39
+ actionview (= 7.0.7.1)
40
+ activesupport (= 7.0.7.1)
41
41
  rack (~> 2.0, >= 2.2.4)
42
42
  rack-test (>= 0.6.3)
43
43
  rails-dom-testing (~> 2.0)
44
44
  rails-html-sanitizer (~> 1.0, >= 1.2.0)
45
- actiontext (7.0.7)
46
- actionpack (= 7.0.7)
47
- activerecord (= 7.0.7)
48
- activestorage (= 7.0.7)
49
- activesupport (= 7.0.7)
45
+ actiontext (7.0.7.1)
46
+ actionpack (= 7.0.7.1)
47
+ activerecord (= 7.0.7.1)
48
+ activestorage (= 7.0.7.1)
49
+ activesupport (= 7.0.7.1)
50
50
  globalid (>= 0.6.0)
51
51
  nokogiri (>= 1.8.5)
52
- actionview (7.0.7)
53
- activesupport (= 7.0.7)
52
+ actionview (7.0.7.1)
53
+ activesupport (= 7.0.7.1)
54
54
  builder (~> 3.1)
55
55
  erubi (~> 1.4)
56
56
  rails-dom-testing (~> 2.0)
57
57
  rails-html-sanitizer (~> 1.1, >= 1.2.0)
58
- activejob (7.0.7)
59
- activesupport (= 7.0.7)
58
+ activejob (7.0.7.1)
59
+ activesupport (= 7.0.7.1)
60
60
  globalid (>= 0.3.6)
61
- activemodel (7.0.7)
62
- activesupport (= 7.0.7)
63
- activerecord (7.0.7)
64
- activemodel (= 7.0.7)
65
- activesupport (= 7.0.7)
66
- activestorage (7.0.7)
67
- actionpack (= 7.0.7)
68
- activejob (= 7.0.7)
69
- activerecord (= 7.0.7)
70
- activesupport (= 7.0.7)
61
+ activemodel (7.0.7.1)
62
+ activesupport (= 7.0.7.1)
63
+ activerecord (7.0.7.1)
64
+ activemodel (= 7.0.7.1)
65
+ activesupport (= 7.0.7.1)
66
+ activestorage (7.0.7.1)
67
+ actionpack (= 7.0.7.1)
68
+ activejob (= 7.0.7.1)
69
+ activerecord (= 7.0.7.1)
70
+ activesupport (= 7.0.7.1)
71
71
  marcel (~> 1.0)
72
72
  mini_mime (>= 1.1.0)
73
- activesupport (7.0.7)
73
+ activesupport (7.0.7.1)
74
74
  concurrent-ruby (~> 1.0, >= 1.0.2)
75
75
  i18n (>= 1.6, < 2)
76
76
  minitest (>= 5.1)
@@ -91,8 +91,8 @@ GEM
91
91
  diff-lcs (1.5.0)
92
92
  docile (1.4.0)
93
93
  erubi (1.12.0)
94
- globalid (1.1.0)
95
- activesupport (>= 5.0)
94
+ globalid (1.2.1)
95
+ activesupport (>= 6.1)
96
96
  i18n (1.14.1)
97
97
  concurrent-ruby (~> 1.0)
98
98
  json (2.6.3)
@@ -112,7 +112,7 @@ GEM
112
112
  method_source (1.0.0)
113
113
  mini_mime (1.1.5)
114
114
  mini_portile2 (2.8.4)
115
- minitest (5.19.0)
115
+ minitest (5.20.0)
116
116
  net-imap (0.3.7)
117
117
  date
118
118
  net-protocol
@@ -144,20 +144,20 @@ GEM
144
144
  rack (2.2.8)
145
145
  rack-test (2.1.0)
146
146
  rack (>= 1.3)
147
- rails (7.0.7)
148
- actioncable (= 7.0.7)
149
- actionmailbox (= 7.0.7)
150
- actionmailer (= 7.0.7)
151
- actionpack (= 7.0.7)
152
- actiontext (= 7.0.7)
153
- actionview (= 7.0.7)
154
- activejob (= 7.0.7)
155
- activemodel (= 7.0.7)
156
- activerecord (= 7.0.7)
157
- activestorage (= 7.0.7)
158
- activesupport (= 7.0.7)
147
+ rails (7.0.7.1)
148
+ actioncable (= 7.0.7.1)
149
+ actionmailbox (= 7.0.7.1)
150
+ actionmailer (= 7.0.7.1)
151
+ actionpack (= 7.0.7.1)
152
+ actiontext (= 7.0.7.1)
153
+ actionview (= 7.0.7.1)
154
+ activejob (= 7.0.7.1)
155
+ activemodel (= 7.0.7.1)
156
+ activerecord (= 7.0.7.1)
157
+ activestorage (= 7.0.7.1)
158
+ activesupport (= 7.0.7.1)
159
159
  bundler (>= 1.15.0)
160
- railties (= 7.0.7)
160
+ railties (= 7.0.7.1)
161
161
  rails-dom-testing (2.2.0)
162
162
  activesupport (>= 5.0.0)
163
163
  minitest
@@ -165,9 +165,9 @@ GEM
165
165
  rails-html-sanitizer (1.6.0)
166
166
  loofah (~> 2.21)
167
167
  nokogiri (~> 1.14)
168
- railties (7.0.7)
169
- actionpack (= 7.0.7)
170
- activesupport (= 7.0.7)
168
+ railties (7.0.7.1)
169
+ actionpack (= 7.0.7.1)
170
+ activesupport (= 7.0.7.1)
171
171
  method_source
172
172
  rake (>= 12.2)
173
173
  thor (~> 1.0)
@@ -30,7 +30,7 @@ module TableSync::Utils::RequiredValidator
30
30
 
31
31
  def calculate_not_filled_attributes
32
32
  attributes
33
- .select { |key, value| key.in?(self.class._required_attributes) && value.blank? }
33
+ .select { |key, value| key.in?(self.class._required_attributes) && value.nil? }
34
34
  .keys
35
35
  end
36
36
  end
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module TableSync
4
- VERSION = "6.4.1"
4
+ VERSION = "6.4.2"
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: table_sync
3
3
  version: !ruby/object:Gem::Version
4
- version: 6.4.1
4
+ version: 6.4.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Umbrellio
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-08-16 00:00:00.000000000 Z
11
+ date: 2023-11-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: memery
@@ -150,7 +150,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
150
150
  - !ruby/object:Gem::Version
151
151
  version: '0'
152
152
  requirements: []
153
- rubygems_version: 3.4.16
153
+ rubygems_version: 3.4.21
154
154
  signing_key:
155
155
  specification_version: 4
156
156
  summary: DB Table synchronization between microservices based on Model's event system