dorian-each 0.3.7 → 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 +7 -10
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: bcb94c0f1e95d1dbaed7d8d6fb6d113fc7587e259cdce78f099ee901ff0c0110
4
- data.tar.gz: 4e22b64852d9560f05ef14f7da2706210f457ed498128724efad6dc4d2dc97ab
3
+ metadata.gz: 457cd86b814a8800225ac31dba35717a08f6ee36f2edb07c3edf902d4ed33c16
4
+ data.tar.gz: 4672c34a270c5a157a243a6f892a4bca9e172d3db49c5eb89abf98e2178a1e75
5
5
  SHA512:
6
- metadata.gz: bcdbfc46e1ae263711f6a8b2c73087052a1412f60ba396f5aa6328e40349ea5d69940989cc6a63ab836436ade61406b85c4ad82c8ea4f012b4bcd9fc5a241b29
7
- data.tar.gz: 6003184b971bfe5749d6b685e8e84425253d115686866412882e7037c7a0761f56ea09ee741bba5c2cc00ead3ed8c029d4484f4391b5c41482946e00cc4e9c68
6
+ metadata.gz: 46461898bea8fa8babe495f81022b658beb127ef846123bfaedbdde46f16a530f2b82bf2692db83c49be8b37c857e6c4b86797564a3cae0739dd3541ba336222
7
+ data.tar.gz: 074acfc97f286369a27c07bcd934eef4bb900d7d60dd5c4470e441c5353c94f2f605fb423d02a95815620b1ebf22074677ab25964d128c4045f7b417a327388d
metadata CHANGED
@@ -1,19 +1,16 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dorian-each
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.7
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
11
+ date: 2024-08-18 00:00:00.000000000 Z
12
12
  dependencies: []
13
- description: |-
14
- Evaluates some code on each line of the input
15
-
16
- e.g. `ls -l | each "puts it.split.first"`
13
+ description: evaluates some code on each line of the input
17
14
  email: dorian@dorianmarie.com
18
15
  executables:
19
16
  - each
@@ -21,7 +18,7 @@ extensions: []
21
18
  extra_rdoc_files: []
22
19
  files:
23
20
  - bin/each
24
- homepage: https://github.com/dorianmariecom/each
21
+ homepage: https://github.com/dorianmariecom/dorian-each
25
22
  licenses:
26
23
  - MIT
27
24
  metadata:
@@ -34,15 +31,15 @@ required_ruby_version: !ruby/object:Gem::Requirement
34
31
  requirements:
35
32
  - - ">="
36
33
  - !ruby/object:Gem::Version
37
- version: 3.3.0
34
+ version: '0'
38
35
  required_rubygems_version: !ruby/object:Gem::Requirement
39
36
  requirements:
40
37
  - - ">="
41
38
  - !ruby/object:Gem::Version
42
39
  version: '0'
43
40
  requirements: []
44
- rubygems_version: 3.5.7
41
+ rubygems_version: 3.5.11
45
42
  signing_key:
46
43
  specification_version: 4
47
- summary: Evaluates some code on each line of the input
44
+ summary: evaluates some code on each line of the input
48
45
  test_files: []