contributors_stats 1.0.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (63) hide show
  1. checksums.yaml +7 -0
  2. data/.gitignore +6 -0
  3. data/.travis.yml +11 -0
  4. data/Gemfile +5 -0
  5. data/LICENSE.md +14 -0
  6. data/README.md +43 -0
  7. data/Rakefile +28 -0
  8. data/contributors_stats.gemspec +24 -0
  9. data/lib/contributors_stats.rb +28 -0
  10. data/lib/contributors_stats/base.rb +29 -0
  11. data/lib/contributors_stats/calculator.rb +50 -0
  12. data/lib/contributors_stats/formatter.rb +57 -0
  13. data/lib/contributors_stats/json_helper.rb +49 -0
  14. data/lib/contributors_stats/reader.rb +52 -0
  15. data/lib/contributors_stats/version.rb +4 -0
  16. data/lib/example_data.rb +58 -0
  17. data/lib/plugins/contributors_stats/formatter/html.rb +26 -0
  18. data/lib/plugins/contributors_stats/reader/gh_org.rb +21 -0
  19. data/lib/plugins/contributors_stats/reader/gh_repo.rb +19 -0
  20. data/lib/plugins/contributors_stats/updater/html.rb +36 -0
  21. data/lib/plugins/contributors_stats/user_data/fetch.rb +16 -0
  22. data/lib/plugins/contributors_stats/user_data/simple.rb +23 -0
  23. data/test/contributors_stats/base_test.rb +36 -0
  24. data/test/contributors_stats/calculator_test.rb +70 -0
  25. data/test/contributors_stats/formatter_test.rb +77 -0
  26. data/test/contributors_stats/json_helper_test.rb +76 -0
  27. data/test/contributors_stats/reader_test.rb +59 -0
  28. data/test/contributors_stats_test.rb +13 -0
  29. data/test/fixtures-gh/orgs/railsinstaller/repos.json +269 -0
  30. data/test/fixtures-gh/repos/mpapis/rubygems-bundler/contributors.json +173 -0
  31. data/test/fixtures-gh/repos/railsinstaller/railsinstaller-nix/contributors.json +40 -0
  32. data/test/fixtures-gh/repos/railsinstaller/railsinstaller-windows/contributors.json +116 -0
  33. data/test/fixtures-gh/repos/railsinstaller/website/contributors.json +192 -0
  34. data/test/fixtures-gh/repos/rvm/pluginator/contributors.json +40 -0
  35. data/test/fixtures-gh/users/acco.json +31 -0
  36. data/test/fixtures-gh/users/alexch.json +31 -0
  37. data/test/fixtures-gh/users/biow0lf.json +31 -0
  38. data/test/fixtures-gh/users/drnic.json +31 -0
  39. data/test/fixtures-gh/users/ebertech.json +31 -0
  40. data/test/fixtures-gh/users/edwardchiu38.json +31 -0
  41. data/test/fixtures-gh/users/emachnic.json +31 -0
  42. data/test/fixtures-gh/users/envygeeks.json +31 -0
  43. data/test/fixtures-gh/users/gpxl.json +31 -0
  44. data/test/fixtures-gh/users/jc00ke.json +31 -0
  45. data/test/fixtures-gh/users/joshbuddy.json +31 -0
  46. data/test/fixtures-gh/users/luigidr.json +31 -0
  47. data/test/fixtures-gh/users/luislavena.json +31 -0
  48. data/test/fixtures-gh/users/metaskills.json +31 -0
  49. data/test/fixtures-gh/users/mpapis.json +31 -0
  50. data/test/fixtures-gh/users/parndt.json +31 -0
  51. data/test/fixtures-gh/users/pw.json +31 -0
  52. data/test/fixtures-gh/users/tjouan.json +31 -0
  53. data/test/fixtures-gh/users/veganstraightedge.json +31 -0
  54. data/test/fixtures-gh/users/wayneeseguin.json +31 -0
  55. data/test/fixtures-gh/users/whitequark.json +31 -0
  56. data/test/plugins/formatter/html_test.rb +28 -0
  57. data/test/plugins/reader/gh_org_test.rb +32 -0
  58. data/test/plugins/reader/gh_repo_test.rb +31 -0
  59. data/test/plugins/updater/html_test.rb +55 -0
  60. data/test/plugins/user_data/fetch_test.rb +16 -0
  61. data/test/plugins/user_data/simple_test.rb +18 -0
  62. data/test/test_helper.rb +27 -0
  63. metadata +229 -0
