dedup_csv 0.1.13-x86_64-darwin → 0.1.14-x86_64-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: dbd3c8b7fc5f30cf099287ca477117dbf76931b61bcd0faf306f789a0fb7e1b1
4
- data.tar.gz: f9f85e92214b29f30751d50e1a5ac8d13d25877e39d1ededf0de8077a6d97125
3
+ metadata.gz: 6794272311fb5fa9ae4c07a81b94bf63d16fd8c9e3fccd9345605531a682038f
4
+ data.tar.gz: a94d9255445c58c35a2c98e4a27aa7633ea3a5d175d5cf5d1063aff693122956
5
5
  SHA512:
6
- metadata.gz: d8190d0484480a12f89aa81c4a298320c562207c4af13e993d01207428966dc1ff1a52b3ad74cffce24a8fe8baaae663b3023e95466aabb269da6720b1a243dd
7
- data.tar.gz: 50e07a8af1015e7b05270c48bb16e5643fdb8539b6490dbcdc04604e91f94d96eec98aaf4d8a1529e5fdef47a65cb13b6d9af285d5034e8bcc62532dfc4029ad
6
+ metadata.gz: 6759d1bf78e453a45e1f076fe583ab3b5480911ad47656c8146c9acacd7bd55262ebb79574fd946c59b2694183af3611bea0b21f39e9f99da34fb41c83e105a3
7
+ data.tar.gz: 84ee57d9b5ea5fb60bec5ce3b86cb466ede437cb82b7c667a4b261fbac862242c7d4fb88472fc472bf26256debedc4ec746c9a77aa9cf241af7193cd03e734be
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- dedup_csv (0.1.13)
4
+ dedup_csv (0.1.14)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
Binary file
Binary file
Binary file
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module DedupCsv
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: dedup_csv
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.13
4
+ version: 0.1.14
5
5
  platform: x86_64-darwin
6
6
  authors:
7
7
  - kingsley.hendrickse
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2024-07-18 00:00:00.000000000 Z
11
+ date: 2024-07-22 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Given 2 CSV files, remove all rows from the second CSV that are present
14
14
  in the first CSV.
@@ -30,7 +30,10 @@ files:
30
30
  - ext/dedup_csv/extconf.rb
31
31
  - ext/dedup_csv/src/lib.rs
32
32
  - lib/dedup_csv.rb
33
- - lib/dedup_csv/dedup_csv.bundle
33
+ - lib/dedup_csv/2.7/dedup_csv.bundle
34
+ - lib/dedup_csv/3.0/dedup_csv.bundle
35
+ - lib/dedup_csv/3.1/dedup_csv.bundle
36
+ - lib/dedup_csv/3.2/dedup_csv.bundle
34
37
  - lib/dedup_csv/version.rb
35
38
  - sig/dedup_csv.rbs
36
39
  homepage: http://github.com/kingsleyh/dedup_csv
@@ -50,7 +53,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
50
53
  version: '2.7'
51
54
  - - "<"
52
55
  - !ruby/object:Gem::Version
53
- version: 2.8.dev
56
+ version: 3.3.dev
54
57
  required_rubygems_version: !ruby/object:Gem::Requirement
55
58
  requirements:
56
59
  - - ">="