mysh 0.6.14 → 0.6.16
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/mysh/help/vars.txt +2 -2
- data/lib/mysh/shell_variables.rb +0 -1
- data/lib/mysh/version.rb +1 -1
- data/mysh.gemspec +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 934758602fb71789f5fa61aef2d82bcb1643fd96
|
|
4
|
+
data.tar.gz: cd18110024b6cf77c004da3cd5374228e096cd27
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 9c9cca6285afcad01d54fcf85576596942673ea0f579df1edf1506580f4dfb4fdba16ed9f87bc252d14e38dfb630e396ea85dac19ee2278951ae663c8c9200c2
|
|
7
|
+
data.tar.gz: 21aa9ed6bc0b02981a0e982423ffd6d0235865479b2c015837083696e892c83846434a1e202b8cbf3330cb70782c3bec0d5b8c6b7974d0b8b58738d47b268eb7
|
data/lib/mysh/help/vars.txt
CHANGED
|
@@ -23,8 +23,8 @@ $$date_fmt The format for the date: "%Y-%m-%d". ie: 2017-01-09
|
|
|
23
23
|
$$debug Does the shell display additional debugging info (true/false)
|
|
24
24
|
$$h The home folder's path
|
|
25
25
|
$$name The name given to this mysh session.
|
|
26
|
-
$$post_prompt The prompt used when a line is continued with a trailing
|
|
27
|
-
character.
|
|
26
|
+
$$post_prompt The prompt used when a line is continued with a trailing \
|
|
27
|
+
character. By default this just a single \
|
|
28
28
|
$$pre_prompt A prompt string displayed before the actual command prompt.
|
|
29
29
|
Delete the pre_prompt variable to disable pre-prompting.
|
|
30
30
|
$$prompt The user prompt.
|
data/lib/mysh/shell_variables.rb
CHANGED
data/lib/mysh/version.rb
CHANGED
data/mysh.gemspec
CHANGED
|
@@ -32,7 +32,7 @@ Gem::Specification.new do |spec|
|
|
|
32
32
|
|
|
33
33
|
spec.add_runtime_dependency 'mini_readline', "~> 0.9.1"
|
|
34
34
|
spec.add_runtime_dependency 'mini_term', "~> 0.1.0"
|
|
35
|
-
spec.add_runtime_dependency 'pause_output', "~> 0.
|
|
35
|
+
spec.add_runtime_dependency 'pause_output', "~> 0.2.0"
|
|
36
36
|
spec.add_runtime_dependency 'format_output', "~> 0.1.0"
|
|
37
37
|
spec.add_runtime_dependency 'vls', "~> 0.4.1"
|
|
38
38
|
spec.add_runtime_dependency 'in_array', "~> 0.1.8"
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: mysh
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.6.
|
|
4
|
+
version: 0.6.16
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Peter Camilleri
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2020-01-31 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rake
|
|
@@ -128,14 +128,14 @@ dependencies:
|
|
|
128
128
|
requirements:
|
|
129
129
|
- - "~>"
|
|
130
130
|
- !ruby/object:Gem::Version
|
|
131
|
-
version: 0.
|
|
131
|
+
version: 0.2.0
|
|
132
132
|
type: :runtime
|
|
133
133
|
prerelease: false
|
|
134
134
|
version_requirements: !ruby/object:Gem::Requirement
|
|
135
135
|
requirements:
|
|
136
136
|
- - "~>"
|
|
137
137
|
- !ruby/object:Gem::Version
|
|
138
|
-
version: 0.
|
|
138
|
+
version: 0.2.0
|
|
139
139
|
- !ruby/object:Gem::Dependency
|
|
140
140
|
name: format_output
|
|
141
141
|
requirement: !ruby/object:Gem::Requirement
|