@@ -0,0 +1,13 @@
1
+ require 'test_helper'
2
+ require 'contributors_stats'
3
+
4
+ describe ContributorsStats do
5
+ it "loads calculator" do
6
+ tester = ContributorsStats.load
7
+ tester.kind_of?(ContributorsStats::Calculator).must_equal(true)
8
+ end
9
+ it "passes by options" do
10
+ tester = ContributorsStats.load(:user_data => :fetch)
11
+ tester.user_data_type.must_equal(:fetch)
12
+ end
13
+ end
@@ -0,0 +1,269 @@
1
+ [
2
+ {
3
+ "id": 1251500,
4
+ "name": "railsinstaller-windows",
5
+ "full_name": "railsinstaller/railsinstaller-windows",
6
+ "owner": {
7
+ "login": "railsinstaller",
8
+ "id": 563143,
9
+ "avatar_url": "https://secure.gravatar.com/avatar/9acdcf8a5e17cdf985951344a07b67e8?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-org-420.png",
10
+ "gravatar_id": "9acdcf8a5e17cdf985951344a07b67e8",
11
+ "url": "users/railsinstaller.json",
12
+ "html_url": "https://github.com/railsinstaller",
13
+ "followers_url": "users/railsinstaller/followers.json",
14
+ "following_url": "users/railsinstaller/following{/other_user}.json",
15
+ "gists_url": "users/railsinstaller/gists{/gist_id}.json",
16
+ "starred_url": "users/railsinstaller/starred{/owner}{/repo}.json",
17
+ "subscriptions_url": "users/railsinstaller/subscriptions.json",
18
+ "organizations_url": "users/railsinstaller/orgs.json",
19
+ "repos_url": "users/railsinstaller/repos.json",
20
+ "events_url": "users/railsinstaller/events{/privacy}.json",
21
+ "received_events_url": "users/railsinstaller/received_events.json",
22
+ "type": "Organization"
23
+ },
24
+ "private": false,
25
+ "html_url": "https://github.com/railsinstaller/railsinstaller-windows",
26
+ "description": "RailsInstaller for Windows",
27
+ "fork": false,
28
+ "url": "repos/railsinstaller/railsinstaller-windows.json",
29
+ "forks_url": "repos/railsinstaller/railsinstaller-windows/forks.json",
30
+ "keys_url": "repos/railsinstaller/railsinstaller-windows/keys{/key_id}.json",
31
+ "collaborators_url": "repos/railsinstaller/railsinstaller-windows/collaborators{/collaborator}.json",
32
+ "teams_url": "repos/railsinstaller/railsinstaller-windows/teams.json",
33
+ "hooks_url": "repos/railsinstaller/railsinstaller-windows/hooks.json",
34
+ "issue_events_url": "repos/railsinstaller/railsinstaller-windows/issues/events{/number}.json",
35
+ "events_url": "repos/railsinstaller/railsinstaller-windows/events.json",
36
+ "assignees_url": "repos/railsinstaller/railsinstaller-windows/assignees{/user}.json",
37
+ "branches_url": "repos/railsinstaller/railsinstaller-windows/branches{/branch}.json",
38
+ "tags_url": "repos/railsinstaller/railsinstaller-windows/tags.json",
39
+ "blobs_url": "repos/railsinstaller/railsinstaller-windows/git/blobs{/sha}.json",
40
+ "git_tags_url": "repos/railsinstaller/railsinstaller-windows/git/tags{/sha}.json",
41
+ "git_refs_url": "repos/railsinstaller/railsinstaller-windows/git/refs{/sha}.json",
42
+ "trees_url": "repos/railsinstaller/railsinstaller-windows/git/trees{/sha}.json",
43
+ "statuses_url": "repos/railsinstaller/railsinstaller-windows/statuses/{sha}.json",
44
+ "languages_url": "repos/railsinstaller/railsinstaller-windows/languages.json",
45
+ "stargazers_url": "repos/railsinstaller/railsinstaller-windows/stargazers.json",
46
+ "contributors_url": "repos/railsinstaller/railsinstaller-windows/contributors.json",
47
+ "subscribers_url": "repos/railsinstaller/railsinstaller-windows/subscribers.json",
48
+ "subscription_url": "repos/railsinstaller/railsinstaller-windows/subscription.json",
49
+ "commits_url": "repos/railsinstaller/railsinstaller-windows/commits{/sha}.json",
50
+ "git_commits_url": "repos/railsinstaller/railsinstaller-windows/git/commits{/sha}.json",
51
+ "comments_url": "repos/railsinstaller/railsinstaller-windows/comments{/number}.json",
52
+ "issue_comment_url": "repos/railsinstaller/railsinstaller-windows/issues/comments/{number}.json",
53
+ "contents_url": "repos/railsinstaller/railsinstaller-windows/contents/{+path}.json",
54
+ "compare_url": "repos/railsinstaller/railsinstaller-windows/compare/{base}...{head}.json",
55
+ "merges_url": "repos/railsinstaller/railsinstaller-windows/merges.json",
56
+ "archive_url": "repos/railsinstaller/railsinstaller-windows/{archive_format}{/ref}.json",
57
+ "downloads_url": "repos/railsinstaller/railsinstaller-windows/downloads.json",
58
+ "issues_url": "repos/railsinstaller/railsinstaller-windows/issues{/number}.json",
59
+ "pulls_url": "repos/railsinstaller/railsinstaller-windows/pulls{/number}.json",
60
+ "milestones_url": "repos/railsinstaller/railsinstaller-windows/milestones{/number}.json",
61
+ "notifications_url": "repos/railsinstaller/railsinstaller-windows/notifications{?since,all,participating}.json",
62
+ "labels_url": "repos/railsinstaller/railsinstaller-windows/labels{/name}.json",
63
+ "created_at": "2011-01-13T17:30:26Z",
64
+ "updated_at": "2013-05-06T03:20:37Z",
65
+ "pushed_at": "2013-04-16T17:17:21Z",
66
+ "git_url": "git://github.com/railsinstaller/railsinstaller-windows.git",
67
+ "ssh_url": "git@github.com:railsinstaller/railsinstaller-windows.git",
68
+ "clone_url": "https://github.com/railsinstaller/railsinstaller-windows.git",
69
+ "svn_url": "https://github.com/railsinstaller/railsinstaller-windows",
70
+ "homepage": "http://railsinstaller.org/",
71
+ "size": 164,
72
+ "watchers_count": 72,
73
+ "language": "Ruby",
74
+ "has_issues": true,
75
+ "has_downloads": true,
76
+ "has_wiki": true,
77
+ "forks_count": 19,
78
+ "mirror_url": null,
79
+ "open_issues_count": 5,
80
+ "forks": 19,
81
+ "open_issues": 5,
82
+ "watchers": 72,
83
+ "master_branch": "master",
84
+ "default_branch": "master",
85
+ "permissions": {
86
+ "admin": false,
87
+ "push": false,
88
+ "pull": true
89
+ }
90
+ },
91
+ {
92
+ "id": 1253367,
93
+ "name": "website",
94
+ "full_name": "railsinstaller/website",
95
+ "owner": {
96
+ "login": "railsinstaller",
97
+ "id": 563143,
98
+ "avatar_url": "https://secure.gravatar.com/avatar/9acdcf8a5e17cdf985951344a07b67e8?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-org-420.png",
99
+ "gravatar_id": "9acdcf8a5e17cdf985951344a07b67e8",
100
+ "url": "users/railsinstaller.json",
101
+ "html_url": "https://github.com/railsinstaller",
102
+ "followers_url": "users/railsinstaller/followers.json",
103
+ "following_url": "users/railsinstaller/following{/other_user}.json",
104
+ "gists_url": "users/railsinstaller/gists{/gist_id}.json",
105
+ "starred_url": "users/railsinstaller/starred{/owner}{/repo}.json",
106
+ "subscriptions_url": "users/railsinstaller/subscriptions.json",
107
+ "organizations_url": "users/railsinstaller/orgs.json",
108
+ "repos_url": "users/railsinstaller/repos.json",
109
+ "events_url": "users/railsinstaller/events{/privacy}.json",
110
+ "received_events_url": "users/railsinstaller/received_events.json",
111
+ "type": "Organization"
112
+ },
113
+ "private": false,
114
+ "html_url": "https://github.com/railsinstaller/website",
115
+ "description": "RailsInstaller Website",
116
+ "fork": false,
117
+ "url": "repos/railsinstaller/website.json",
118
+ "forks_url": "repos/railsinstaller/website/forks.json",
119
+ "keys_url": "repos/railsinstaller/website/keys{/key_id}.json",
120
+ "collaborators_url": "repos/railsinstaller/website/collaborators{/collaborator}.json",
121
+ "teams_url": "repos/railsinstaller/website/teams.json",
122
+ "hooks_url": "repos/railsinstaller/website/hooks.json",
123
+ "issue_events_url": "repos/railsinstaller/website/issues/events{/number}.json",
124
+ "events_url": "repos/railsinstaller/website/events.json",
125
+ "assignees_url": "repos/railsinstaller/website/assignees{/user}.json",
126
+ "branches_url": "repos/railsinstaller/website/branches{/branch}.json",
127
+ "tags_url": "repos/railsinstaller/website/tags.json",
128
+ "blobs_url": "repos/railsinstaller/website/git/blobs{/sha}.json",
129
+ "git_tags_url": "repos/railsinstaller/website/git/tags{/sha}.json",
130
+ "git_refs_url": "repos/railsinstaller/website/git/refs{/sha}.json",
131
+ "trees_url": "repos/railsinstaller/website/git/trees{/sha}.json",
132
+ "statuses_url": "repos/railsinstaller/website/statuses/{sha}.json",
133
+ "languages_url": "repos/railsinstaller/website/languages.json",
134
+ "stargazers_url": "repos/railsinstaller/website/stargazers.json",
135
+ "contributors_url": "repos/railsinstaller/website/contributors.json",
136
+ "subscribers_url": "repos/railsinstaller/website/subscribers.json",
137
+ "subscription_url": "repos/railsinstaller/website/subscription.json",
138
+ "commits_url": "repos/railsinstaller/website/commits{/sha}.json",
139
+ "git_commits_url": "repos/railsinstaller/website/git/commits{/sha}.json",
140
+ "comments_url": "repos/railsinstaller/website/comments{/number}.json",
141
+ "issue_comment_url": "repos/railsinstaller/website/issues/comments/{number}.json",
142
+ "contents_url": "repos/railsinstaller/website/contents/{+path}.json",
143
+ "compare_url": "repos/railsinstaller/website/compare/{base}...{head}.json",
144
+ "merges_url": "repos/railsinstaller/website/merges.json",
145
+ "archive_url": "repos/railsinstaller/website/{archive_format}{/ref}.json",
146
+ "downloads_url": "repos/railsinstaller/website/downloads.json",
147
+ "issues_url": "repos/railsinstaller/website/issues{/number}.json",
148
+ "pulls_url": "repos/railsinstaller/website/pulls{/number}.json",
149
+ "milestones_url": "repos/railsinstaller/website/milestones{/number}.json",
150
+ "notifications_url": "repos/railsinstaller/website/notifications{?since,all,participating}.json",
151
+ "labels_url": "repos/railsinstaller/website/labels{/name}.json",
152
+ "created_at": "2011-01-14T04:18:44Z",
153
+ "updated_at": "2013-05-10T16:29:10Z",
154
+ "pushed_at": "2013-05-10T16:29:04Z",
155
+ "git_url": "git://github.com/railsinstaller/website.git",
156
+ "ssh_url": "git@github.com:railsinstaller/website.git",
157
+ "clone_url": "https://github.com/railsinstaller/website.git",
158
+ "svn_url": "https://github.com/railsinstaller/website",
159
+ "homepage": "http://railsinstaller.org/",
160
+ "size": 376,
161
+ "watchers_count": 9,
162
+ "language": "Ruby",
163
+ "has_issues": true,
164
+ "has_downloads": true,
165
+ "has_wiki": true,
166
+ "forks_count": 8,
167
+ "mirror_url": null,
168
+ "open_issues_count": 1,
169
+ "forks": 8,
170
+ "open_issues": 1,
171
+ "watchers": 9,
172
+ "master_branch": "master",
173
+ "default_branch": "master",
174
+ "permissions": {
175
+ "admin": false,
176
+ "push": false,
177
+ "pull": true
178
+ }
179
+ },
180
+ {
181
+ "id": 2349727,
182
+ "name": "railsinstaller-nix",
183
+ "full_name": "railsinstaller/railsinstaller-nix",
184
+ "owner": {
185
+ "login": "railsinstaller",
186
+ "id": 563143,
187
+ "avatar_url": "https://secure.gravatar.com/avatar/9acdcf8a5e17cdf985951344a07b67e8?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-org-420.png",
188
+ "gravatar_id": "9acdcf8a5e17cdf985951344a07b67e8",
189
+ "url": "users/railsinstaller.json",
190
+ "html_url": "https://github.com/railsinstaller",
191
+ "followers_url": "users/railsinstaller/followers.json",
192
+ "following_url": "users/railsinstaller/following{/other_user}.json",
193
+ "gists_url": "users/railsinstaller/gists{/gist_id}.json",
194
+ "starred_url": "users/railsinstaller/starred{/owner}{/repo}.json",
195
+ "subscriptions_url": "users/railsinstaller/subscriptions.json",
196
+ "organizations_url": "users/railsinstaller/orgs.json",
197
+ "repos_url": "users/railsinstaller/repos.json",
198
+ "events_url": "users/railsinstaller/events{/privacy}.json",
199
+ "received_events_url": "users/railsinstaller/received_events.json",
200
+ "type": "Organization"
201
+ },
202
+ "private": false,
203
+ "html_url": "https://github.com/railsinstaller/railsinstaller-nix",
204
+ "description": "RailsInstaller for OSX/Linux",
205
+ "fork": false,
206
+ "url": "repos/railsinstaller/railsinstaller-nix.json",
207
+ "forks_url": "repos/railsinstaller/railsinstaller-nix/forks.json",
208
+ "keys_url": "repos/railsinstaller/railsinstaller-nix/keys{/key_id}.json",
209
+ "collaborators_url": "repos/railsinstaller/railsinstaller-nix/collaborators{/collaborator}.json",
210
+ "teams_url": "repos/railsinstaller/railsinstaller-nix/teams.json",
211
+ "hooks_url": "repos/railsinstaller/railsinstaller-nix/hooks.json",
212
+ "issue_events_url": "repos/railsinstaller/railsinstaller-nix/issues/events{/number}.json",
213
+ "events_url": "repos/railsinstaller/railsinstaller-nix/events.json",
214
+ "assignees_url": "repos/railsinstaller/railsinstaller-nix/assignees{/user}.json",
215
+ "branches_url": "repos/railsinstaller/railsinstaller-nix/branches{/branch}.json",
216
+ "tags_url": "repos/railsinstaller/railsinstaller-nix/tags.json",
217
+ "blobs_url": "repos/railsinstaller/railsinstaller-nix/git/blobs{/sha}.json",
218
+ "git_tags_url": "repos/railsinstaller/railsinstaller-nix/git/tags{/sha}.json",
219
+ "git_refs_url": "repos/railsinstaller/railsinstaller-nix/git/refs{/sha}.json",
220
+ "trees_url": "repos/railsinstaller/railsinstaller-nix/git/trees{/sha}.json",
221
+ "statuses_url": "repos/railsinstaller/railsinstaller-nix/statuses/{sha}.json",
222
+ "languages_url": "repos/railsinstaller/railsinstaller-nix/languages.json",
223
+ "stargazers_url": "repos/railsinstaller/railsinstaller-nix/stargazers.json",
224
+ "contributors_url": "repos/railsinstaller/railsinstaller-nix/contributors.json",
225
+ "subscribers_url": "repos/railsinstaller/railsinstaller-nix/subscribers.json",
226
+ "subscription_url": "repos/railsinstaller/railsinstaller-nix/subscription.json",
227
+ "commits_url": "repos/railsinstaller/railsinstaller-nix/commits{/sha}.json",
228
+ "git_commits_url": "repos/railsinstaller/railsinstaller-nix/git/commits{/sha}.json",
229
+ "comments_url": "repos/railsinstaller/railsinstaller-nix/comments{/number}.json",
230
+ "issue_comment_url": "repos/railsinstaller/railsinstaller-nix/issues/comments/{number}.json",
231
+ "contents_url": "repos/railsinstaller/railsinstaller-nix/contents/{+path}.json",
232
+ "compare_url": "repos/railsinstaller/railsinstaller-nix/compare/{base}...{head}.json",
233
+ "merges_url": "repos/railsinstaller/railsinstaller-nix/merges.json",
234
+ "archive_url": "repos/railsinstaller/railsinstaller-nix/{archive_format}{/ref}.json",
235
+ "downloads_url": "repos/railsinstaller/railsinstaller-nix/downloads.json",
236
+ "issues_url": "repos/railsinstaller/railsinstaller-nix/issues{/number}.json",
237
+ "pulls_url": "repos/railsinstaller/railsinstaller-nix/pulls{/number}.json",
238
+ "milestones_url": "repos/railsinstaller/railsinstaller-nix/milestones{/number}.json",
239
+ "notifications_url": "repos/railsinstaller/railsinstaller-nix/notifications{?since,all,participating}.json",
240
+ "labels_url": "repos/railsinstaller/railsinstaller-nix/labels{/name}.json",
241
+ "created_at": "2011-09-08T16:52:47Z",
242
+ "updated_at": "2013-05-07T03:06:07Z",
243
+ "pushed_at": "2013-05-07T03:06:06Z",
244
+ "git_url": "git://github.com/railsinstaller/railsinstaller-nix.git",
245
+ "ssh_url": "git@github.com:railsinstaller/railsinstaller-nix.git",
246
+ "clone_url": "https://github.com/railsinstaller/railsinstaller-nix.git",
247
+ "svn_url": "https://github.com/railsinstaller/railsinstaller-nix",
248
+ "homepage": "http://railsinstaller.org/",
249
+ "size": 2248225,
250
+ "watchers_count": 40,
251
+ "language": "Shell",
252
+ "has_issues": true,
253
+ "has_downloads": true,
254
+ "has_wiki": true,
255
+ "forks_count": 5,
256
+ "mirror_url": null,
257
+ "open_issues_count": 4,
258
+ "forks": 5,
259
+ "open_issues": 4,
260
+ "watchers": 40,
261
+ "master_branch": "master",
262
+ "default_branch": "master",
263
+ "permissions": {
264
+ "admin": false,
265
+ "push": false,
266
+ "pull": true
267
+ }
268
+ }
269
+ ]
@@ -0,0 +1,173 @@
1
+ [
2
+ {
3
+ "login": "mpapis",
4
+ "id": 48054,
5
+ "avatar_url": "https://secure.gravatar.com/avatar/3ec52ed58eb92026d86e62c39bdb7589?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png",
6
+ "gravatar_id": "3ec52ed58eb92026d86e62c39bdb7589",
7
+ "url": "users/mpapis.json",
8
+ "html_url": "https://github.com/mpapis",
9
+ "followers_url": "users/mpapis/followers.json",
10
+ "following_url": "users/mpapis/following{/other_user}.json",
11
+ "gists_url": "users/mpapis/gists{/gist_id}.json",
12
+ "starred_url": "users/mpapis/starred{/owner}{/repo}.json",
13
+ "subscriptions_url": "users/mpapis/subscriptions.json",
14
+ "organizations_url": "users/mpapis/orgs.json",
15
+ "repos_url": "users/mpapis/repos.json",
16
+ "events_url": "users/mpapis/events{/privacy}.json",
17
+ "received_events_url": "users/mpapis/received_events.json",
18
+ "type": "User",
19
+ "contributions": 119
20
+ },
21
+ {
22
+ "login": "joshbuddy",
23
+ "id": 8898,
24
+ "avatar_url": "https://secure.gravatar.com/avatar/c7e2ce5b40f683dfb6c1bdf5e6af0c72?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png",
25
+ "gravatar_id": "c7e2ce5b40f683dfb6c1bdf5e6af0c72",
26
+ "url": "users/joshbuddy.json",
27
+ "html_url": "https://github.com/joshbuddy",
28
+ "followers_url": "users/joshbuddy/followers.json",
29
+ "following_url": "users/joshbuddy/following{/other_user}.json",
30
+ "gists_url": "users/joshbuddy/gists{/gist_id}.json",
31
+ "starred_url": "users/joshbuddy/starred{/owner}{/repo}.json",
32
+ "subscriptions_url": "users/joshbuddy/subscriptions.json",
33
+ "organizations_url": "users/joshbuddy/orgs.json",
34
+ "repos_url": "users/joshbuddy/repos.json",
35
+ "events_url": "users/joshbuddy/events{/privacy}.json",
36
+ "received_events_url": "users/joshbuddy/received_events.json",
37
+ "type": "User",
38
+ "contributions": 12
39
+ },
40
+ {
41
+ "login": "envygeeks",
42
+ "id": 99763,
43
+ "avatar_url": "https://secure.gravatar.com/avatar/52f3528c40e9cf28ad0900886eecb128?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png",
44
+ "gravatar_id": "52f3528c40e9cf28ad0900886eecb128",
45
+ "url": "users/envygeeks.json",
46
+ "html_url": "https://github.com/envygeeks",
47
+ "followers_url": "users/envygeeks/followers.json",
48
+ "following_url": "users/envygeeks/following{/other_user}.json",
49
+ "gists_url": "users/envygeeks/gists{/gist_id}.json",
50
+ "starred_url": "users/envygeeks/starred{/owner}{/repo}.json",
51
+ "subscriptions_url": "users/envygeeks/subscriptions.json",
52
+ "organizations_url": "users/envygeeks/orgs.json",
53
+ "repos_url": "users/envygeeks/repos.json",
54
+ "events_url": "users/envygeeks/events{/privacy}.json",
55
+ "received_events_url": "users/envygeeks/received_events.json",
56
+ "type": "User",
57
+ "contributions": 3
58
+ },
59
+ {
60
+ "login": "ebertech",
61
+ "id": 344626,
62
+ "avatar_url": "https://secure.gravatar.com/avatar/611e334464725c2a13b9bab38981aacb?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png",
63
+ "gravatar_id": "611e334464725c2a13b9bab38981aacb",
64
+ "url": "users/ebertech.json",
65
+ "html_url": "https://github.com/ebertech",
66
+ "followers_url": "users/ebertech/followers.json",
67
+ "following_url": "users/ebertech/following{/other_user}.json",
68
+ "gists_url": "users/ebertech/gists{/gist_id}.json",
69
+ "starred_url": "users/ebertech/starred{/owner}{/repo}.json",
70
+ "subscriptions_url": "users/ebertech/subscriptions.json",
71
+ "organizations_url": "users/ebertech/orgs.json",
72
+ "repos_url": "users/ebertech/repos.json",
73
+ "events_url": "users/ebertech/events{/privacy}.json",
74
+ "received_events_url": "users/ebertech/received_events.json",
75
+ "type": "User",
76
+ "contributions": 2
77
+ },
78
+ {
79
+ "login": "biow0lf",
80
+ "id": 93578,
81
+ "avatar_url": "https://secure.gravatar.com/avatar/fcb760f377e8544848df4550ea5ac55b?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png",
82
+ "gravatar_id": "fcb760f377e8544848df4550ea5ac55b",
83
+ "url": "users/biow0lf.json",
84
+ "html_url": "https://github.com/biow0lf",
85
+ "followers_url": "users/biow0lf/followers.json",
86
+ "following_url": "users/biow0lf/following{/other_user}.json",
87
+ "gists_url": "users/biow0lf/gists{/gist_id}.json",
88
+ "starred_url": "users/biow0lf/starred{/owner}{/repo}.json",
89
+ "subscriptions_url": "users/biow0lf/subscriptions.json",
90
+ "organizations_url": "users/biow0lf/orgs.json",
91
+ "repos_url": "users/biow0lf/repos.json",
92
+ "events_url": "users/biow0lf/events{/privacy}.json",
93
+ "received_events_url": "users/biow0lf/received_events.json",
94
+ "type": "User",
95
+ "contributions": 1
96
+ },
97
+ {
98
+ "login": "pw",
99
+ "id": 89371,
100
+ "avatar_url": "https://secure.gravatar.com/avatar/362640695ed8e256d4b45d2a40519326?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png",
101
+ "gravatar_id": "362640695ed8e256d4b45d2a40519326",
102
+ "url": "users/pw.json",
103
+ "html_url": "https://github.com/pw",
104
+ "followers_url": "users/pw/followers.json",
105
+ "following_url": "users/pw/following{/other_user}.json",
106
+ "gists_url": "users/pw/gists{/gist_id}.json",
107
+ "starred_url": "users/pw/starred{/owner}{/repo}.json",
108
+ "subscriptions_url": "users/pw/subscriptions.json",
109
+ "organizations_url": "users/pw/orgs.json",
110
+ "repos_url": "users/pw/repos.json",
111
+ "events_url": "users/pw/events{/privacy}.json",
112
+ "received_events_url": "users/pw/received_events.json",
113
+ "type": "User",
114
+ "contributions": 1
115
+ },
116
+ {
117
+ "login": "whitequark",
118
+ "id": 54771,
119
+ "avatar_url": "https://secure.gravatar.com/avatar/89d887b50262bbe10225d36d974fdb0c?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png",
120
+ "gravatar_id": "89d887b50262bbe10225d36d974fdb0c",
121
+ "url": "users/whitequark.json",
122
+ "html_url": "https://github.com/whitequark",
123
+ "followers_url": "users/whitequark/followers.json",
124
+ "following_url": "users/whitequark/following{/other_user}.json",
125
+ "gists_url": "users/whitequark/gists{/gist_id}.json",
126
+ "starred_url": "users/whitequark/starred{/owner}{/repo}.json",
127
+ "subscriptions_url": "users/whitequark/subscriptions.json",
128
+ "organizations_url": "users/whitequark/orgs.json",
129
+ "repos_url": "users/whitequark/repos.json",
130
+ "events_url": "users/whitequark/events{/privacy}.json",
131
+ "received_events_url": "users/whitequark/received_events.json",
132
+ "type": "User",
133
+ "contributions": 1
134
+ },
135
+ {
136
+ "login": "parndt",
137
+ "id": 10128,
138
+ "avatar_url": "https://secure.gravatar.com/avatar/1d676127a3e4c0531e2d37dabef0a12d?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png",
139
+ "gravatar_id": "1d676127a3e4c0531e2d37dabef0a12d",
140
+ "url": "users/parndt.json",
141
+ "html_url": "https://github.com/parndt",
142
+ "followers_url": "users/parndt/followers.json",
143
+ "following_url": "users/parndt/following{/other_user}.json",
144
+ "gists_url": "users/parndt/gists{/gist_id}.json",
145
+ "starred_url": "users/parndt/starred{/owner}{/repo}.json",
146
+ "subscriptions_url": "users/parndt/subscriptions.json",
147
+ "organizations_url": "users/parndt/orgs.json",
148
+ "repos_url": "users/parndt/repos.json",
149
+ "events_url": "users/parndt/events{/privacy}.json",
150
+ "received_events_url": "users/parndt/received_events.json",
151
+ "type": "User",
152
+ "contributions": 1
153
+ },
154
+ {
155
+ "login": "tjouan",
156
+ "id": 61271,
157
+ "avatar_url": "https://secure.gravatar.com/avatar/a0b419452eceda9515088289b3a66e14?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png",
158
+ "gravatar_id": "a0b419452eceda9515088289b3a66e14",
159
+ "url": "users/tjouan.json",
160
+ "html_url": "https://github.com/tjouan",
161
+ "followers_url": "users/tjouan/followers.json",
162
+ "following_url": "users/tjouan/following{/other_user}.json",
163
+ "gists_url": "users/tjouan/gists{/gist_id}.json",
164
+ "starred_url": "users/tjouan/starred{/owner}{/repo}.json",
165
+ "subscriptions_url": "users/tjouan/subscriptions.json",
166
+ "organizations_url": "users/tjouan/orgs.json",
167
+ "repos_url": "users/tjouan/repos.json",
168
+ "events_url": "users/tjouan/events{/privacy}.json",
169
+ "received_events_url": "users/tjouan/received_events.json",
170
+ "type": "User",
171
+ "contributions": 1
172
+ }
173
+ ]