From d4723b675240bcb860478a05f78d7a718397e9a9 Mon Sep 17 00:00:00 2001 From: franck cuny Date: Sun, 19 Jun 2011 10:54:44 +0200 Subject: more metrics Signed-off-by: franck cuny --- lib/GitHub/Collector/Role/Graph/Neighbors.pm | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lib') diff --git a/lib/GitHub/Collector/Role/Graph/Neighbors.pm b/lib/GitHub/Collector/Role/Graph/Neighbors.pm index 627de94..9f2ecdb 100644 --- a/lib/GitHub/Collector/Role/Graph/Neighbors.pm +++ b/lib/GitHub/Collector/Role/Graph/Neighbors.pm @@ -122,6 +122,8 @@ sub _create_node { language => $self->map_languages($info->{language}), country => $info->{country} || '', indegree => $info->{indegree}, + nbrepos => $info->{public_repo_count}, + follower => $info->{followers_count}, }; } -- cgit v1.2.3