mysh 0.6.4 → 0.6.5

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: dcab3e7234b02634d2b6d35c021a6e74d1e500e9
4
- data.tar.gz: 9bc8b2270e6a4616d5c9f01802383992be7d010d
3
+ metadata.gz: cffedfff55f5d5d4d26d6dc3f9b9871b2af5b9e6
4
+ data.tar.gz: 15dd0fe9b7a5b885144f6b635494755e03979f35
5
5
  SHA512:
6
- metadata.gz: 79c6c862dd727aa571b5d465a0cd61509615b08ee016bb6b9b981f7aa1f305fc9627014ff80a63332ed2e933a300e875cd1efff4b02dd37c1ac7731f6aa76957
7
- data.tar.gz: c6cfd30e004d5e2e12120c3aa0876cc485b6b8aae49d64fc432e968daf3d93b1d73d5f2c85fbae4d58e37544bb6c25d6e948d067720906fe2375598c9011f859
6
+ metadata.gz: 88e80a96bab121558084c7052140ce3eb66a48158c0e6f8daf565dc50293f320176c80f90278e1b0e12526a6dcbfb3d1644290503ceb70ee486f2fff29d4f921
7
+ data.tar.gz: 0d659db5efd3333f227311636712f87dd989a350c3dc2594085c91c021016e0a59ee917b77e4ef190d6d3d0286e2d2a554ca44927e117c6ea0f8566de41c54e1
data/bin/mysh CHANGED
@@ -5,4 +5,4 @@
5
5
 
6
6
  require 'mysh'
7
7
 
8
- Mysh.run
8
+ Mysh.run(ARGV)
@@ -8,11 +8,10 @@ Option+Short Forms Description Default
8
8
  --init -i <name> Initialize mysh by loading the specified file.*
9
9
  --no-init -ni Do not load a file to initialize mysh.
10
10
  --load -l <name> Load the specified file into the mysh.
11
- --post-prompt -pp "str" Set the mysh line continuation prompt to "str". $prompt
11
+ --post-prompt -pp "str" Set the mysh line continuation prompt to "str". $$prompt
12
12
  --no-post-prompt -npp Turn off mysh line continuation prompting.
13
13
  --pre-prompt -pr"str" Set the mysh pre prompt to "str". \$w
14
14
  --no-pre-prompt -npr Turn off mysh pre prompting.
15
-
16
15
  --prompt -p "str" Set the mysh prompt to "str". "mysh"
17
16
  --no-prompt -np Turn off mysh prompting.
18
17
  --quit Quit out of the mysh program.
data/lib/mysh/version.rb CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  module Mysh
4
4
  #The version string of MY SHell.
5
- VERSION = "0.6.4"
5
+ VERSION = "0.6.5"
6
6
 
7
7
  #A brief summary of this gem.
8
8
  SUMMARY = "mysh -- a Ruby inspired command line shell."
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
4
+ version: 0.6.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Peter Camilleri
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-11-30 00:00:00.000000000 Z
11
+ date: 2018-12-01 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rake