Skip to content

Commit

Permalink
apply pagerank fixes, re #76
Browse files Browse the repository at this point in the history
  • Loading branch information
chriso committed Jan 9, 2012
1 parent 6f1aae1 commit 54eb0c1
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions HISTORY.md
@@ -1,3 +1,6 @@
### v0.4.8
* Fix the pagerank builtin

### v0.4.7 ### v0.4.7
* Break out of .each early with return false * Break out of .each early with return false
* Bug fix for nested getHtml * Bug fix for nested getHtml
Expand Down
2 changes: 1 addition & 1 deletion builtin/pagerank.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{ "name" : "node.io", { "name" : "node.io",
"description" : "A distributed data scraping and processing framework", "description" : "A distributed data scraping and processing framework",
"version" : "0.4.7", "version" : "0.4.8",
"homepage" : "http://github.com/chriso/node.io", "homepage" : "http://github.com/chriso/node.io",
"keywords" : ["data","mapreduce","map","reduce","scraping","html","parsing","parse","scrape","process","processing","data"], "keywords" : ["data","mapreduce","map","reduce","scraping","html","parsing","parse","scrape","process","processing","data"],
"author" : "Chris O'Hara <cohara87@gmail.com>", "author" : "Chris O'Hara <cohara87@gmail.com>",
Expand Down

0 comments on commit 54eb0c1

Please sign in to comment.