patchwork_csv_utils 0.1.13-arm64-darwin → 0.1.14-arm64-darwin

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: 54fc4d5750dd83ab95eebe09a6270e8b38e409cc0cf9ed2beb5fb0eeddd096ec
4
- data.tar.gz: 7dc07de1618c260cb80c2feee25ace49fe9fba817c63b18f3dd2aa0fd0a4d2a2
3
+ metadata.gz: 172c8e0bf5ad90f820bdcbf4d8b257371cf6ddab0b921e5554041df750aa1697
4
+ data.tar.gz: f1147bce506cb6ecbb3e0c57715824457fabb41bcb31e6f5ccedf3857e9eff8c
5
5
  SHA512:
6
- metadata.gz: 28050396ee306f0512d7f5c689b0a098f2df0fcacc0d6eda085eb070a6cfe2f8097cadb4508b2bc36a1a601f3f73755c6f528bee9b424f89c59af709b497b785
7
- data.tar.gz: 7907c50d50888bcac36868296616ae741e9a5d8855ec9007733b45be2e227f1f96a4248df710e52897f97d197bfda0001cc5eb44e3e7954d5d31ae3e270c8dfd
6
+ metadata.gz: 0f003e674fdc18bed44adca8e78bd05bc3c3d515520735b53dce3cdbcf8c9c0b51352bbccd030533c1b9a1e806148d5dfea9442f15fd9dba40a65ec5ef43dd60
7
+ data.tar.gz: 265f55bbcfd7c74e82702145b44abc9f2380b6ec60be2fc23cf58a5b24a5cd0acf506c5bf59e7beec467e96b927b1602a22bc3665a249b703bb2b08aebf5153d
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: arm64-darwin
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: