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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 51fa58dda45adaa517ecd9276c4b0296d5ceab32
4
- data.tar.gz: bc6edc6e19c25f8196ac5d5b4002a015cd4e8ead
3
+ metadata.gz: 934758602fb71789f5fa61aef2d82bcb1643fd96
4
+ data.tar.gz: cd18110024b6cf77c004da3cd5374228e096cd27
5
5
  SHA512:
6
- metadata.gz: 43ed6d9f89c760a1355d22ea689a17a46788f19f204b9d7a9213efcfae685d6cbf040eb25cf5ddc2f0b3815bfaeffd1d1106d81cc6168b594bdbe80bf70e9694
7
- data.tar.gz: 41b3eae7f8d4b3aa4758157c888eb8da22e4d94f7ea240fbd051bf97e0c5cdb7e2751078bd2a36a8676ce5ab7d673bbf21f8013c2235c93b1b8c92ac4822bb8c
6
+ metadata.gz: 9c9cca6285afcad01d54fcf85576596942673ea0f579df1edf1506580f4dfb4fdba16ed9f87bc252d14e38dfb630e396ea85dac19ee2278951ae663c8c9200c2
7
+ data.tar.gz: 21aa9ed6bc0b02981a0e982423ffd6d0235865479b2c015837083696e892c83846434a1e202b8cbf3330cb70782c3bec0d5b8c6b7974d0b8b58738d47b268eb7
@@ -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.
@@ -19,7 +19,6 @@ module Mysh
19
19
  MNV[:page_width] = "{{ MiniTerm.width }}"
20
20
  MNV[:page_height] = "{{ MiniTerm.height }}"
21
21
  MNV[:page_pause] = "on"
22
- MNV[:page_msg] = "Press a key, a space, or q:"
23
22
 
24
23
  MNV[:history] = "on"
25
24
  MNV[:no_dups] = "on"
@@ -2,7 +2,7 @@
2
2
 
3
3
  module Mysh
4
4
  # The version string of MY SHell.
5
- VERSION = "0.6.14".freeze
5
+ VERSION = "0.6.16".freeze
6
6
 
7
7
  # A brief summary of this gem.
8
8
  DESCRIPTION = "mysh -- a Ruby inspired command line shell.".freeze
@@ -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.1.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.14
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: 2019-07-22 00:00:00.000000000 Z
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.1.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.1.0
138
+ version: 0.2.0
139
139
  - !ruby/object:Gem::Dependency
140
140
  name: format_output
141
141
  requirement: !ruby/object:Gem::Requirement