ps_f 0.1.0 → 0.1.1

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 +0 -4
  2. metadata +3 -3
data/bin/ps_f CHANGED
@@ -91,10 +91,6 @@ if $stdout.tty?
91
91
  max_cols = `stty size cols 2> /dev/null`.strip.sub(/\A.*\s+/, '').first.to_i
92
92
  end
93
93
 
94
- if ARGV.any? {|i| /\A[a-z]+\Z/ =~ i and /w/ =~ i}
95
- max_cols = 0
96
- end
97
-
98
94
  tree_lines.each do |line|
99
95
  line = line[0, max_cols] unless max_cols.zero?
100
96
  puts line
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: 27
4
+ hash: 25
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 1
9
- - 0
10
- version: 0.1.0
9
+ - 1
10
+ version: 0.1.1
11
11
  platform: ruby
12
12
  authors:
13
13
  - winebarrel