rcurses 0.9 → 1.1
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: 6b5cf2e395a224d6cdc4dc6e0fb78ec62953fe62b0e4113aea10db4f0a8e9826
|
4
|
+
data.tar.gz: 822cf1f891a1221d46e63231f90aec40e0cb78568e342b381a8cfbbe0f8259bc
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 99d8e1ba503c378cd5b892c220e553958eaea7aa05f983e840df40c6a0def2a0a62c04d8351f5ec99fe9b25c2fa001026dc9816ab8bd78d1783b9b846f6c7335
|
7
|
+
data.tar.gz: 2baba312aa2977a5b9e66d558b246f0af6f7de476c6170e5edb07b65072508b9142b9bd0b889277a9a58c046df478dd9a26315a242e7f8ded00f898eed432a59
|
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: '
|
4
|
+
version: '1.1'
|
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-25 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
|
18
|
-
|
17
|
+
center align text in panes. Cursor movement around the terminal. New in 1.1: Rewrite
|
18
|
+
of the textformat function.'
|
19
19
|
email: g@isene.com
|
20
20
|
executables: []
|
21
21
|
extensions:
|