sod 0.8.0 → 0.9.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- checksums.yaml.gz.sig +0 -0
- data/README.adoc +1 -1
- data/lib/sod/action.rb +1 -1
- data/sod.gemspec +1 -1
- data.tar.gz.sig +0 -0
- metadata +3 -3
- metadata.gz.sig +0 -0
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 8b3d76cd0a7e490d9a4181bb22d72e4fe26fbdb2cbeda43dfb760b0d5b0237f3
|
4
|
+
data.tar.gz: b9d2aa316b594f0459ac4ad7f4c902aded093d7456313f42ab565ef5338ae8e8
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 03a5722e4c51fcc84c8e5caf82e2e34c1e88d5c9be4e2d1b035945f8775e5200e412d6db563c437d1d86c59fb6a69c6046c9e8cad78f4919930093eb1f3e2ddf
|
7
|
+
data.tar.gz: a769daae74027d89ff0da331b06158da0e564480ce8a08a14091c1faa3f71fe05d3b0b7e01aafb3ce9f98315c1d3cae6d0ce0c632cb3cfdf26ed5cb69ea35a23
|
checksums.yaml.gz.sig
CHANGED
Binary file
|
data/README.adoc
CHANGED
@@ -523,7 +523,7 @@ end
|
|
523
523
|
|
524
524
|
cli.call ["--echo"]
|
525
525
|
|
526
|
-
# `Echo#call [[:rest, :*]]` must be implemented. (
|
526
|
+
# `Echo#call [[:rest, :*]]` must be implemented. (NoMethodError)
|
527
527
|
----
|
528
528
|
|
529
529
|
At a minimum, your `#call` method needs to allow the forwarding of positional arguments which means you can use `def call(*)` if you want to ignore arguments or define which arguments you care about and ignore the rest. Up to you. Also, _all_ of the information defined within your action is available to you within the instance. Here's an example action which inspects itself:
|
data/lib/sod/action.rb
CHANGED
data/sod.gemspec
CHANGED
data.tar.gz.sig
CHANGED
Binary file
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: sod
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.9.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Brooke Kuhlmann
|
@@ -35,7 +35,7 @@ cert_chain:
|
|
35
35
|
3n5C8/6Zh9DYTkpcwPSuIfAga6wf4nXc9m6JAw8AuMLaiWN/r/2s4zJsUHYERJEu
|
36
36
|
gZGm4JqtuSg8pYjPeIJxS960owq+SfuC+jxqmRA54BisFCv/0VOJi7tiJVY=
|
37
37
|
-----END CERTIFICATE-----
|
38
|
-
date: 2024-
|
38
|
+
date: 2024-05-02 00:00:00.000000000 Z
|
39
39
|
dependencies:
|
40
40
|
- !ruby/object:Gem::Dependency
|
41
41
|
name: cogger
|
@@ -183,7 +183,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
183
183
|
- !ruby/object:Gem::Version
|
184
184
|
version: '0'
|
185
185
|
requirements: []
|
186
|
-
rubygems_version: 3.5.
|
186
|
+
rubygems_version: 3.5.9
|
187
187
|
signing_key:
|
188
188
|
specification_version: 4
|
189
189
|
summary: A domain specific language for creating composable command line interfaces.
|
metadata.gz.sig
CHANGED
Binary file
|