dorian-yaml-compare 0.3.6 → 0.4.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.
Files changed (2) hide show
  1. checksums.yaml +4 -4
  2. metadata +5 -5
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: fb398557d346c74d88a48c88e57cd7744b1c2a8ebca3b4c827d2e6dc1ba4cfde
4
- data.tar.gz: 178d23785d308f8f55ad59812dcec5741880e99bb67efeb3cfe27372f8a017b3
3
+ metadata.gz: 1c571754f38de188d85ba6a2dc7249f6b104665fb862e421caa1d84009c9b4ce
4
+ data.tar.gz: 9e1a03a5434026ae18659937b295f4b428676a1c778a871363d1a6e441f22596
5
5
  SHA512:
6
- metadata.gz: 5ca928093c842cc9d4432d806c5b86ffb411cbb42a84d42423b6816ded4bfee49856742d98f50395adba7dd756f253227b3ba6c086d6f492c2f6366c2055d938
7
- data.tar.gz: f7783f12426e3994d9d8ae3c61a9199917a017fb5a023d332ef652e2826748de55f1e20bab49475927344d78059582086ca993d069e7d9b59f0a7a81cc4d5776
6
+ metadata.gz: 37568d6399c5dbad8fac1cccb625afaef8fc2743d247b2e4821d69b1692092422ae13eba267998dd9ccddafee879c67b6b4ef35f7746c340d1e6678fb4d53b62
7
+ data.tar.gz: 233f421e482e7a3c9298ee6bba414a4a06ecb4cba4c908155038841084fe36fb408004f879a1304951b58b9a0d4cf94076bbb0fe70f1622ecd87e99957f19f70
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dorian-yaml-compare
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.6
4
+ version: 0.4.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Dorian Marié
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-04-04 00:00:00.000000000 Z
11
+ date: 2024-07-05 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: |-
14
14
  Compares keys of two YAML files, typically locales files in a Ruby on Rails application
@@ -21,7 +21,7 @@ extensions: []
21
21
  extra_rdoc_files: []
22
22
  files:
23
23
  - bin/yaml-compare
24
- homepage: https://github.com/dorianmariecom/yaml-compare
24
+ homepage: https://github.com/dorianmariecom/dorian-yaml-compare
25
25
  licenses:
26
26
  - MIT
27
27
  metadata:
@@ -34,14 +34,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
34
34
  requirements:
35
35
  - - ">="
36
36
  - !ruby/object:Gem::Version
37
- version: 3.3.0
37
+ version: '0'
38
38
  required_rubygems_version: !ruby/object:Gem::Requirement
39
39
  requirements:
40
40
  - - ">="
41
41
  - !ruby/object:Gem::Version
42
42
  version: '0'
43
43
  requirements: []
44
- rubygems_version: 3.5.7
44
+ rubygems_version: 3.5.11
45
45
  signing_key:
46
46
  specification_version: 4
47
47
  summary: Compares keys of two YAML files, typically locales files in a Ruby on Rails