dorian-all 0.6.0 → 0.7.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 +6 -9
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: d1514269ee180c46731e32c969a702784555902e0b4fe0a09aa37f6ca5ed8bff
4
- data.tar.gz: 9ed59cd2da286e0a620f700fb999572e4081aeeaa33e2b3f5009d00dc225765e
3
+ metadata.gz: 794f51ade52af8a54330753a8d2d90bc4cd665c057d91f00bc780c4f9b1c8f33
4
+ data.tar.gz: 5e73a0a68169994cc98a2f804d72a843e3a72d7cb966717bef2f7bfbc6f9e7cb
5
5
  SHA512:
6
- metadata.gz: 443e080f4a46606ed6ee57d47ca2c3e4f23bb7092013b0abe90bb6049d6edc52de6ebfa047662c4664b8add69db4910b3e430d72a7e9e761766ea0c05f15aadc
7
- data.tar.gz: 80e42a83b97b861f373acb596fc036f323e371c596604e4204dff1833779753ce209acc1e7222d344a5b000d7a1dbb8e529a250639f236242f86e6c8a0d3f6da
6
+ metadata.gz: 2fb017037539e9524d731f7ba9c9c351cc2ad341eb7368824f43167edaf08f3c1547266733e61da57cd230fe20fb9851c53b97fa1db29cb9528b6b76183a31f8
7
+ data.tar.gz: 3727c2ea2fd305982ec1d8800bef10beeb9e9092785f26bedd53d7494687380629737d64c8ac071e18a10fbbff7a35f4ff434f897e530438675bc6ccf174df06
metadata CHANGED
@@ -1,19 +1,16 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dorian-all
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.6.0
4
+ version: 0.7.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-05 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 all lines of the input
15
-
16
- e.g. `ls -l | each "puts l.split[4]" | all "puts lines.map(&:to_i).sum"`
13
+ description: evaluates ruby code on all lines of the input
17
14
  email: dorian@dorianmarie.com
18
15
  executables:
19
16
  - all
@@ -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 all lines of the input
44
+ summary: evaluates ruby code on all lines of the input
48
45
  test_files: []