terminal-size 0.0.4 → 0.0.5

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.
Files changed (2) hide show
  1. data/lib/terminal-size.rb +1 -1
  2. metadata +3 -3
data/lib/terminal-size.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  class Terminal
2
- class Size; VERSION = '0.0.4' end
2
+ class Size; VERSION = '0.0.5' 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.4
4
+ version: 0.0.5
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -12,8 +12,8 @@ bindir: bin
12
12
  cert_chain: []
13
13
  date: 2013-01-07 00:00:00.000000000 Z
14
14
  dependencies: []
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!
15
+ description: ! "A tiny gem to accomplish a simple task: Determining the terminal size.\n\n==
16
+ Usage\n\n p Terminal.size # ⇒ {height: 90, width: 161}\n p Terminal.size!
17
17
  # to get 80×25 as a fallback instead of nil\n\n"
18
18
  email: rking-terminal-size@sharpsaw.org
19
19
  executables: []