bashly 1.3.1 → 1.3.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.
- checksums.yaml +4 -4
- data/lib/bashly/version.rb +1 -1
- data/lib/bashly/views/command/default_script.gtx +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: ba0b8832beb94705ec8b978035bdb131203cffd49fe5e17f772804dd89c148d9
|
4
|
+
data.tar.gz: afbaf3411cbb6430aabe64e91bde45ab5df428b3bff31d45f59ba8adf9e8d0b9
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 9e249dae5a1be6e3110344411a175ba4169c2e7a47f817783316b181b64471a561f701bc896327782378e95647f8f5b76d57afc64709d1589f0557b7d221e4e2
|
7
|
+
data.tar.gz: 69f9baac8426a5f4bce2c44f5b127e8651d2ad1f6112fb9c0a9202730e9ebd01fce34c9fcf67aa765899342a4cdd77b858b78ebf2f5efa066b8cf99bc83e7309
|
data/lib/bashly/version.rb
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
> echo "# This file is located at '{{ "#{Settings.source_dir}/#{filename}" }}'."
|
2
2
|
> echo "# It contains the implementation for the '{{ full_name }}' command."
|
3
|
-
> echo "# The code you write here will be wrapped by a function named '{{ function_name }}_command()'."
|
3
|
+
> echo "# The code you write here will be wrapped by a function named '{{ root_command? ? 'root' : function_name }}_command()'."
|
4
4
|
> echo "# Feel free to edit this file; your changes will persist when regenerating."
|
5
5
|
if Settings.enabled? :inspect_args
|
6
6
|
> inspect_args
|