dorian-yaml-compare 0.3.6 → 0.4.2

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 +22 -12
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: fb398557d346c74d88a48c88e57cd7744b1c2a8ebca3b4c827d2e6dc1ba4cfde
4
- data.tar.gz: 178d23785d308f8f55ad59812dcec5741880e99bb67efeb3cfe27372f8a017b3
3
+ metadata.gz: c8b994d8f4f1a3f47e64d35630781e99363a9db6e63aeafd663db067d3b8a65c
4
+ data.tar.gz: 0cf534375e03224041b96cda9e831564f26d43c7417a920e50d2f83dcf90601d
5
5
  SHA512:
6
- metadata.gz: 5ca928093c842cc9d4432d806c5b86ffb411cbb42a84d42423b6816ded4bfee49856742d98f50395adba7dd756f253227b3ba6c086d6f492c2f6366c2055d938
7
- data.tar.gz: f7783f12426e3994d9d8ae3c61a9199917a017fb5a023d332ef652e2826748de55f1e20bab49475927344d78059582086ca993d069e7d9b59f0a7a81cc4d5776
6
+ metadata.gz: 791db0551a320daa7aa2b7374f96f7684445a972b45e0856942ca9c3de3ba84368b2fccf7185d264f3ad4aab8cd438b68f8c513133a817fba56a6b8d5dfcb83a
7
+ data.tar.gz: df060b6a50adfa87b8427edf0f41d1cf78d4456d8616ef0d914cb27a10f28e5b43ff5048f91252c8067056c0948ff60a594f09aff835cb4107e8325a4b51ef0c
metadata CHANGED
@@ -1,19 +1,30 @@
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.2
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
12
- dependencies: []
13
- description: |-
14
- Compares keys of two YAML files, typically locales files in a Ruby on Rails application
15
-
16
- e.g. `yaml-compare config/locales/en.yml config/locales/fr.yml en fr`
11
+ date: 2024-08-18 00:00:00.000000000 Z
12
+ dependencies:
13
+ - !ruby/object:Gem::Dependency
14
+ name: yaml
15
+ requirement: !ruby/object:Gem::Requirement
16
+ requirements:
17
+ - - ">="
18
+ - !ruby/object:Gem::Version
19
+ version: '0'
20
+ type: :runtime
21
+ prerelease: false
22
+ version_requirements: !ruby/object:Gem::Requirement
23
+ requirements:
24
+ - - ">="
25
+ - !ruby/object:Gem::Version
26
+ version: '0'
27
+ description: compares yaml files
17
28
  email: dorian@dorianmarie.com
18
29
  executables:
19
30
  - yaml-compare
@@ -21,7 +32,7 @@ extensions: []
21
32
  extra_rdoc_files: []
22
33
  files:
23
34
  - bin/yaml-compare
24
- homepage: https://github.com/dorianmariecom/yaml-compare
35
+ homepage: https://github.com/dorianmariecom/dorian-yaml-compare
25
36
  licenses:
26
37
  - MIT
27
38
  metadata:
@@ -34,16 +45,15 @@ required_ruby_version: !ruby/object:Gem::Requirement
34
45
  requirements:
35
46
  - - ">="
36
47
  - !ruby/object:Gem::Version
37
- version: 3.3.0
48
+ version: '0'
38
49
  required_rubygems_version: !ruby/object:Gem::Requirement
39
50
  requirements:
40
51
  - - ">="
41
52
  - !ruby/object:Gem::Version
42
53
  version: '0'
43
54
  requirements: []
44
- rubygems_version: 3.5.7
55
+ rubygems_version: 3.5.11
45
56
  signing_key:
46
57
  specification_version: 4
47
- summary: Compares keys of two YAML files, typically locales files in a Ruby on Rails
48
- application
58
+ summary: compares yaml files
49
59
  test_files: []