dorian-all 0.5.7 → 0.6.0

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 (3) hide show
  1. checksums.yaml +4 -4
  2. data/bin/all +2 -1
  3. metadata +3 -3
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 0f07cc016b760142eb54386aee3ebff99c4ba5df5ecbcbb03f14001113fd3e26
4
- data.tar.gz: '08693fc972e3a8ad66055d5028f098697e4a98e2df40afaf504a0159bf4dbb82'
3
+ metadata.gz: d1514269ee180c46731e32c969a702784555902e0b4fe0a09aa37f6ca5ed8bff
4
+ data.tar.gz: 9ed59cd2da286e0a620f700fb999572e4081aeeaa33e2b3f5009d00dc225765e
5
5
  SHA512:
6
- metadata.gz: ccc4c02d60772aeaa41bed15f49e977d485bd388a5023c69f05a16bfe83d9209b4261fa985188760a8095ac0d0f7a2629cdecada7820f3db722ca40006476d8f
7
- data.tar.gz: bc9380823d66d27723dfe42afc3181174b4ea261606deb556bfb8fe8899bcfcbf9022ea9765379efb264b66b4c4b853d6556854dfa2a276b9cd1b6b20f33bcd5
6
+ metadata.gz: 443e080f4a46606ed6ee57d47ca2c3e4f23bb7092013b0abe90bb6049d6edc52de6ebfa047662c4664b8add69db4910b3e430d72a7e9e761766ea0c05f15aadc
7
+ data.tar.gz: 80e42a83b97b861f373acb596fc036f323e371c596604e4204dff1833779753ce209acc1e7222d344a5b000d7a1dbb8e529a250639f236242f86e6c8a0d3f6da
data/bin/all CHANGED
@@ -2,7 +2,8 @@
2
2
  # frozen_string_literal: true
3
3
 
4
4
  if ARGV.size != 1 || ARGV.first == "--help" || ARGV.first == "-h"
5
- abort "USAGE: ... | all CODE"
5
+ puts "USAGE: ... | all CODE"
6
+ exit
6
7
  end
7
8
 
8
9
  it = $stdin.each_line.to_a.map(&:strip)
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dorian-all
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.7
4
+ version: 0.6.0
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-03 00:00:00.000000000 Z
11
+ date: 2024-04-05 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: |-
14
14
  Evaluates some code on all lines of the input
@@ -41,7 +41,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
41
41
  - !ruby/object:Gem::Version
42
42
  version: '0'
43
43
  requirements: []
44
- rubygems_version: 3.5.3
44
+ rubygems_version: 3.5.7
45
45
  signing_key:
46
46
  specification_version: 4
47
47
  summary: Evaluates some code on all lines of the input