ps_f 0.1.8 → 0.1.9

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/bin/ps_f +1 -1
  2. metadata +3 -3
data/bin/ps_f CHANGED
@@ -121,7 +121,7 @@ end
121
121
 
122
122
  max_cols = 0
123
123
 
124
- if wide < 2 and $stdout.tty?
124
+ if wide.zero? and $stdout.tty?
125
125
  max_cols = `stty size cols 2> /dev/null`.strip.sub(/\A.*\s+/, '').first.to_i
126
126
  end
127
127
 
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ps_f
3
3
  version: !ruby/object:Gem::Version
4
- hash: 11
4
+ hash: 9
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 1
9
- - 8
10
- version: 0.1.8
9
+ - 9
10
+ version: 0.1.9
11
11
  platform: ruby
12
12
  authors:
13
13
  - winebarrel