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.
Files changed (2) hide show
  1. data/lib/terminal-size.rb +1 -1
  2. metadata +4 -3
data/lib/terminal-size.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  class Terminal
2
- class Size; VERSION = '0.0.3' end
2
+ class Size; VERSION = '0.0.4' end
3
3
  class << self
4
4
  def size
5
5
  size_via_low_level_ioctl or size_via_stty or nil
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.3
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: ! "== Usage\n\n p Terminal.size # {height: 90, width: 161}\n p
16
- Terminal.size! # to get 80×25 as a fallback instead of nil\n\n"
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: []