ruby-shell 3.6.8 → 3.6.9
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/bin/rsh +2 -2
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: a1db1bd4df1311c6cdb38713235f40812df4ddc394e55b69154a9d7e04ee4510
|
|
4
|
+
data.tar.gz: f8c8ad429df098fc6302147ed076d5d1b54dd7a6e444f84bc8da5e0d3533a9c3
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 00a70c8120e62e9c8174bf646764720fb2840d1ef7316484c132ed8a5eaed4a490851079f8eb797f73aa5688cb5409d116038452045ce1e7738b6b4e4bcceb7b
|
|
7
|
+
data.tar.gz: d0a957a16d247081b9a071752988d4181fb666cfe6ad0ea4ddebac9a7e65b61d5018c4558c679daff0256e9e579158bb15458f4e2c208bfdc44f3faf3cb4ef61
|
data/bin/rsh
CHANGED
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
# Web_site: http://isene.com/
|
|
9
9
|
# Github: https://github.com/isene/rsh
|
|
10
10
|
# License: Public domain
|
|
11
|
-
@version = "3.6.
|
|
11
|
+
@version = "3.6.9" # Don't override TERM - let terminal set it
|
|
12
12
|
|
|
13
13
|
# MODULES, CLASSES AND EXTENSIONS
|
|
14
14
|
class String # Add coloring to strings (with escaping for Readline)
|
|
@@ -3556,7 +3556,7 @@ begin # Load .rshrc and populate @history
|
|
|
3556
3556
|
end
|
|
3557
3557
|
end
|
|
3558
3558
|
ENV["SHELL"] = __FILE__
|
|
3559
|
-
|
|
3559
|
+
# Don't override TERM - let terminal set it
|
|
3560
3560
|
ENV["PATH"] ? ENV["PATH"] += ":" : ENV["PATH"] = ""
|
|
3561
3561
|
ENV["PATH"] += "/home/#{@user}/bin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
|
|
3562
3562
|
# Load actual LS_COLORS from file (now that @lscolors is set from .rshrc)
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: ruby-shell
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 3.6.
|
|
4
|
+
version: 3.6.9
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Geir Isene
|
|
@@ -12,7 +12,7 @@ date: 2026-01-16 00:00:00.000000000 Z
|
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: 'A shell written in Ruby with extensive tab completions, aliases/nicks,
|
|
14
14
|
history, syntax highlighting, theming, auto-cd, auto-opening files and more. UPDATE
|
|
15
|
-
v3.6.
|
|
15
|
+
v3.6.9: Don''t override TERM variable - let terminal emulator set it correctly.'
|
|
16
16
|
email: g@isene.com
|
|
17
17
|
executables:
|
|
18
18
|
- rsh
|