dorian-all 0.1.0 → 0.1.1

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 +2 -3
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: e3d72883659a92154f90ff4de576382a3f81142f0bf27ed282f88cea7e050900
4
- data.tar.gz: 780f37861368d1abeb051dcf7cf039841cfea0b51bc3a3b87c5c6c021c50e29a
3
+ metadata.gz: 45c4a436da777e7aa764ba4d89acaf511fa43f7253c87b6b47912280522b86bc
4
+ data.tar.gz: ec3399c93eff8b0e485a4d916cfa8950aa891b7733f70decef3dd16c731b0a46
5
5
  SHA512:
6
- metadata.gz: 71707255ad5d4ab2618c88ee65590fa7fd571a6ce8dc70009825fcbd86b0606e3550accd67ca50cfa30c8e9730abb20749f3a08053e101674ac69a20059312b6
7
- data.tar.gz: 6e99ba8c843d995f2805068bae9701e79f71a80c5cf0d568655cff28d08de92717c02841edefe786eb55acd19925692ecf1e5acd2f45cca85974e6f48dca0c6c
6
+ metadata.gz: 8f864c3a93b6c0323be438f7d2525b8881052535208533114282c11edda7b04af4cdd555ec2182cec8b61513debbdd59dcf07215f628810113b5d1a83aa80d46
7
+ data.tar.gz: 14b9915156962c085773d3efe7ee7437c70f7a85b8b86967c5bd76e16a77aa379842f5d6d68d4d3499e9aae56a7516c94e8e905ab9344ac6672771ddb9ac0222
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dorian-all
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Dorian Marié
@@ -10,8 +10,7 @@ bindir: bin
10
10
  cert_chain: []
11
11
  date: 2021-10-08 00:00:00.000000000 Z
12
12
  dependencies: []
13
- description: e.g. `ls -l | ruby-each-line "puts l.split[4]" | ruby-all-lines "puts
14
- lines.map(&:to_i).sum"`
13
+ description: e.g. `ls -l | dorian-each "puts l.split[4]" | dorian-all "puts lines.map(&:to_i).sum"`
15
14
  email: dorian@dorianmarie.fr
16
15
  executables:
17
16
  - dorian-all