terminal-size 0.0.3 → 0.0.4
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/terminal-size.rb +1 -1
- metadata +4 -3
data/lib/terminal-size.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: terminal-size
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.4
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -12,8 +12,9 @@ bindir: bin
|
|
12
12
|
cert_chain: []
|
13
13
|
date: 2013-01-07 00:00:00.000000000 Z
|
14
14
|
dependencies: []
|
15
|
-
description: ! "
|
16
|
-
Terminal.size
|
15
|
+
description: ! "=== A tiny gem to accomplish a simple task: Determining the terminal
|
16
|
+
size.\n== Usage\n\n p Terminal.size # ⇒ {height: 90, width: 161}\n p Terminal.size!
|
17
|
+
# to get 80×25 as a fallback instead of nil\n\n"
|
17
18
|
email: rking-terminal-size@sharpsaw.org
|
18
19
|
executables: []
|
19
20
|
extensions: []
|