dorian-all 0.1.0 → 0.1.4

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: e3d72883659a92154f90ff4de576382a3f81142f0bf27ed282f88cea7e050900
4
- data.tar.gz: 780f37861368d1abeb051dcf7cf039841cfea0b51bc3a3b87c5c6c021c50e29a
3
+ metadata.gz: 9d1b05cf2be42574bff8781c5faf5c0faf687ea223ec17b02f2a459ad797a9af
4
+ data.tar.gz: 303caee6102d96744f163b527fa365ebd8590e8bb4c49aa6e08b7ed581b95ca2
5
5
  SHA512:
6
- metadata.gz: 71707255ad5d4ab2618c88ee65590fa7fd571a6ce8dc70009825fcbd86b0606e3550accd67ca50cfa30c8e9730abb20749f3a08053e101674ac69a20059312b6
7
- data.tar.gz: 6e99ba8c843d995f2805068bae9701e79f71a80c5cf0d568655cff28d08de92717c02841edefe786eb55acd19925692ecf1e5acd2f45cca85974e6f48dca0c6c
6
+ metadata.gz: 7d9c742ed185d14afd762eea3a449cfd73d2c2e44f61b769c721f5275977f33ed237f42f1d9bd89178f7f7c6241fe36e74b4c92ee0acc381deae29f8d9d9263b
7
+ data.tar.gz: ed235ea71d02249a7810022c333b64bb0db2e0ea86c1c47cec90d8c98b5d2c3eece6231099d9b6f863920a7db11982d429bd4af02f337c6f18fb9d66c323e5ec
File without changes
data/lib/dorian/all.rb CHANGED
@@ -2,7 +2,7 @@ module Dorian
2
2
  class All
3
3
  def self.run
4
4
  if ARGV.size != 1
5
- puts "USAGE: dorian-all CODE"
5
+ puts "USAGE: all CODE"
6
6
  exit
7
7
  end
8
8
 
metadata CHANGED
@@ -1,24 +1,26 @@
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.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Dorian Marié
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-10-08 00:00:00.000000000 Z
11
+ date: 2021-10-10 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: |-
14
+ Evaluates some code on all lines of the input
15
+
16
+ e.g. `ls -l | each "puts l.split[4]" | all "puts lines.map(&:to_i).sum"`
15
17
  email: dorian@dorianmarie.fr
16
18
  executables:
17
- - dorian-all
19
+ - all
18
20
  extensions: []
19
21
  extra_rdoc_files: []
20
22
  files:
21
- - bin/dorian-all
23
+ - bin/all
22
24
  - lib/dorian/all.rb
23
25
  homepage: https://github.com/dorianmariefr/all
24
26
  licenses:
@@ -39,7 +41,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
39
41
  - !ruby/object:Gem::Version
40
42
  version: '0'
41
43
  requirements: []
42
- rubygems_version: 3.2.19
44
+ rubygems_version: 3.2.22
43
45
  signing_key:
44
46
  specification_version: 4
45
47
  summary: Evaluates some code on all lines of the input