dorian-all 0.5.2 → 0.5.3

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 +4 -4
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 0e753378a88e86819e27cc8f876b7676ff9122a79fd7b5131197ce4a33aff378
4
- data.tar.gz: 444ff71cc65acaea4a4d336b61e6aad80d5bfc880fd1a5323145ebfd37a01eb5
3
+ metadata.gz: 8d5b72f99e956dec535a7ae3f703ba93e18070b4225c23c0a01ab7619072ed41
4
+ data.tar.gz: 669757b63b12b4502239783c3234ef4f54cba63eb8d1dd8dd32b3967bc4ce6f6
5
5
  SHA512:
6
- metadata.gz: 9a2550e8ebb623fdff41d6fc92d6802f4c7c18092d72e667fad403f81f5ab6813fa478dc63cc4aefb75d5cb0611001242932341dae999a8b94b64a24ee5b94f6
7
- data.tar.gz: 5d4c1c020dceae32de2c40b3e6d760573409b0968e9a34d5b37e31dbde7551d1295483edc2691fc79ecfac049b6e3b812c62d579e9d41c4547dece526577779a
6
+ metadata.gz: 2559466c4ff1bab49b5ba91872a2c4f744a703c761f2db63a3359f9c80c0d464b938c5c37a4636fe55e18e34542ec751ad12099e6ab050c2c4d9b2d9db6c0892
7
+ data.tar.gz: 5756436f85408d83877d8aa8e6bedb74c33b444bc6087e42adc0e0c9ea4121d6aadc53e11623c379aa13e54b512cac758bbd49400eb625a77536da1256f969dc
data/bin/all CHANGED
@@ -1,8 +1,9 @@
1
1
  #!/usr/bin/env ruby
2
+ # frozen_string_literal: true
2
3
 
3
4
  if ARGV.size != 1 || ARGV.first == "--help" || ARGV.first == "-h"
4
5
  abort "USAGE: ... | all CODE"
5
6
  end
6
7
 
7
- it = STDIN.each_line.to_a.map(&:strip)
8
+ $stdin.each_line.to_a.map(&:strip)
8
9
  eval(ARGV.first)
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.2
4
+ version: 0.5.3
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-01-26 00:00:00.000000000 Z
11
+ date: 2024-02-08 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: |-
14
14
  Evaluates some code on all lines of the input
@@ -21,7 +21,7 @@ extensions: []
21
21
  extra_rdoc_files: []
22
22
  files:
23
23
  - bin/all
24
- homepage: https://github.com/dorianmariefr/dorian-all
24
+ homepage: https://github.com/dorianmariecom/dorian-all
25
25
  licenses:
26
26
  - MIT
27
27
  metadata:
@@ -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.4.10
44
+ rubygems_version: 3.5.3
45
45
  signing_key:
46
46
  specification_version: 4
47
47
  summary: Evaluates some code on all lines of the input