Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
vzaccaria committed Jan 12, 2013
1 parent c61099f commit f978e67
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,8 @@ Finally, there is an additional attribute that can be queried, called `status`.

## Todo ##

* Write tests
* Profit
* Extend Custom settings file.
* Enhanced `eps` output (use graphics symbols).
* Would it be nice to start processes with POST and kill process with DELETE
2 changes: 1 addition & 1 deletion bin/eps
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ argv = optimist.usage('eps.\nUsage: eps --option=V | -o V arg').argv
cli_arguments = argv._

mm = (x,y) ->
e = ss.similar_text(y.toLowerCase(), x.toLowerCase())
e = ss.similar_text(y.toString().toLowerCase(), x.toString().toLowerCase())
return e;

props = [ "USER", "UID", "CMD"]
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "procjs",
"preferGlobal": "true",
"description": "Extended `ps` commands (json output, fuzzy string matching) and REST server exporting current process list.",
"version": "0.0.3",
"version": "0.0.4",
"contributors": [
{
"name": "Vittorio Zaccaria",
Expand Down

0 comments on commit f978e67

Please sign in to comment.