choosy 0.4.7 → 0.4.8

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 (3) hide show
  1. data/lib/VERSION.yml +1 -1
  2. data/lib/choosy/terminal.rb +1 -1
  3. metadata +2 -2
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  date: 31/03/2011
3
3
  version:
4
- tiny: 7
4
+ tiny: 8
5
5
  major: 0
6
6
  minor: 4
@@ -94,7 +94,7 @@ module Choosy
94
94
  def stdin?
95
95
  begin
96
96
  require 'fcntl'
97
- STDIN.fcntl(Fcntl::F_GETFL, 0) == 0 && !stdin.tty?
97
+ STDIN.fcntl(Fcntl::F_GETFL, 0) == 0 && !$stdin.tty?
98
98
  rescue
99
99
  $stdin.stat.size != 0
100
100
  end
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 4
8
- - 7
9
- version: 0.4.7
8
+ - 8
9
+ version: 0.4.8
10
10
  platform: ruby
11
11
  authors:
12
12
  - Gabe McArthur