rcurses 0.4.4 → 0.6
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/rcurses.rb +0 -0
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 02aaa11077f953d10cfe450fe382a7817973f98a7e3fc91900725c2f342e30b6
|
4
|
+
data.tar.gz: 902263c2f6483d593ec46753db12278f33968b9c8c8ef5880df693a88b7c38da
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: '097902cfdc45e823d02d48fbd4d833be5f966d223b92bfcf0e341fb1b02afb33d63f1fd3e7f45a3c41cc841890020c7ff1326aec56515433d9892382cf9e7572'
|
7
|
+
data.tar.gz: c98d18052e60dae21e66571c35aa70ac672189c7df1382bb1bac309d5d421884ad7750d0181b15e6840bae8b42c4cc0b1228d08318a2ccbd90ca3421ea43ee61
|
data/lib/rcurses.rb
CHANGED
Binary file
|
metadata
CHANGED
@@ -1,21 +1,21 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: rcurses
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: '0.6'
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Geir Isene
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2024-11-
|
11
|
+
date: 2024-11-21 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
13
|
description: 'Create panes (with the colors and(or border), manipulate the panes and
|
14
14
|
add content. Dress up text (in panes or anywhere in the terminal) in bold, italic,
|
15
15
|
underline, reverse color, blink and in any 256 terminal colors for foreground and
|
16
16
|
background. Use a simple editor to let users edit text in panes. Left, right or
|
17
|
-
center align text in panes. Cursor movement around the terminal. New in 0.
|
18
|
-
|
17
|
+
center align text in panes. Cursor movement around the terminal. New in 0.6: Better
|
18
|
+
edit function.'
|
19
19
|
email: g@isene.com
|
20
20
|
executables: []
|
21
21
|
extensions:
|