dorian-json-uniq 0.0.1 → 0.0.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 +19 -8
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 37a423a2c24b3dacc8c6085aec222c919c52a16d8b11764b8e485e8cfb4b6a09
4
- data.tar.gz: fff4cb52308e6393b62c5f902c95537bef5dd7b05861d55f375ccc3b9496d742
3
+ metadata.gz: 0f428d6080d7470de79ae34b854e37744c09943f88f605e6691496f19b071563
4
+ data.tar.gz: '0449c3657872af61818247599ba8a26bd461717b8c450c161aa41289e20d04d2'
5
5
  SHA512:
6
- metadata.gz: 5559cc30e3dda4c47d30b67098c6597560271a14aadd8173bddd92c681727ef4894e4f158b5b816693497d20d0a789efe07edb6159eccca95df70b99320e7cb8
7
- data.tar.gz: '08fc58f7d18ed253635485e0ccf39d396a2ca4f7dafe34ebfa4516e50a5a3b9a5acb205d741542091be4f2c01b0f8dd45af62becb18bb6774aa99760ba9f7edb'
6
+ metadata.gz: e123cbe48b468698c010fd455c72ef378279f62aef80908f05e7994cf669ca3de7218612e0e3c466655afacf1972248ac46999847ac09d344b76fa2aa3cde2bb
7
+ data.tar.gz: 419af2fe9a8f9a811fd8f3a8b4b036896a2dda23bf70e65c608f7825cf34203ed10ae9d87b8087b45108eea51f4d4d148ba7d599856131cada967db03c8cd18f
metadata CHANGED
@@ -1,19 +1,30 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dorian-json-uniq
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.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-08-17 00:00:00.000000000 Z
12
- dependencies: []
13
- description: |-
14
- Evaluates some code on json-uniq line of the input
15
-
16
- e.g. `ls -l | json-uniq "puts it.split.first"`
11
+ date: 2024-08-18 00:00:00.000000000 Z
12
+ dependencies:
13
+ - !ruby/object:Gem::Dependency
14
+ name: json
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: json uniq by json path
17
28
  email: dorian@dorianmarie.com
18
29
  executables:
19
30
  - json-uniq
@@ -44,5 +55,5 @@ requirements: []
44
55
  rubygems_version: 3.5.11
45
56
  signing_key:
46
57
  specification_version: 4
47
- summary: Evaluates some code on json-uniq line of the input
58
+ summary: json uniq by json path
48
59
  test_files: []