eac_git 0.19.0 → 0.20.0

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: '092b52ceaea2db09c3c8f5b6292b860f87a775cd818462718b6789e74b209ba1'
4
- data.tar.gz: c871c89726e686ed404cf72fb7e188aa73ac97c724d3c9bc3626db2ddd4dd808
3
+ metadata.gz: cf1c794aae2ec2cefc1bcfd8be3f4d6df58ec845764f1bb36f8a8b309627b9af
4
+ data.tar.gz: 4cd65e068822c2de3bb7e520f5b1aba5785468e4e008659c6ac4edbcc8502caa
5
5
  SHA512:
6
- metadata.gz: c7e0ba1a5ebad04b8dccd20d01aa3a5f490554f170652fffdea8bdfbb980106fcd946cefc9b95c08595f643541c9db9ee948625998a848846f63b97f84311a76
7
- data.tar.gz: c18f5abbbdf68cf5718c77aad368d2afa99888a550f5f8350f8de7cd022674363f5831ecd7c2f0e15cce1a3c8a5dcf33c4000f22297269d044652acbdf9d1010
6
+ metadata.gz: e20b2c800f816fa587e4563debd2cb89d4639c82ee6b9ddf792a4011b7b0f069fafe61755fd5487b251206f1e2fc87e1f50240ffc7349e390369a4ba2c39de67
7
+ data.tar.gz: 70a3986881972199f22550a453b271267e23f352b13b3cc09dfe317cfdbee842461e0d7add6c4908488c7975591deab381b3c9e412d447cbd39cf500b0cdf144
@@ -12,6 +12,7 @@ module EacGit
12
12
  end
13
13
 
14
14
  common_constructor :hashes
15
+ compare_by :hashes
15
16
  delegate :fetch, :[], :count, :any?, :empty?, to: :hashes
16
17
  end
17
18
  end
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module EacGit
4
- VERSION = '0.19.0'
4
+ VERSION = '0.20.0'
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: eac_git
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.19.0
4
+ version: 0.20.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Put here the authors
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2026-05-03 00:00:00.000000000 Z
11
+ date: 2026-05-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: eac_ruby_utils