patchwork_csv_utils 0.1.13-aarch64-linux → 0.1.14-aarch64-linux

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: 15d82ef5fa9c90850df8099d3022397f800f789f9ef11ce9a90d41fcdec96657
4
- data.tar.gz: b631d38d543397265498f726cecd6ca09c70310172e81f475e1febbbba5df6a9
3
+ metadata.gz: 422d2afff63c53510b9a1bb0c88247f744f9d5f9069d95826a3e08f4fcbf2fa4
4
+ data.tar.gz: 6bdd3003161ce3be0a7a5eae1063246652655f3cbe0eab8bb141b159ec95c7b3
5
5
  SHA512:
6
- metadata.gz: cf0352eeadcfe483a0bbb62d00c60272b55dc334955d6982cff023875966a38756cbf63638090e098c52f35855c2e5afdc0ff8a4813ff4c6d5237717b3b6db30
7
- data.tar.gz: 247d2ffeae6fb2e03a9bc612fdc758845f75e37182aa238a834e00079bd60b8437098dc1ddc4563031ff68e69361035a2800fbf1fd9a725eafcab6c8315be922
6
+ metadata.gz: 8225046c33463cabea12bc3cf36c50b9a7cb729586df4df54f05b37d46df70989ee881afc2251cf0a645ec87279847688c36f9be6dd2f168450841622529ef70
7
+ data.tar.gz: 3177cfa282238919c6e81f40f000cc24b6f4c797c3890c2f4b757979c95e05b12119d876a164c62cba03c27ffd7a8c4b4f9f122b22d6dfe5ea69bb3d2846f635
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- patchwork_csv_utils (0.1.13)
4
+ patchwork_csv_utils (0.1.14)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
@@ -149,7 +149,6 @@ fn clean_strings(s: &str) -> String {
149
149
  s.replace("\n", " ")
150
150
  .replace("\r", " ")
151
151
  .replace("\"", "")
152
- .replace("'", "")
153
152
  }
154
153
 
155
154
  struct XlsMandatoryColumn<'a> {
Binary file
Binary file
Binary file
Binary file
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module CsvUtils
4
- VERSION = '0.1.13'
4
+ VERSION = '0.1.14'
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: patchwork_csv_utils
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.13
4
+ version: 0.1.14
5
5
  platform: aarch64-linux
6
6
  authors:
7
7
  - kingsley.hendrickse
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2024-09-04 00:00:00.000000000 Z
11
+ date: 2024-09-17 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Deduplication of CSV files and XLS to CSV conversion.
14
14
  email: