ps_f 0.1.9 → 0.2.0
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.
- data/README +1 -1
- data/bin/ps_f +1 -1
- metadata +8 -6
data/README
CHANGED
data/bin/ps_f
CHANGED
|
@@ -122,7 +122,7 @@ end
|
|
|
122
122
|
max_cols = 0
|
|
123
123
|
|
|
124
124
|
if wide.zero? and $stdout.tty?
|
|
125
|
-
max_cols = `stty size cols 2> /dev/null`.strip.sub(/\A.*\s+/, '').
|
|
125
|
+
max_cols = `stty size cols 2> /dev/null`.strip.sub(/\A.*\s+/, '').to_i
|
|
126
126
|
end
|
|
127
127
|
|
|
128
128
|
tree_lines.each do |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:
|
|
4
|
+
hash: 23
|
|
5
5
|
prerelease:
|
|
6
6
|
segments:
|
|
7
7
|
- 0
|
|
8
|
-
-
|
|
9
|
-
-
|
|
10
|
-
version: 0.
|
|
8
|
+
- 2
|
|
9
|
+
- 0
|
|
10
|
+
version: 0.2.0
|
|
11
11
|
platform: ruby
|
|
12
12
|
authors:
|
|
13
13
|
- winebarrel
|
|
@@ -15,7 +15,8 @@ autorequire:
|
|
|
15
15
|
bindir: bin
|
|
16
16
|
cert_chain: []
|
|
17
17
|
|
|
18
|
-
date: 2012-12-
|
|
18
|
+
date: 2012-12-29 00:00:00 +09:00
|
|
19
|
+
default_executable:
|
|
19
20
|
dependencies: []
|
|
20
21
|
|
|
21
22
|
description:
|
|
@@ -29,6 +30,7 @@ extra_rdoc_files: []
|
|
|
29
30
|
files:
|
|
30
31
|
- README
|
|
31
32
|
- bin/ps_f
|
|
33
|
+
has_rdoc: true
|
|
32
34
|
homepage: https://bitbucket.org/winebarrel/ps_f
|
|
33
35
|
licenses: []
|
|
34
36
|
|
|
@@ -58,7 +60,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
58
60
|
requirements: []
|
|
59
61
|
|
|
60
62
|
rubyforge_project:
|
|
61
|
-
rubygems_version: 1.
|
|
63
|
+
rubygems_version: 1.5.3
|
|
62
64
|
signing_key:
|
|
63
65
|
specification_version: 3
|
|
64
66
|
summary: ps_f emulates 'ps awxuf' on Mac OS X.
|