dedup_csv 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: 2a24a3e1637e25ec1f885b18dbc4349f7b0fc4796ef69ed1362908c458b56a41
4
- data.tar.gz: c078b01b2bc2f85f60033bc2d94544bd6ee0ed9fa1c36a8de7a715727ff6b043
3
+ metadata.gz: cf676eae3f19252bd67a00f8e90df75d565ec09dfc5a6748dbeb21a2927af3d5
4
+ data.tar.gz: 9a6ff41445809a0ea9be1aab0bad35d3ef4a954bda17107c493ff3fd28726dab
5
5
  SHA512:
6
- metadata.gz: 16574dba14c39a528d920786c27deb9e9326beb994d782070d4b78b0cee95f1e0d91f91c8d7eb29c2aa13210f424f189e67a0a8c2c43cd4b0c0ab88f9649718f
7
- data.tar.gz: 2fcb58fe67fd09fd17631d4dc9c665b762142e7ed834eee3fd826e8193399fa26972259c89dc75f9d529c1e5f6d32df95e0f0faf8705bbf1425762e80a228f6e
6
+ metadata.gz: 27f4a45bd01c7ceedeee7fb276e52b1c1dab73c4df4e4b59cc13ed5a91579e450233962409e6ac27a7d23d1e11e6b98ffcd1451cf43411865dcc70693b1ce0c2
7
+ data.tar.gz: 6bbceeb48b33966fab2c17f03f649098b2c410239d70ce49e3cb628a4b3b34d6b0bce442d05bb2812d16a19bbd163ff2603632906a4650ee958141d79e175aac
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: arm64-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
  - - ">="