octokit 1.0.7 → 1.1.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (75) hide show
  1. data/CHANGELOG.md +1 -0
  2. data/lib/octokit/client.rb +3 -0
  3. data/lib/octokit/client/gists.rb +66 -0
  4. data/lib/octokit/gist.rb +27 -0
  5. data/lib/octokit/version.rb +1 -1
  6. data/spec/fixtures/timeline.json +1408 -1237
  7. data/spec/fixtures/v2/blob_metadata.json +2052 -1
  8. data/spec/fixtures/v2/blobs.json +260 -1
  9. data/spec/fixtures/v2/issues.json +49 -1
  10. data/spec/fixtures/v2/network_data.json +3551 -1
  11. data/spec/fixtures/v2/network_meta.json +2530 -1
  12. data/spec/fixtures/v2/repositories.json +173 -1
  13. data/spec/fixtures/v2/tree_metadata.json +2612 -1
  14. data/spec/fixtures/v2/user.json +19 -1
  15. data/spec/fixtures/v2/users.json +24 -1
  16. data/spec/fixtures/v3/blob.json +5 -5
  17. data/spec/fixtures/v3/branches.json +14 -14
  18. data/spec/fixtures/v3/collaborators.json +60 -60
  19. data/spec/fixtures/v3/comment.json +12 -12
  20. data/spec/fixtures/v3/comments.json +41 -41
  21. data/spec/fixtures/v3/commit.json +50 -1
  22. data/spec/fixtures/v3/commit_comment.json +17 -17
  23. data/spec/fixtures/v3/commit_comments.json +76 -76
  24. data/spec/fixtures/v3/commits.json +1414 -1
  25. data/spec/fixtures/v3/contributors.json +889 -889
  26. data/spec/fixtures/v3/download.json +9 -9
  27. data/spec/fixtures/v3/downloads.json +33 -33
  28. data/spec/fixtures/v3/emails.json +3 -3
  29. data/spec/fixtures/v3/followers.json +210 -210
  30. data/spec/fixtures/v3/following.json +207 -207
  31. data/spec/fixtures/v3/forks.json +870 -870
  32. data/spec/fixtures/v3/gist.json +51 -0
  33. data/spec/fixtures/v3/gists.json +548 -0
  34. data/spec/fixtures/v3/issue.json +33 -35
  35. data/spec/fixtures/v3/issue_closed.json +34 -36
  36. data/spec/fixtures/v3/issue_event.json +40 -42
  37. data/spec/fixtures/v3/issue_events.json +70 -70
  38. data/spec/fixtures/v3/issues.json +1559 -1577
  39. data/spec/fixtures/v3/label.json +3 -3
  40. data/spec/fixtures/v3/labels.json +15 -15
  41. data/spec/fixtures/v3/languages.json +3 -3
  42. data/spec/fixtures/v3/list_commit_comments.json +570 -570
  43. data/spec/fixtures/v3/milestone.json +9 -10
  44. data/spec/fixtures/v3/milestones.json +25 -25
  45. data/spec/fixtures/v3/not_found.json +1 -1
  46. data/spec/fixtures/v3/organization-repositories.json +4290 -4290
  47. data/spec/fixtures/v3/organization-repository.json +41 -41
  48. data/spec/fixtures/v3/organization.json +16 -16
  49. data/spec/fixtures/v3/organization_members.json +574 -574
  50. data/spec/fixtures/v3/organization_team_members.json +14 -14
  51. data/spec/fixtures/v3/organization_team_repos.json +60 -60
  52. data/spec/fixtures/v3/organizations.json +42 -42
  53. data/spec/fixtures/v3/public_events.json +1101 -1107
  54. data/spec/fixtures/v3/public_gists.json +968 -0
  55. data/spec/fixtures/v3/public_key.json +3 -3
  56. data/spec/fixtures/v3/public_keys.json +5 -5
  57. data/spec/fixtures/v3/pull_created.json +134 -134
  58. data/spec/fixtures/v3/pull_request.json +134 -134
  59. data/spec/fixtures/v3/pull_requests.json +185 -185
  60. data/spec/fixtures/v3/repo_events.json +1644 -1660
  61. data/spec/fixtures/v3/repo_issues_events.json +127 -133
  62. data/spec/fixtures/v3/repositories.json +871 -871
  63. data/spec/fixtures/v3/repository.json +33 -33
  64. data/spec/fixtures/v3/starred_gists.json +30 -0
  65. data/spec/fixtures/v3/tags.json +171 -171
  66. data/spec/fixtures/v3/team.json +6 -6
  67. data/spec/fixtures/v3/teams.json +10 -10
  68. data/spec/fixtures/v3/tree.json +110 -110
  69. data/spec/fixtures/v3/user.json +18 -18
  70. data/spec/fixtures/v3/user_events.json +99 -100
  71. data/spec/fixtures/v3/watched.json +1020 -1020
  72. data/spec/fixtures/v3/watchers.json +180 -180
  73. data/spec/octokit/client/gists_spec.rb +133 -0
  74. data/spec/octokit/gist_spec.rb +49 -0
  75. metadata +40 -26
@@ -1,1022 +1,1022 @@
1
1
  [
2
- {
3
- "ssh_url": "git@github.com:mojombo/grit.git",
4
- "svn_url": "https://github.com/mojombo/grit",
5
- "mirror_url": null,
6
- "updated_at": "2012-01-19T14:17:36Z",
7
- "has_wiki": true,
8
- "language": "Ruby",
9
- "clone_url": "https://github.com/mojombo/grit.git",
10
- "master_branch": null,
11
- "pushed_at": "2011-12-29T23:25:44Z",
12
- "created_at": "2007-10-29T14:37:16Z",
13
- "html_url": "https://github.com/mojombo/grit",
14
- "fork": false,
15
- "open_issues": 63,
16
- "git_url": "git://github.com/mojombo/grit.git",
17
- "description": "Grit gives you object oriented read/write access to Git repositories via Ruby.",
18
- "watchers": 1203,
19
- "private": false,
20
- "size": 2502,
21
- "forks": 194,
22
- "owner": {
23
- "gravatar_id": "25c7c18223fb42a4c6ae1c8db6f50f9b",
24
- "avatar_url": "https://secure.gravatar.com/avatar/25c7c18223fb42a4c6ae1c8db6f50f9b?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png",
25
- "login": "mojombo",
26
- "url": "https://api.github.com/users/mojombo",
27
- "id": 1
28
- },
29
- "name": "grit",
30
- "has_issues": true,
31
- "has_downloads": true,
32
- "id": 1,
33
- "url": "https://api.github.com/repos/mojombo/grit",
34
- "homepage": "http://grit.rubyforge.org/"
35
- },
36
- {
37
- "ssh_url": "git@github.com:rubinius/rubinius.git",
38
- "svn_url": "https://github.com/rubinius/rubinius",
39
- "mirror_url": null,
40
- "updated_at": "2012-01-19T23:19:48Z",
41
- "has_wiki": true,
42
- "language": "Ruby",
43
- "clone_url": "https://github.com/rubinius/rubinius.git",
44
- "master_branch": "master",
45
- "pushed_at": "2012-01-19T23:19:48Z",
46
- "created_at": "2008-01-12T16:46:52Z",
47
- "html_url": "https://github.com/rubinius/rubinius",
48
- "fork": false,
49
- "open_issues": 75,
50
- "git_url": "git://github.com/rubinius/rubinius.git",
51
- "description": "Rubinius, the Ruby Environment",
52
- "watchers": 1357,
53
- "private": false,
54
- "size": 7216,
55
- "forks": 326,
56
- "owner": {
57
- "gravatar_id": "8a664b7c5ca834af3e7e49d3a6160082",
58
- "avatar_url": "https://secure.gravatar.com/avatar/8a664b7c5ca834af3e7e49d3a6160082?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-orgs.png",
59
- "login": "rubinius",
60
- "url": "https://api.github.com/users/rubinius",
61
- "id": 317747
62
- },
63
- "name": "rubinius",
64
- "has_issues": true,
65
- "has_downloads": true,
66
- "id": 27,
67
- "url": "https://api.github.com/repos/rubinius/rubinius",
68
- "homepage": "http://github.com/rubinius/rubinius"
69
- },
70
- {
71
- "ssh_url": "git@github.com:collectiveidea/tinder.git",
72
- "svn_url": "https://github.com/collectiveidea/tinder",
73
- "mirror_url": null,
74
- "updated_at": "2012-01-19T11:21:07Z",
75
- "has_wiki": true,
76
- "language": "Ruby",
77
- "clone_url": "https://github.com/collectiveidea/tinder.git",
78
- "master_branch": null,
79
- "pushed_at": "2011-11-16T14:20:16Z",
80
- "created_at": "2008-02-09T18:18:23Z",
81
- "html_url": "https://github.com/collectiveidea/tinder",
82
- "fork": false,
83
- "open_issues": 4,
84
- "git_url": "git://github.com/collectiveidea/tinder.git",
85
- "description": "Tinder is a Ruby API for interfacing with Campfire, the 37Signals chat application.",
86
- "watchers": 185,
87
- "private": false,
88
- "size": 460,
89
- "forks": 59,
90
- "owner": {
91
- "gravatar_id": "13ff8dc8c2bf2a4752816e1e3f201a05",
92
- "avatar_url": "https://secure.gravatar.com/avatar/13ff8dc8c2bf2a4752816e1e3f201a05?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-orgs.png",
93
- "login": "collectiveidea",
94
- "url": "https://api.github.com/users/collectiveidea",
95
- "id": 128
96
- },
97
- "name": "tinder",
98
- "has_issues": true,
99
- "has_downloads": true,
100
- "id": 376,
101
- "url": "https://api.github.com/repos/collectiveidea/tinder",
102
- "homepage": "http://tinder.rubyforge.org/"
103
- },
104
- {
105
- "ssh_url": "git@github.com:jnunemaker/twitter.git",
106
- "svn_url": "https://github.com/jnunemaker/twitter",
107
- "mirror_url": null,
108
- "updated_at": "2012-01-20T02:26:28Z",
109
- "has_wiki": true,
110
- "language": "Ruby",
111
- "clone_url": "https://github.com/jnunemaker/twitter.git",
112
- "master_branch": null,
113
- "pushed_at": "2012-01-19T08:26:00Z",
114
- "created_at": "2008-02-14T02:20:50Z",
115
- "html_url": "https://github.com/jnunemaker/twitter",
116
- "fork": false,
117
- "open_issues": 6,
118
- "git_url": "git://github.com/jnunemaker/twitter.git",
119
- "description": "A Ruby wrapper for the Twitter REST and Search APIs",
120
- "watchers": 1536,
121
- "private": false,
122
- "size": 240,
123
- "forks": 262,
124
- "owner": {
125
- "gravatar_id": "e13c31390e0369fcd5972292ce0e7b92",
126
- "avatar_url": "https://secure.gravatar.com/avatar/e13c31390e0369fcd5972292ce0e7b92?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png",
127
- "login": "jnunemaker",
128
- "url": "https://api.github.com/users/jnunemaker",
129
- "id": 235
130
- },
131
- "name": "twitter",
132
- "has_issues": true,
133
- "has_downloads": true,
134
- "id": 507,
135
- "url": "https://api.github.com/repos/jnunemaker/twitter",
136
- "homepage": "http://rdoc.info/gems/twitter"
137
- },
138
- {
139
- "ssh_url": "git@github.com:lsegal/yard.git",
140
- "svn_url": "https://github.com/lsegal/yard",
141
- "mirror_url": null,
142
- "updated_at": "2012-01-19T22:24:20Z",
143
- "has_wiki": true,
144
- "language": "Ruby",
145
- "clone_url": "https://github.com/lsegal/yard.git",
146
- "master_branch": null,
147
- "pushed_at": "2012-01-19T21:42:59Z",
148
- "created_at": "2008-02-26T00:01:52Z",
149
- "html_url": "https://github.com/lsegal/yard",
150
- "fork": false,
151
- "open_issues": 43,
152
- "git_url": "git://github.com/lsegal/yard.git",
153
- "description": "YARD is a Ruby Documentation tool. The Y stands for \"Yay!\"",
154
- "watchers": 508,
155
- "private": false,
156
- "size": 500,
157
- "forks": 72,
158
- "owner": {
159
- "gravatar_id": "510395998b7e929a8f48dc8cdb087379",
160
- "avatar_url": "https://secure.gravatar.com/avatar/510395998b7e929a8f48dc8cdb087379?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png",
161
- "login": "lsegal",
162
- "url": "https://api.github.com/users/lsegal",
163
- "id": 686
164
- },
165
- "name": "yard",
166
- "has_issues": true,
167
- "has_downloads": true,
168
- "id": 1252,
169
- "url": "https://api.github.com/repos/lsegal/yard",
170
- "homepage": "http://yardoc.org"
171
- },
172
- {
173
- "ssh_url": "git@github.com:dchelimsky/rspec.git",
174
- "svn_url": "https://github.com/dchelimsky/rspec",
175
- "mirror_url": null,
176
- "updated_at": "2012-01-19T01:08:09Z",
177
- "has_wiki": true,
178
- "language": "Ruby",
179
- "clone_url": "https://github.com/dchelimsky/rspec.git",
180
- "master_branch": null,
181
- "pushed_at": "2011-10-28T11:43:55Z",
182
- "created_at": "2008-02-29T23:32:44Z",
183
- "html_url": "https://github.com/dchelimsky/rspec",
184
- "fork": false,
185
- "open_issues": 10,
186
- "git_url": "git://github.com/dchelimsky/rspec.git",
187
- "description": "Behaviour Driven Development framework for Ruby",
188
- "watchers": 1695,
189
- "private": false,
190
- "size": 2712,
191
- "forks": 154,
192
- "owner": {
193
- "gravatar_id": "5d38ab152e1e3e219512a9859fcd93af",
194
- "avatar_url": "https://secure.gravatar.com/avatar/5d38ab152e1e3e219512a9859fcd93af?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png",
195
- "login": "dchelimsky",
196
- "url": "https://api.github.com/users/dchelimsky",
197
- "id": 1075
198
- },
199
- "name": "rspec",
200
- "has_issues": true,
201
- "has_downloads": true,
202
- "id": 1932,
203
- "url": "https://api.github.com/repos/dchelimsky/rspec",
204
- "homepage": "http://rspec.info"
205
- },
206
- {
207
- "ssh_url": "git@github.com:Caged/gitnub.git",
208
- "svn_url": "https://github.com/Caged/gitnub",
209
- "mirror_url": null,
210
- "updated_at": "2012-01-17T19:38:34Z",
211
- "has_wiki": true,
212
- "language": "Ruby",
213
- "clone_url": "https://github.com/Caged/gitnub.git",
214
- "master_branch": null,
215
- "pushed_at": "2009-12-17T18:42:45Z",
216
- "created_at": "2008-03-02T06:22:30Z",
217
- "html_url": "https://github.com/Caged/gitnub",
218
- "fork": false,
219
- "open_issues": 5,
220
- "git_url": "git://github.com/Caged/gitnub.git",
221
- "description": "A Gitk-like application written in RubyCocoa that looks like it belongs on a Mac. See the wiki for downloads and screenshots.",
222
- "watchers": 1117,
223
- "private": false,
224
- "size": 3379,
225
- "forks": 36,
226
- "owner": {
227
- "gravatar_id": "05234d5e970dd3c5f23e16898106062a",
228
- "avatar_url": "https://secure.gravatar.com/avatar/05234d5e970dd3c5f23e16898106062a?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png",
229
- "login": "Caged",
230
- "url": "https://api.github.com/users/Caged",
231
- "id": 25
232
- },
233
- "name": "gitnub",
234
- "has_issues": true,
235
- "has_downloads": true,
236
- "id": 2090,
237
- "url": "https://api.github.com/repos/Caged/gitnub",
238
- "homepage": "http://alternateidea.com"
239
- },
240
- {
241
- "ssh_url": "git@github.com:nkallen/arel.git",
242
- "svn_url": "https://github.com/nkallen/arel",
243
- "mirror_url": null,
244
- "updated_at": "2012-01-14T18:14:14Z",
245
- "has_wiki": true,
246
- "language": "Ruby",
247
- "clone_url": "https://github.com/nkallen/arel.git",
248
- "master_branch": null,
249
- "pushed_at": "2009-05-21T04:06:11Z",
250
- "created_at": "2008-03-09T05:37:48Z",
251
- "html_url": "https://github.com/nkallen/arel",
252
- "fork": false,
253
- "open_issues": 4,
254
- "git_url": "git://github.com/nkallen/arel.git",
255
- "description": "A Relational Algebra",
256
- "watchers": 194,
257
- "private": false,
258
- "size": 856,
259
- "forks": 135,
260
- "owner": {
261
- "gravatar_id": "d9914cfbec64060f4053fc221a2a7536",
262
- "avatar_url": "https://secure.gravatar.com/avatar/d9914cfbec64060f4053fc221a2a7536?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png",
263
- "login": "nkallen",
264
- "url": "https://api.github.com/users/nkallen",
265
- "id": 699
266
- },
267
- "name": "arel",
268
- "has_issues": true,
269
- "has_downloads": true,
270
- "id": 3160,
271
- "url": "https://api.github.com/repos/nkallen/arel",
272
- "homepage": ""
273
- },
274
- {
275
- "ssh_url": "git@github.com:defunkt/cheat.git",
276
- "svn_url": "https://github.com/defunkt/cheat",
277
- "mirror_url": null,
278
- "updated_at": "2012-01-20T01:05:19Z",
279
- "has_wiki": false,
280
- "language": "Ruby",
281
- "clone_url": "https://github.com/defunkt/cheat.git",
282
- "master_branch": null,
283
- "pushed_at": "2010-07-24T21:08:43Z",
284
- "created_at": "2008-03-12T06:09:09Z",
285
- "html_url": "https://github.com/defunkt/cheat",
286
- "fork": false,
287
- "open_issues": 5,
288
- "git_url": "git://github.com/defunkt/cheat.git",
289
- "description": "Cheating is fun!",
290
- "watchers": 123,
291
- "private": false,
292
- "size": 488,
293
- "forks": 29,
294
- "owner": {
295
- "gravatar_id": "b8dbb1987e8e5318584865f880036796",
296
- "avatar_url": "https://secure.gravatar.com/avatar/b8dbb1987e8e5318584865f880036796?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png",
297
- "login": "defunkt",
298
- "url": "https://api.github.com/users/defunkt",
299
- "id": 2
300
- },
301
- "name": "cheat",
302
- "has_issues": true,
303
- "has_downloads": false,
304
- "id": 3591,
305
- "url": "https://api.github.com/repos/defunkt/cheat",
306
- "homepage": "http://cheat.errtheblog.com"
307
- },
308
- {
309
- "ssh_url": "git@github.com:al3x/downforeveryoneorjustme.git",
310
- "svn_url": "https://github.com/al3x/downforeveryoneorjustme",
311
- "mirror_url": null,
312
- "updated_at": "2011-12-05T05:43:51Z",
313
- "has_wiki": true,
314
- "language": "Python",
315
- "clone_url": "https://github.com/al3x/downforeveryoneorjustme.git",
316
- "master_branch": null,
317
- "pushed_at": "2010-01-11T23:09:40Z",
318
- "created_at": "2008-03-13T17:53:29Z",
319
- "html_url": "https://github.com/al3x/downforeveryoneorjustme",
320
- "fork": false,
321
- "open_issues": 1,
322
- "git_url": "git://github.com/al3x/downforeveryoneorjustme.git",
323
- "description": "Is it down for everyone, or just me?",
324
- "watchers": 59,
325
- "private": false,
326
- "size": 1126,
327
- "forks": 10,
328
- "owner": {
329
- "gravatar_id": "3fcb27e39d2ff47357a803e91347fee4",
330
- "avatar_url": "https://secure.gravatar.com/avatar/3fcb27e39d2ff47357a803e91347fee4?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png",
331
- "login": "al3x",
332
- "url": "https://api.github.com/users/al3x",
333
- "id": 152
334
- },
335
- "name": "downforeveryoneorjustme",
336
- "has_issues": true,
337
- "has_downloads": true,
338
- "id": 3781,
339
- "url": "https://api.github.com/repos/al3x/downforeveryoneorjustme",
340
- "homepage": "http://downforeveryoneorjustme.com"
341
- },
342
- {
343
- "ssh_url": "git@github.com:FooBarWidget/passenger.git",
344
- "svn_url": "https://github.com/FooBarWidget/passenger",
345
- "mirror_url": null,
346
- "updated_at": "2012-01-19T11:06:32Z",
347
- "has_wiki": true,
348
- "language": "C++",
349
- "clone_url": "https://github.com/FooBarWidget/passenger.git",
350
- "master_branch": null,
351
- "pushed_at": "2012-01-19T11:06:30Z",
352
- "created_at": "2008-03-27T23:40:48Z",
353
- "html_url": "https://github.com/FooBarWidget/passenger",
354
- "fork": false,
355
- "open_issues": 15,
356
- "git_url": "git://github.com/FooBarWidget/passenger.git",
357
- "description": "Phusion Passenger (mod_rails)",
358
- "watchers": 1205,
359
- "private": false,
360
- "size": 764,
361
- "forks": 139,
362
- "owner": {
363
- "gravatar_id": "77a628df0bd2917d09828dd225a2c0ce",
364
- "avatar_url": "https://secure.gravatar.com/avatar/77a628df0bd2917d09828dd225a2c0ce?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png",
365
- "login": "FooBarWidget",
366
- "url": "https://api.github.com/users/FooBarWidget",
367
- "id": 819
368
- },
369
- "name": "passenger",
370
- "has_issues": false,
371
- "has_downloads": false,
372
- "id": 5625,
373
- "url": "https://api.github.com/repos/FooBarWidget/passenger",
374
- "homepage": "http://www.modrails.com/"
375
- },
376
- {
377
- "ssh_url": "git@github.com:pezra/resourceful.git",
378
- "svn_url": "https://github.com/pezra/resourceful",
379
- "mirror_url": null,
380
- "updated_at": "2011-12-27T23:56:51Z",
381
- "has_wiki": false,
382
- "language": "Ruby",
383
- "clone_url": "https://github.com/pezra/resourceful.git",
384
- "master_branch": null,
385
- "pushed_at": "2011-05-26T17:12:01Z",
386
- "created_at": "2008-04-01T22:17:38Z",
387
- "html_url": "https://github.com/pezra/resourceful",
388
- "fork": false,
389
- "open_issues": 0,
390
- "git_url": "git://github.com/pezra/resourceful.git",
391
- "description": "The canonical version of Resourceful is /paul/resourceful now. An HTTP library for Ruby that takes advantage of everything HTTP has to offer.",
392
- "watchers": 18,
393
- "private": false,
394
- "size": 348,
395
- "forks": 10,
396
- "owner": {
397
- "gravatar_id": "f38112009dc16547051c8ac246cee443",
398
- "avatar_url": "https://secure.gravatar.com/avatar/f38112009dc16547051c8ac246cee443?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png",
399
- "login": "pezra",
400
- "url": "https://api.github.com/users/pezra",
401
- "id": 4122
402
- },
403
- "name": "resourceful",
404
- "has_issues": false,
405
- "has_downloads": false,
406
- "id": 6181,
407
- "url": "https://api.github.com/repos/pezra/resourceful",
408
- "homepage": "http://absolute-performance.com/open-source/resourceful"
409
- },
410
- {
411
- "ssh_url": "git@github.com:rails/rails.git",
412
- "svn_url": "https://github.com/rails/rails",
413
- "mirror_url": null,
414
- "updated_at": "2012-01-20T03:20:51Z",
415
- "has_wiki": false,
416
- "language": "Ruby",
417
- "clone_url": "https://github.com/rails/rails.git",
418
- "master_branch": null,
419
- "pushed_at": "2012-01-20T02:39:22Z",
420
- "created_at": "2008-04-11T02:19:47Z",
421
- "html_url": "https://github.com/rails/rails",
422
- "fork": false,
423
- "open_issues": 661,
424
- "git_url": "git://github.com/rails/rails.git",
425
- "description": "Ruby on Rails",
426
- "watchers": 12026,
427
- "private": false,
428
- "size": 100804,
429
- "forks": 2619,
430
- "owner": {
431
- "gravatar_id": "30f39a09e233e8369dddf6feb4be0308",
432
- "avatar_url": "https://secure.gravatar.com/avatar/30f39a09e233e8369dddf6feb4be0308?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-orgs.png",
433
- "login": "rails",
434
- "url": "https://api.github.com/users/rails",
435
- "id": 4223
436
- },
437
- "name": "rails",
438
- "has_issues": true,
439
- "has_downloads": true,
440
- "id": 8514,
441
- "url": "https://api.github.com/repos/rails/rails",
442
- "homepage": "http://rubyonrails.org"
443
- },
444
- {
445
- "ssh_url": "git@github.com:fesplugas/typus.git",
446
- "svn_url": "https://github.com/fesplugas/typus",
447
- "mirror_url": null,
448
- "updated_at": "2012-01-20T01:00:14Z",
449
- "has_wiki": false,
450
- "language": "Ruby",
451
- "clone_url": "https://github.com/fesplugas/typus.git",
452
- "master_branch": "master",
453
- "pushed_at": "2012-01-19T08:21:51Z",
454
- "created_at": "2008-04-17T22:59:41Z",
455
- "html_url": "https://github.com/fesplugas/typus",
456
- "fork": false,
457
- "open_issues": 26,
458
- "git_url": "git://github.com/fesplugas/typus.git",
459
- "description": "Ruby on Rails Admin Panel (Engine) to allow trusted users edit structured content.",
460
- "watchers": 860,
461
- "private": false,
462
- "size": 516,
463
- "forks": 159,
464
- "owner": {
465
- "gravatar_id": "663b9f140ec3c343f75102499cdcece9",
466
- "avatar_url": "https://secure.gravatar.com/avatar/663b9f140ec3c343f75102499cdcece9?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png",
467
- "login": "fesplugas",
468
- "url": "https://api.github.com/users/fesplugas",
469
- "id": 2720
470
- },
471
- "name": "typus",
472
- "has_issues": true,
473
- "has_downloads": true,
474
- "id": 10731,
475
- "url": "https://api.github.com/repos/fesplugas/typus",
476
- "homepage": "http:/www.typuscmf.com/"
477
- },
478
- {
479
- "ssh_url": "git@github.com:lifo/docrails.git",
480
- "svn_url": "https://github.com/lifo/docrails",
481
- "mirror_url": null,
482
- "updated_at": "2012-01-19T22:43:28Z",
483
- "has_wiki": true,
484
- "language": "Ruby",
485
- "clone_url": "https://github.com/lifo/docrails.git",
486
- "master_branch": null,
487
- "pushed_at": "2012-01-19T16:41:59Z",
488
- "created_at": "2008-05-02T10:37:07Z",
489
- "html_url": "https://github.com/lifo/docrails",
490
- "fork": false,
491
- "open_issues": 4,
492
- "git_url": "git://github.com/lifo/docrails.git",
493
- "description": "PLEASE CHECK http://github.com/lifo/docrails/wikis",
494
- "watchers": 611,
495
- "private": false,
496
- "size": 3412,
497
- "forks": 246,
498
- "owner": {
499
- "gravatar_id": "a05834e9b5954947eb0ba3b570c47d5e",
500
- "avatar_url": "https://secure.gravatar.com/avatar/a05834e9b5954947eb0ba3b570c47d5e?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png",
501
- "login": "lifo",
502
- "url": "https://api.github.com/users/lifo",
503
- "id": 91
504
- },
505
- "name": "docrails",
506
- "has_issues": false,
507
- "has_downloads": true,
508
- "id": 13992,
509
- "url": "https://api.github.com/repos/lifo/docrails",
510
- "homepage": "http://weblog.rubyonrails.org/2008/5/2/help-improve-rails-documentation-on-git-branch"
511
- },
512
- {
513
- "ssh_url": "git@github.com:jmhodges/rchardet.git",
514
- "svn_url": "https://github.com/jmhodges/rchardet",
515
- "mirror_url": null,
516
- "updated_at": "2012-01-01T21:58:08Z",
517
- "has_wiki": true,
518
- "language": "Ruby",
519
- "clone_url": "https://github.com/jmhodges/rchardet.git",
520
- "master_branch": null,
521
- "pushed_at": "2009-09-10T02:55:13Z",
522
- "created_at": "2008-05-03T00:21:52Z",
523
- "html_url": "https://github.com/jmhodges/rchardet",
524
- "fork": false,
525
- "open_issues": 4,
526
- "git_url": "git://github.com/jmhodges/rchardet.git",
527
- "description": "Character encoding auto-detection in Ruby. As smart as your browser. Open source.",
528
- "watchers": 64,
529
- "private": false,
530
- "size": 240,
531
- "forks": 24,
532
- "owner": {
533
- "gravatar_id": "c14d59affdf66fae5a925ee7df2de11a",
534
- "avatar_url": "https://secure.gravatar.com/avatar/c14d59affdf66fae5a925ee7df2de11a?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png",
535
- "login": "jmhodges",
536
- "url": "https://api.github.com/users/jmhodges",
537
- "id": 598
538
- },
539
- "name": "rchardet",
540
- "has_issues": true,
541
- "has_downloads": true,
542
- "id": 14154,
543
- "url": "https://api.github.com/repos/jmhodges/rchardet",
544
- "homepage": "http://rubyforge.org/projects/rchardet"
545
- },
546
- {
547
- "ssh_url": "git@github.com:wycats/thor.git",
548
- "svn_url": "https://github.com/wycats/thor",
549
- "mirror_url": null,
550
- "updated_at": "2012-01-19T21:28:51Z",
551
- "has_wiki": true,
552
- "language": "Ruby",
553
- "clone_url": "https://github.com/wycats/thor.git",
554
- "master_branch": null,
555
- "pushed_at": "2012-01-10T20:35:51Z",
556
- "created_at": "2008-05-07T20:07:31Z",
557
- "html_url": "https://github.com/wycats/thor",
558
- "fork": false,
559
- "open_issues": 46,
560
- "git_url": "git://github.com/wycats/thor.git",
561
- "description": "A scripting framework that replaces rake and sake",
562
- "watchers": 1047,
563
- "private": false,
564
- "size": 212,
565
- "forks": 122,
566
- "owner": {
567
- "gravatar_id": "428167a3ec72235ba971162924492609",
568
- "avatar_url": "https://secure.gravatar.com/avatar/428167a3ec72235ba971162924492609?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png",
569
- "login": "wycats",
570
- "url": "https://api.github.com/users/wycats",
571
- "id": 4
572
- },
573
- "name": "thor",
574
- "has_issues": true,
575
- "has_downloads": true,
576
- "id": 15257,
577
- "url": "https://api.github.com/repos/wycats/thor",
578
- "homepage": "http://www.yehudakatz.com"
579
- },
580
- {
581
- "ssh_url": "git@github.com:paul/resourceful.git",
582
- "svn_url": "https://github.com/paul/resourceful",
583
- "mirror_url": null,
584
- "updated_at": "2011-12-27T23:56:51Z",
585
- "has_wiki": true,
586
- "language": "Ruby",
587
- "clone_url": "https://github.com/paul/resourceful.git",
588
- "master_branch": null,
589
- "pushed_at": "2011-05-26T17:34:45Z",
590
- "created_at": "2008-05-09T16:00:36Z",
591
- "html_url": "https://github.com/paul/resourceful",
592
- "fork": true,
593
- "open_issues": 2,
594
- "git_url": "git://github.com/paul/resourceful.git",
595
- "description": "An HTTP library for Ruby that takes advantage of everything HTTP has to offer.",
596
- "watchers": 69,
597
- "private": false,
598
- "size": 408,
599
- "forks": 5,
600
- "owner": {
601
- "gravatar_id": "8f4b861a5b83575337b98d144a4ef4ca",
602
- "avatar_url": "https://secure.gravatar.com/avatar/8f4b861a5b83575337b98d144a4ef4ca?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png",
603
- "login": "paul",
604
- "url": "https://api.github.com/users/paul",
605
- "id": 184
606
- },
607
- "name": "resourceful",
608
- "has_issues": true,
609
- "has_downloads": true,
610
- "id": 15645,
611
- "url": "https://api.github.com/repos/paul/resourceful",
612
- "homepage": ""
613
- },
614
- {
615
- "ssh_url": "git@github.com:jnicklas/templater.git",
616
- "svn_url": "https://github.com/jnicklas/templater",
617
- "mirror_url": null,
618
- "updated_at": "2012-01-13T12:32:09Z",
619
- "has_wiki": true,
620
- "language": "Ruby",
621
- "clone_url": "https://github.com/jnicklas/templater.git",
622
- "master_branch": null,
623
- "pushed_at": "2009-08-27T22:04:43Z",
624
- "created_at": "2008-05-24T00:08:20Z",
625
- "html_url": "https://github.com/jnicklas/templater",
626
- "fork": false,
627
- "open_issues": 4,
628
- "git_url": "git://github.com/jnicklas/templater.git",
629
- "description": "RubiGen alternative Generator thingy",
630
- "watchers": 46,
631
- "private": false,
632
- "size": 3072,
633
- "forks": 9,
634
- "owner": {
635
- "gravatar_id": "6c469749d725177dd2837d806c769cd4",
636
- "avatar_url": "https://secure.gravatar.com/avatar/6c469749d725177dd2837d806c769cd4?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png",
637
- "login": "jnicklas",
638
- "url": "https://api.github.com/users/jnicklas",
639
- "id": 134
640
- },
641
- "name": "templater",
642
- "has_issues": true,
643
- "has_downloads": true,
644
- "id": 19280,
645
- "url": "https://api.github.com/repos/jnicklas/templater",
646
- "homepage": ""
647
- },
648
- {
649
- "ssh_url": "git@github.com:chneukirchen/rack.git",
650
- "svn_url": "https://github.com/chneukirchen/rack",
651
- "mirror_url": null,
652
- "updated_at": "2012-01-18T15:49:16Z",
653
- "has_wiki": true,
654
- "language": "Ruby",
655
- "clone_url": "https://github.com/chneukirchen/rack.git",
656
- "master_branch": null,
657
- "pushed_at": "2011-07-26T09:57:47Z",
658
- "created_at": "2008-05-31T12:06:38Z",
659
- "html_url": "https://github.com/chneukirchen/rack",
660
- "fork": false,
661
- "open_issues": 0,
662
- "git_url": "git://github.com/chneukirchen/rack.git",
663
- "description": "a modular Ruby webserver interface | personal fork | PLEASE BRANCH/SEND PULL REQUESTS/FILE BUGS AT rack/rack",
664
- "watchers": 461,
665
- "private": false,
666
- "size": 256,
667
- "forks": 345,
668
- "owner": {
669
- "gravatar_id": "7264fb16beeea92b89bb42023738259d",
670
- "avatar_url": "https://secure.gravatar.com/avatar/7264fb16beeea92b89bb42023738259d?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png",
671
- "login": "chneukirchen",
672
- "url": "https://api.github.com/users/chneukirchen",
673
- "id": 139
674
- },
675
- "name": "rack",
676
- "has_issues": false,
677
- "has_downloads": true,
678
- "id": 20990,
679
- "url": "https://api.github.com/repos/chneukirchen/rack",
680
- "homepage": "http://rack.rubyforge.org/"
681
- },
682
- {
683
- "ssh_url": "git@github.com:samaaron/monomer.git",
684
- "svn_url": "https://github.com/samaaron/monomer",
685
- "mirror_url": null,
686
- "updated_at": "2011-12-14T20:04:34Z",
687
- "has_wiki": true,
688
- "language": "Ruby",
689
- "clone_url": "https://github.com/samaaron/monomer.git",
690
- "master_branch": null,
691
- "pushed_at": "2008-06-28T23:14:32Z",
692
- "created_at": "2008-06-16T17:49:52Z",
693
- "html_url": "https://github.com/samaaron/monomer",
694
- "fork": false,
695
- "open_issues": 0,
696
- "git_url": "git://github.com/samaaron/monomer.git",
697
- "description": "A Ruby library (and sample apps) for playing with a monome (http://monome.org)",
698
- "watchers": 25,
699
- "private": false,
700
- "size": 772,
701
- "forks": 5,
702
- "owner": {
703
- "gravatar_id": "858b3e3b5d26d7a8652da042f86c5c80",
704
- "avatar_url": "https://secure.gravatar.com/avatar/858b3e3b5d26d7a8652da042f86c5c80?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png",
705
- "login": "samaaron",
706
- "url": "https://api.github.com/users/samaaron",
707
- "id": 369
708
- },
709
- "name": "monomer",
710
- "has_issues": true,
711
- "has_downloads": true,
712
- "id": 25770,
713
- "url": "https://api.github.com/repos/samaaron/monomer",
714
- "homepage": "http://docs.monome.org/doku.php?id=app:monomer"
715
- },
716
- {
717
- "ssh_url": "git@github.com:Fudge/gltail.git",
718
- "svn_url": "https://github.com/Fudge/gltail",
719
- "mirror_url": null,
720
- "updated_at": "2012-01-18T04:48:13Z",
721
- "has_wiki": true,
722
- "language": "Ruby",
723
- "clone_url": "https://github.com/Fudge/gltail.git",
724
- "master_branch": null,
725
- "pushed_at": "2011-11-30T10:00:03Z",
726
- "created_at": "2008-07-13T09:27:40Z",
727
- "html_url": "https://github.com/Fudge/gltail",
728
- "fork": false,
729
- "open_issues": 13,
730
- "git_url": "git://github.com/Fudge/gltail.git",
731
- "description": "Real-time visualization of server traffic, events and statistics with Ruby, SSH and OpenGL",
732
- "watchers": 327,
733
- "private": false,
734
- "size": 328,
735
- "forks": 37,
736
- "owner": {
737
- "gravatar_id": "68cc0d50a7daceeebc83dabd8293bbf9",
738
- "avatar_url": "https://secure.gravatar.com/avatar/68cc0d50a7daceeebc83dabd8293bbf9?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png",
739
- "login": "Fudge",
740
- "url": "https://api.github.com/users/Fudge",
741
- "id": 2175
742
- },
743
- "name": "gltail",
744
- "has_issues": true,
745
- "has_downloads": true,
746
- "id": 33714,
747
- "url": "https://api.github.com/repos/Fudge/gltail",
748
- "homepage": "http://www.fudgie.org"
749
- },
750
- {
751
- "ssh_url": "git@github.com:jnunemaker/httparty.git",
752
- "svn_url": "https://github.com/jnunemaker/httparty",
753
- "mirror_url": null,
754
- "updated_at": "2012-01-18T12:44:48Z",
755
- "has_wiki": true,
756
- "language": "Ruby",
757
- "clone_url": "https://github.com/jnunemaker/httparty.git",
758
- "master_branch": null,
759
- "pushed_at": "2011-11-01T15:07:19Z",
760
- "created_at": "2008-07-28T20:55:11Z",
761
- "html_url": "https://github.com/jnunemaker/httparty",
762
- "fork": false,
763
- "open_issues": 38,
764
- "git_url": "git://github.com/jnunemaker/httparty.git",
765
- "description": "Makes http fun! Also, makes consuming restful web services dead easy.",
766
- "watchers": 1339,
767
- "private": false,
768
- "size": 360,
769
- "forks": 194,
770
- "owner": {
771
- "gravatar_id": "e13c31390e0369fcd5972292ce0e7b92",
772
- "avatar_url": "https://secure.gravatar.com/avatar/e13c31390e0369fcd5972292ce0e7b92?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png",
773
- "login": "jnunemaker",
774
- "url": "https://api.github.com/users/jnunemaker",
775
- "id": 235
776
- },
777
- "name": "httparty",
778
- "has_issues": true,
779
- "has_downloads": true,
780
- "id": 37997,
781
- "url": "https://api.github.com/repos/jnunemaker/httparty",
782
- "homepage": ""
783
- },
784
- {
785
- "ssh_url": "git@github.com:binarylogic/searchlogic.git",
786
- "svn_url": "https://github.com/binarylogic/searchlogic",
787
- "mirror_url": null,
788
- "updated_at": "2012-01-17T10:52:15Z",
789
- "has_wiki": true,
790
- "language": "Ruby",
791
- "clone_url": "https://github.com/binarylogic/searchlogic.git",
792
- "master_branch": null,
793
- "pushed_at": "2012-01-15T06:40:46Z",
794
- "created_at": "2008-08-25T05:23:31Z",
795
- "html_url": "https://github.com/binarylogic/searchlogic",
796
- "fork": false,
797
- "open_issues": 115,
798
- "git_url": "git://github.com/binarylogic/searchlogic.git",
799
- "description": "Searchlogic provides object based searching, common named scopes, and other useful named scope tools.",
800
- "watchers": 1330,
801
- "private": false,
802
- "size": 2444,
803
- "forks": 114,
804
- "owner": {
805
- "gravatar_id": "328f0bb678423fcea01ebe3b0edc74e6",
806
- "avatar_url": "https://secure.gravatar.com/avatar/328f0bb678423fcea01ebe3b0edc74e6?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png",
807
- "login": "binarylogic",
808
- "url": "https://api.github.com/users/binarylogic",
809
- "id": 4136
810
- },
811
- "name": "searchlogic",
812
- "has_issues": true,
813
- "has_downloads": true,
814
- "id": 45668,
815
- "url": "https://api.github.com/repos/binarylogic/searchlogic",
816
- "homepage": "http://rdoc.info/projects/binarylogic/searchlogic"
817
- },
818
- {
819
- "ssh_url": "git@github.com:jnicklas/carrierwave.git",
820
- "svn_url": "https://github.com/jnicklas/carrierwave",
821
- "mirror_url": null,
822
- "updated_at": "2012-01-20T00:27:18Z",
823
- "has_wiki": true,
824
- "language": "Ruby",
825
- "clone_url": "https://github.com/jnicklas/carrierwave.git",
826
- "master_branch": null,
827
- "pushed_at": "2012-01-20T00:27:17Z",
828
- "created_at": "2008-08-28T18:39:49Z",
829
- "html_url": "https://github.com/jnicklas/carrierwave",
830
- "fork": false,
831
- "open_issues": 14,
832
- "git_url": "git://github.com/jnicklas/carrierwave.git",
833
- "description": "Classier solution for file uploads for Rails, Sinatra and other Ruby web frameworks",
834
- "watchers": 2547,
835
- "private": false,
836
- "size": 244,
837
- "forks": 309,
838
- "owner": {
839
- "gravatar_id": "6c469749d725177dd2837d806c769cd4",
840
- "avatar_url": "https://secure.gravatar.com/avatar/6c469749d725177dd2837d806c769cd4?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png",
841
- "login": "jnicklas",
842
- "url": "https://api.github.com/users/jnicklas",
843
- "id": 134
844
- },
845
- "name": "carrierwave",
846
- "has_issues": true,
847
- "has_downloads": true,
848
- "id": 47087,
849
- "url": "https://api.github.com/repos/jnicklas/carrierwave",
850
- "homepage": "https://github.com/jnicklas/carrierwave"
851
- },
852
- {
853
- "ssh_url": "git@github.com:kevinrutherford/reek.git",
854
- "svn_url": "https://github.com/kevinrutherford/reek",
855
- "mirror_url": null,
856
- "updated_at": "2012-01-19T17:55:41Z",
857
- "has_wiki": true,
858
- "language": "Ruby",
859
- "clone_url": "https://github.com/kevinrutherford/reek.git",
860
- "master_branch": null,
861
- "pushed_at": "2011-11-06T03:43:28Z",
862
- "created_at": "2008-09-05T10:48:33Z",
863
- "html_url": "https://github.com/kevinrutherford/reek",
864
- "fork": false,
865
- "open_issues": 35,
866
- "git_url": "git://github.com/kevinrutherford/reek.git",
867
- "description": "Code smell detector for Ruby",
868
- "watchers": 466,
869
- "private": false,
870
- "size": 248,
871
- "forks": 17,
872
- "owner": {
873
- "gravatar_id": "9c39ead2d025bde14f3f39b20ff7d113",
874
- "avatar_url": "https://secure.gravatar.com/avatar/9c39ead2d025bde14f3f39b20ff7d113?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png",
875
- "login": "kevinrutherford",
876
- "url": "https://api.github.com/users/kevinrutherford",
877
- "id": 23290
878
- },
879
- "name": "reek",
880
- "has_issues": true,
881
- "has_downloads": true,
882
- "id": 49515,
883
- "url": "https://api.github.com/repos/kevinrutherford/reek",
884
- "homepage": "http://wiki.github.com/kevinrutherford/reek"
885
- },
886
- {
887
- "ssh_url": "git@github.com:twitter4r/twitter4r-core.git",
888
- "svn_url": "https://github.com/twitter4r/twitter4r-core",
889
- "mirror_url": null,
890
- "updated_at": "2012-01-11T13:34:51Z",
891
- "has_wiki": true,
892
- "language": "Ruby",
893
- "clone_url": "https://github.com/twitter4r/twitter4r-core.git",
894
- "master_branch": null,
895
- "pushed_at": "2011-08-28T02:27:58Z",
896
- "created_at": "2008-09-09T03:10:42Z",
897
- "html_url": "https://github.com/twitter4r/twitter4r-core",
898
- "fork": false,
899
- "open_issues": 8,
900
- "git_url": "git://github.com/twitter4r/twitter4r-core.git",
901
- "description": "Core library for Twitter4R, which provides Ruby bindings for the Twitter REST API",
902
- "watchers": 86,
903
- "private": false,
904
- "size": 124,
905
- "forks": 6,
906
- "owner": {
907
- "gravatar_id": "1870789bc49337f67847b9f23a091d64",
908
- "avatar_url": "https://secure.gravatar.com/avatar/1870789bc49337f67847b9f23a091d64?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-orgs.png",
909
- "login": "twitter4r",
910
- "url": "https://api.github.com/users/twitter4r",
911
- "id": 23749
912
- },
913
- "name": "twitter4r-core",
914
- "has_issues": true,
915
- "has_downloads": true,
916
- "id": 50673,
917
- "url": "https://api.github.com/repos/twitter4r/twitter4r-core",
918
- "homepage": "http://twitter4r.rubyforge.org"
919
- },
920
- {
921
- "ssh_url": "git@github.com:collectiveidea/delayed_job.git",
922
- "svn_url": "https://github.com/collectiveidea/delayed_job",
923
- "mirror_url": null,
924
- "updated_at": "2012-01-20T04:39:55Z",
925
- "has_wiki": true,
926
- "language": "Ruby",
927
- "clone_url": "https://github.com/collectiveidea/delayed_job.git",
928
- "master_branch": null,
929
- "pushed_at": "2012-01-19T21:56:38Z",
930
- "created_at": "2008-09-13T14:27:37Z",
931
- "html_url": "https://github.com/collectiveidea/delayed_job",
932
- "fork": true,
933
- "open_issues": 71,
934
- "git_url": "git://github.com/collectiveidea/delayed_job.git",
935
- "description": "Database based asynchronously priority queue system -- Extracted from Shopify ",
936
- "watchers": 1793,
937
- "private": false,
938
- "size": 2668,
939
- "forks": 334,
940
- "owner": {
941
- "gravatar_id": "13ff8dc8c2bf2a4752816e1e3f201a05",
942
- "avatar_url": "https://secure.gravatar.com/avatar/13ff8dc8c2bf2a4752816e1e3f201a05?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-orgs.png",
943
- "login": "collectiveidea",
944
- "url": "https://api.github.com/users/collectiveidea",
945
- "id": 128
946
- },
947
- "name": "delayed_job",
948
- "has_issues": true,
949
- "has_downloads": true,
950
- "id": 52287,
951
- "url": "https://api.github.com/repos/collectiveidea/delayed_job",
952
- "homepage": "http://groups.google.com/group/delayed_job"
953
- },
954
- {
955
- "ssh_url": "git@github.com:wycats/merb.git",
956
- "svn_url": "https://github.com/wycats/merb",
957
- "mirror_url": null,
958
- "updated_at": "2012-01-16T13:07:10Z",
959
- "has_wiki": true,
960
- "language": "Ruby",
961
- "clone_url": "https://github.com/wycats/merb.git",
962
- "master_branch": null,
963
- "pushed_at": "2009-10-30T23:47:56Z",
964
- "created_at": "2008-10-13T02:39:08Z",
965
- "html_url": "https://github.com/wycats/merb",
966
- "fork": false,
967
- "open_issues": 4,
968
- "git_url": "git://github.com/wycats/merb.git",
969
- "description": "master merb branch",
970
- "watchers": 365,
971
- "private": false,
972
- "size": 13312,
973
- "forks": 113,
974
- "owner": {
975
- "gravatar_id": "428167a3ec72235ba971162924492609",
976
- "avatar_url": "https://secure.gravatar.com/avatar/428167a3ec72235ba971162924492609?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png",
977
- "login": "wycats",
978
- "url": "https://api.github.com/users/wycats",
979
- "id": 4
980
- },
981
- "name": "merb",
982
- "has_issues": true,
983
- "has_downloads": true,
984
- "id": 62290,
985
- "url": "https://api.github.com/repos/wycats/merb",
986
- "homepage": "http://www.merbivore.com"
987
- },
988
- {
989
- "ssh_url": "git@github.com:rtomayko/rack-cache.git",
990
- "svn_url": "https://github.com/rtomayko/rack-cache",
991
- "mirror_url": null,
992
- "updated_at": "2012-01-18T22:12:41Z",
993
- "has_wiki": false,
994
- "language": "Ruby",
995
- "clone_url": "https://github.com/rtomayko/rack-cache.git",
996
- "master_branch": null,
997
- "pushed_at": "2011-11-28T19:09:55Z",
998
- "created_at": "2008-10-25T02:02:09Z",
999
- "html_url": "https://github.com/rtomayko/rack-cache",
1000
- "fork": false,
1001
- "open_issues": 18,
1002
- "git_url": "git://github.com/rtomayko/rack-cache.git",
1003
- "description": "Real HTTP Caching for Ruby Web Apps",
1004
- "watchers": 357,
1005
- "private": false,
1006
- "size": 264,
1007
- "forks": 41,
1008
- "owner": {
1009
- "gravatar_id": "abfc88b96ae18c85ba7aac3bded2ec5e",
1010
- "avatar_url": "https://secure.gravatar.com/avatar/abfc88b96ae18c85ba7aac3bded2ec5e?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png",
1011
- "login": "rtomayko",
1012
- "url": "https://api.github.com/users/rtomayko",
1013
- "id": 404
1014
- },
1015
- "name": "rack-cache",
1016
- "has_issues": true,
1017
- "has_downloads": false,
1018
- "id": 67542,
1019
- "url": "https://api.github.com/repos/rtomayko/rack-cache",
1020
- "homepage": "http://tomayko.com/src/rack-cache/"
1021
- }
2
+ {
3
+ "clone_url": "https://github.com/mojombo/grit.git",
4
+ "created_at": "2007-10-29T14:37:16Z",
5
+ "description": "Grit gives you object oriented read/write access to Git repositories via Ruby.",
6
+ "fork": false,
7
+ "forks": 194,
8
+ "git_url": "git://github.com/mojombo/grit.git",
9
+ "has_downloads": true,
10
+ "has_issues": true,
11
+ "has_wiki": true,
12
+ "homepage": "http://grit.rubyforge.org/",
13
+ "html_url": "https://github.com/mojombo/grit",
14
+ "id": 1,
15
+ "language": "Ruby",
16
+ "master_branch": null,
17
+ "mirror_url": null,
18
+ "name": "grit",
19
+ "open_issues": 63,
20
+ "owner": {
21
+ "avatar_url": "https://secure.gravatar.com/avatar/25c7c18223fb42a4c6ae1c8db6f50f9b?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png",
22
+ "gravatar_id": "25c7c18223fb42a4c6ae1c8db6f50f9b",
23
+ "id": 1,
24
+ "login": "mojombo",
25
+ "url": "https://api.github.com/users/mojombo"
26
+ },
27
+ "private": false,
28
+ "pushed_at": "2011-12-29T23:25:44Z",
29
+ "size": 2502,
30
+ "ssh_url": "git@github.com:mojombo/grit.git",
31
+ "svn_url": "https://github.com/mojombo/grit",
32
+ "updated_at": "2012-01-19T14:17:36Z",
33
+ "url": "https://api.github.com/repos/mojombo/grit",
34
+ "watchers": 1203
35
+ },
36
+ {
37
+ "clone_url": "https://github.com/rubinius/rubinius.git",
38
+ "created_at": "2008-01-12T16:46:52Z",
39
+ "description": "Rubinius, the Ruby Environment",
40
+ "fork": false,
41
+ "forks": 326,
42
+ "git_url": "git://github.com/rubinius/rubinius.git",
43
+ "has_downloads": true,
44
+ "has_issues": true,
45
+ "has_wiki": true,
46
+ "homepage": "http://github.com/rubinius/rubinius",
47
+ "html_url": "https://github.com/rubinius/rubinius",
48
+ "id": 27,
49
+ "language": "Ruby",
50
+ "master_branch": "master",
51
+ "mirror_url": null,
52
+ "name": "rubinius",
53
+ "open_issues": 75,
54
+ "owner": {
55
+ "avatar_url": "https://secure.gravatar.com/avatar/8a664b7c5ca834af3e7e49d3a6160082?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-orgs.png",
56
+ "gravatar_id": "8a664b7c5ca834af3e7e49d3a6160082",
57
+ "id": 317747,
58
+ "login": "rubinius",
59
+ "url": "https://api.github.com/users/rubinius"
60
+ },
61
+ "private": false,
62
+ "pushed_at": "2012-01-19T23:19:48Z",
63
+ "size": 7216,
64
+ "ssh_url": "git@github.com:rubinius/rubinius.git",
65
+ "svn_url": "https://github.com/rubinius/rubinius",
66
+ "updated_at": "2012-01-19T23:19:48Z",
67
+ "url": "https://api.github.com/repos/rubinius/rubinius",
68
+ "watchers": 1357
69
+ },
70
+ {
71
+ "clone_url": "https://github.com/collectiveidea/tinder.git",
72
+ "created_at": "2008-02-09T18:18:23Z",
73
+ "description": "Tinder is a Ruby API for interfacing with Campfire, the 37Signals chat application.",
74
+ "fork": false,
75
+ "forks": 59,
76
+ "git_url": "git://github.com/collectiveidea/tinder.git",
77
+ "has_downloads": true,
78
+ "has_issues": true,
79
+ "has_wiki": true,
80
+ "homepage": "http://tinder.rubyforge.org/",
81
+ "html_url": "https://github.com/collectiveidea/tinder",
82
+ "id": 376,
83
+ "language": "Ruby",
84
+ "master_branch": null,
85
+ "mirror_url": null,
86
+ "name": "tinder",
87
+ "open_issues": 4,
88
+ "owner": {
89
+ "avatar_url": "https://secure.gravatar.com/avatar/13ff8dc8c2bf2a4752816e1e3f201a05?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-orgs.png",
90
+ "gravatar_id": "13ff8dc8c2bf2a4752816e1e3f201a05",
91
+ "id": 128,
92
+ "login": "collectiveidea",
93
+ "url": "https://api.github.com/users/collectiveidea"
94
+ },
95
+ "private": false,
96
+ "pushed_at": "2011-11-16T14:20:16Z",
97
+ "size": 460,
98
+ "ssh_url": "git@github.com:collectiveidea/tinder.git",
99
+ "svn_url": "https://github.com/collectiveidea/tinder",
100
+ "updated_at": "2012-01-19T11:21:07Z",
101
+ "url": "https://api.github.com/repos/collectiveidea/tinder",
102
+ "watchers": 185
103
+ },
104
+ {
105
+ "clone_url": "https://github.com/jnunemaker/twitter.git",
106
+ "created_at": "2008-02-14T02:20:50Z",
107
+ "description": "A Ruby wrapper for the Twitter REST and Search APIs",
108
+ "fork": false,
109
+ "forks": 262,
110
+ "git_url": "git://github.com/jnunemaker/twitter.git",
111
+ "has_downloads": true,
112
+ "has_issues": true,
113
+ "has_wiki": true,
114
+ "homepage": "http://rdoc.info/gems/twitter",
115
+ "html_url": "https://github.com/jnunemaker/twitter",
116
+ "id": 507,
117
+ "language": "Ruby",
118
+ "master_branch": null,
119
+ "mirror_url": null,
120
+ "name": "twitter",
121
+ "open_issues": 6,
122
+ "owner": {
123
+ "avatar_url": "https://secure.gravatar.com/avatar/e13c31390e0369fcd5972292ce0e7b92?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png",
124
+ "gravatar_id": "e13c31390e0369fcd5972292ce0e7b92",
125
+ "id": 235,
126
+ "login": "jnunemaker",
127
+ "url": "https://api.github.com/users/jnunemaker"
128
+ },
129
+ "private": false,
130
+ "pushed_at": "2012-01-19T08:26:00Z",
131
+ "size": 240,
132
+ "ssh_url": "git@github.com:jnunemaker/twitter.git",
133
+ "svn_url": "https://github.com/jnunemaker/twitter",
134
+ "updated_at": "2012-01-20T02:26:28Z",
135
+ "url": "https://api.github.com/repos/jnunemaker/twitter",
136
+ "watchers": 1536
137
+ },
138
+ {
139
+ "clone_url": "https://github.com/lsegal/yard.git",
140
+ "created_at": "2008-02-26T00:01:52Z",
141
+ "description": "YARD is a Ruby Documentation tool. The Y stands for \"Yay!\"",
142
+ "fork": false,
143
+ "forks": 72,
144
+ "git_url": "git://github.com/lsegal/yard.git",
145
+ "has_downloads": true,
146
+ "has_issues": true,
147
+ "has_wiki": true,
148
+ "homepage": "http://yardoc.org",
149
+ "html_url": "https://github.com/lsegal/yard",
150
+ "id": 1252,
151
+ "language": "Ruby",
152
+ "master_branch": null,
153
+ "mirror_url": null,
154
+ "name": "yard",
155
+ "open_issues": 43,
156
+ "owner": {
157
+ "avatar_url": "https://secure.gravatar.com/avatar/510395998b7e929a8f48dc8cdb087379?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png",
158
+ "gravatar_id": "510395998b7e929a8f48dc8cdb087379",
159
+ "id": 686,
160
+ "login": "lsegal",
161
+ "url": "https://api.github.com/users/lsegal"
162
+ },
163
+ "private": false,
164
+ "pushed_at": "2012-01-19T21:42:59Z",
165
+ "size": 500,
166
+ "ssh_url": "git@github.com:lsegal/yard.git",
167
+ "svn_url": "https://github.com/lsegal/yard",
168
+ "updated_at": "2012-01-19T22:24:20Z",
169
+ "url": "https://api.github.com/repos/lsegal/yard",
170
+ "watchers": 508
171
+ },
172
+ {
173
+ "clone_url": "https://github.com/dchelimsky/rspec.git",
174
+ "created_at": "2008-02-29T23:32:44Z",
175
+ "description": "Behaviour Driven Development framework for Ruby",
176
+ "fork": false,
177
+ "forks": 154,
178
+ "git_url": "git://github.com/dchelimsky/rspec.git",
179
+ "has_downloads": true,
180
+ "has_issues": true,
181
+ "has_wiki": true,
182
+ "homepage": "http://rspec.info",
183
+ "html_url": "https://github.com/dchelimsky/rspec",
184
+ "id": 1932,
185
+ "language": "Ruby",
186
+ "master_branch": null,
187
+ "mirror_url": null,
188
+ "name": "rspec",
189
+ "open_issues": 10,
190
+ "owner": {
191
+ "avatar_url": "https://secure.gravatar.com/avatar/5d38ab152e1e3e219512a9859fcd93af?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png",
192
+ "gravatar_id": "5d38ab152e1e3e219512a9859fcd93af",
193
+ "id": 1075,
194
+ "login": "dchelimsky",
195
+ "url": "https://api.github.com/users/dchelimsky"
196
+ },
197
+ "private": false,
198
+ "pushed_at": "2011-10-28T11:43:55Z",
199
+ "size": 2712,
200
+ "ssh_url": "git@github.com:dchelimsky/rspec.git",
201
+ "svn_url": "https://github.com/dchelimsky/rspec",
202
+ "updated_at": "2012-01-19T01:08:09Z",
203
+ "url": "https://api.github.com/repos/dchelimsky/rspec",
204
+ "watchers": 1695
205
+ },
206
+ {
207
+ "clone_url": "https://github.com/Caged/gitnub.git",
208
+ "created_at": "2008-03-02T06:22:30Z",
209
+ "description": "A Gitk-like application written in RubyCocoa that looks like it belongs on a Mac. See the wiki for downloads and screenshots.",
210
+ "fork": false,
211
+ "forks": 36,
212
+ "git_url": "git://github.com/Caged/gitnub.git",
213
+ "has_downloads": true,
214
+ "has_issues": true,
215
+ "has_wiki": true,
216
+ "homepage": "http://alternateidea.com",
217
+ "html_url": "https://github.com/Caged/gitnub",
218
+ "id": 2090,
219
+ "language": "Ruby",
220
+ "master_branch": null,
221
+ "mirror_url": null,
222
+ "name": "gitnub",
223
+ "open_issues": 5,
224
+ "owner": {
225
+ "avatar_url": "https://secure.gravatar.com/avatar/05234d5e970dd3c5f23e16898106062a?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png",
226
+ "gravatar_id": "05234d5e970dd3c5f23e16898106062a",
227
+ "id": 25,
228
+ "login": "Caged",
229
+ "url": "https://api.github.com/users/Caged"
230
+ },
231
+ "private": false,
232
+ "pushed_at": "2009-12-17T18:42:45Z",
233
+ "size": 3379,
234
+ "ssh_url": "git@github.com:Caged/gitnub.git",
235
+ "svn_url": "https://github.com/Caged/gitnub",
236
+ "updated_at": "2012-01-17T19:38:34Z",
237
+ "url": "https://api.github.com/repos/Caged/gitnub",
238
+ "watchers": 1117
239
+ },
240
+ {
241
+ "clone_url": "https://github.com/nkallen/arel.git",
242
+ "created_at": "2008-03-09T05:37:48Z",
243
+ "description": "A Relational Algebra",
244
+ "fork": false,
245
+ "forks": 135,
246
+ "git_url": "git://github.com/nkallen/arel.git",
247
+ "has_downloads": true,
248
+ "has_issues": true,
249
+ "has_wiki": true,
250
+ "homepage": "",
251
+ "html_url": "https://github.com/nkallen/arel",
252
+ "id": 3160,
253
+ "language": "Ruby",
254
+ "master_branch": null,
255
+ "mirror_url": null,
256
+ "name": "arel",
257
+ "open_issues": 4,
258
+ "owner": {
259
+ "avatar_url": "https://secure.gravatar.com/avatar/d9914cfbec64060f4053fc221a2a7536?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png",
260
+ "gravatar_id": "d9914cfbec64060f4053fc221a2a7536",
261
+ "id": 699,
262
+ "login": "nkallen",
263
+ "url": "https://api.github.com/users/nkallen"
264
+ },
265
+ "private": false,
266
+ "pushed_at": "2009-05-21T04:06:11Z",
267
+ "size": 856,
268
+ "ssh_url": "git@github.com:nkallen/arel.git",
269
+ "svn_url": "https://github.com/nkallen/arel",
270
+ "updated_at": "2012-01-14T18:14:14Z",
271
+ "url": "https://api.github.com/repos/nkallen/arel",
272
+ "watchers": 194
273
+ },
274
+ {
275
+ "clone_url": "https://github.com/defunkt/cheat.git",
276
+ "created_at": "2008-03-12T06:09:09Z",
277
+ "description": "Cheating is fun!",
278
+ "fork": false,
279
+ "forks": 29,
280
+ "git_url": "git://github.com/defunkt/cheat.git",
281
+ "has_downloads": false,
282
+ "has_issues": true,
283
+ "has_wiki": false,
284
+ "homepage": "http://cheat.errtheblog.com",
285
+ "html_url": "https://github.com/defunkt/cheat",
286
+ "id": 3591,
287
+ "language": "Ruby",
288
+ "master_branch": null,
289
+ "mirror_url": null,
290
+ "name": "cheat",
291
+ "open_issues": 5,
292
+ "owner": {
293
+ "avatar_url": "https://secure.gravatar.com/avatar/b8dbb1987e8e5318584865f880036796?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png",
294
+ "gravatar_id": "b8dbb1987e8e5318584865f880036796",
295
+ "id": 2,
296
+ "login": "defunkt",
297
+ "url": "https://api.github.com/users/defunkt"
298
+ },
299
+ "private": false,
300
+ "pushed_at": "2010-07-24T21:08:43Z",
301
+ "size": 488,
302
+ "ssh_url": "git@github.com:defunkt/cheat.git",
303
+ "svn_url": "https://github.com/defunkt/cheat",
304
+ "updated_at": "2012-01-20T01:05:19Z",
305
+ "url": "https://api.github.com/repos/defunkt/cheat",
306
+ "watchers": 123
307
+ },
308
+ {
309
+ "clone_url": "https://github.com/al3x/downforeveryoneorjustme.git",
310
+ "created_at": "2008-03-13T17:53:29Z",
311
+ "description": "Is it down for everyone, or just me?",
312
+ "fork": false,
313
+ "forks": 10,
314
+ "git_url": "git://github.com/al3x/downforeveryoneorjustme.git",
315
+ "has_downloads": true,
316
+ "has_issues": true,
317
+ "has_wiki": true,
318
+ "homepage": "http://downforeveryoneorjustme.com",
319
+ "html_url": "https://github.com/al3x/downforeveryoneorjustme",
320
+ "id": 3781,
321
+ "language": "Python",
322
+ "master_branch": null,
323
+ "mirror_url": null,
324
+ "name": "downforeveryoneorjustme",
325
+ "open_issues": 1,
326
+ "owner": {
327
+ "avatar_url": "https://secure.gravatar.com/avatar/3fcb27e39d2ff47357a803e91347fee4?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png",
328
+ "gravatar_id": "3fcb27e39d2ff47357a803e91347fee4",
329
+ "id": 152,
330
+ "login": "al3x",
331
+ "url": "https://api.github.com/users/al3x"
332
+ },
333
+ "private": false,
334
+ "pushed_at": "2010-01-11T23:09:40Z",
335
+ "size": 1126,
336
+ "ssh_url": "git@github.com:al3x/downforeveryoneorjustme.git",
337
+ "svn_url": "https://github.com/al3x/downforeveryoneorjustme",
338
+ "updated_at": "2011-12-05T05:43:51Z",
339
+ "url": "https://api.github.com/repos/al3x/downforeveryoneorjustme",
340
+ "watchers": 59
341
+ },
342
+ {
343
+ "clone_url": "https://github.com/FooBarWidget/passenger.git",
344
+ "created_at": "2008-03-27T23:40:48Z",
345
+ "description": "Phusion Passenger (mod_rails)",
346
+ "fork": false,
347
+ "forks": 139,
348
+ "git_url": "git://github.com/FooBarWidget/passenger.git",
349
+ "has_downloads": false,
350
+ "has_issues": false,
351
+ "has_wiki": true,
352
+ "homepage": "http://www.modrails.com/",
353
+ "html_url": "https://github.com/FooBarWidget/passenger",
354
+ "id": 5625,
355
+ "language": "C++",
356
+ "master_branch": null,
357
+ "mirror_url": null,
358
+ "name": "passenger",
359
+ "open_issues": 15,
360
+ "owner": {
361
+ "avatar_url": "https://secure.gravatar.com/avatar/77a628df0bd2917d09828dd225a2c0ce?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png",
362
+ "gravatar_id": "77a628df0bd2917d09828dd225a2c0ce",
363
+ "id": 819,
364
+ "login": "FooBarWidget",
365
+ "url": "https://api.github.com/users/FooBarWidget"
366
+ },
367
+ "private": false,
368
+ "pushed_at": "2012-01-19T11:06:30Z",
369
+ "size": 764,
370
+ "ssh_url": "git@github.com:FooBarWidget/passenger.git",
371
+ "svn_url": "https://github.com/FooBarWidget/passenger",
372
+ "updated_at": "2012-01-19T11:06:32Z",
373
+ "url": "https://api.github.com/repos/FooBarWidget/passenger",
374
+ "watchers": 1205
375
+ },
376
+ {
377
+ "clone_url": "https://github.com/pezra/resourceful.git",
378
+ "created_at": "2008-04-01T22:17:38Z",
379
+ "description": "The canonical version of Resourceful is /paul/resourceful now. An HTTP library for Ruby that takes advantage of everything HTTP has to offer.",
380
+ "fork": false,
381
+ "forks": 10,
382
+ "git_url": "git://github.com/pezra/resourceful.git",
383
+ "has_downloads": false,
384
+ "has_issues": false,
385
+ "has_wiki": false,
386
+ "homepage": "http://absolute-performance.com/open-source/resourceful",
387
+ "html_url": "https://github.com/pezra/resourceful",
388
+ "id": 6181,
389
+ "language": "Ruby",
390
+ "master_branch": null,
391
+ "mirror_url": null,
392
+ "name": "resourceful",
393
+ "open_issues": 0,
394
+ "owner": {
395
+ "avatar_url": "https://secure.gravatar.com/avatar/f38112009dc16547051c8ac246cee443?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png",
396
+ "gravatar_id": "f38112009dc16547051c8ac246cee443",
397
+ "id": 4122,
398
+ "login": "pezra",
399
+ "url": "https://api.github.com/users/pezra"
400
+ },
401
+ "private": false,
402
+ "pushed_at": "2011-05-26T17:12:01Z",
403
+ "size": 348,
404
+ "ssh_url": "git@github.com:pezra/resourceful.git",
405
+ "svn_url": "https://github.com/pezra/resourceful",
406
+ "updated_at": "2011-12-27T23:56:51Z",
407
+ "url": "https://api.github.com/repos/pezra/resourceful",
408
+ "watchers": 18
409
+ },
410
+ {
411
+ "clone_url": "https://github.com/rails/rails.git",
412
+ "created_at": "2008-04-11T02:19:47Z",
413
+ "description": "Ruby on Rails",
414
+ "fork": false,
415
+ "forks": 2619,
416
+ "git_url": "git://github.com/rails/rails.git",
417
+ "has_downloads": true,
418
+ "has_issues": true,
419
+ "has_wiki": false,
420
+ "homepage": "http://rubyonrails.org",
421
+ "html_url": "https://github.com/rails/rails",
422
+ "id": 8514,
423
+ "language": "Ruby",
424
+ "master_branch": null,
425
+ "mirror_url": null,
426
+ "name": "rails",
427
+ "open_issues": 661,
428
+ "owner": {
429
+ "avatar_url": "https://secure.gravatar.com/avatar/30f39a09e233e8369dddf6feb4be0308?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-orgs.png",
430
+ "gravatar_id": "30f39a09e233e8369dddf6feb4be0308",
431
+ "id": 4223,
432
+ "login": "rails",
433
+ "url": "https://api.github.com/users/rails"
434
+ },
435
+ "private": false,
436
+ "pushed_at": "2012-01-20T02:39:22Z",
437
+ "size": 100804,
438
+ "ssh_url": "git@github.com:rails/rails.git",
439
+ "svn_url": "https://github.com/rails/rails",
440
+ "updated_at": "2012-01-20T03:20:51Z",
441
+ "url": "https://api.github.com/repos/rails/rails",
442
+ "watchers": 12026
443
+ },
444
+ {
445
+ "clone_url": "https://github.com/fesplugas/typus.git",
446
+ "created_at": "2008-04-17T22:59:41Z",
447
+ "description": "Ruby on Rails Admin Panel (Engine) to allow trusted users edit structured content.",
448
+ "fork": false,
449
+ "forks": 159,
450
+ "git_url": "git://github.com/fesplugas/typus.git",
451
+ "has_downloads": true,
452
+ "has_issues": true,
453
+ "has_wiki": false,
454
+ "homepage": "http:/www.typuscmf.com/",
455
+ "html_url": "https://github.com/fesplugas/typus",
456
+ "id": 10731,
457
+ "language": "Ruby",
458
+ "master_branch": "master",
459
+ "mirror_url": null,
460
+ "name": "typus",
461
+ "open_issues": 26,
462
+ "owner": {
463
+ "avatar_url": "https://secure.gravatar.com/avatar/663b9f140ec3c343f75102499cdcece9?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png",
464
+ "gravatar_id": "663b9f140ec3c343f75102499cdcece9",
465
+ "id": 2720,
466
+ "login": "fesplugas",
467
+ "url": "https://api.github.com/users/fesplugas"
468
+ },
469
+ "private": false,
470
+ "pushed_at": "2012-01-19T08:21:51Z",
471
+ "size": 516,
472
+ "ssh_url": "git@github.com:fesplugas/typus.git",
473
+ "svn_url": "https://github.com/fesplugas/typus",
474
+ "updated_at": "2012-01-20T01:00:14Z",
475
+ "url": "https://api.github.com/repos/fesplugas/typus",
476
+ "watchers": 860
477
+ },
478
+ {
479
+ "clone_url": "https://github.com/lifo/docrails.git",
480
+ "created_at": "2008-05-02T10:37:07Z",
481
+ "description": "PLEASE CHECK http://github.com/lifo/docrails/wikis",
482
+ "fork": false,
483
+ "forks": 246,
484
+ "git_url": "git://github.com/lifo/docrails.git",
485
+ "has_downloads": true,
486
+ "has_issues": false,
487
+ "has_wiki": true,
488
+ "homepage": "http://weblog.rubyonrails.org/2008/5/2/help-improve-rails-documentation-on-git-branch",
489
+ "html_url": "https://github.com/lifo/docrails",
490
+ "id": 13992,
491
+ "language": "Ruby",
492
+ "master_branch": null,
493
+ "mirror_url": null,
494
+ "name": "docrails",
495
+ "open_issues": 4,
496
+ "owner": {
497
+ "avatar_url": "https://secure.gravatar.com/avatar/a05834e9b5954947eb0ba3b570c47d5e?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png",
498
+ "gravatar_id": "a05834e9b5954947eb0ba3b570c47d5e",
499
+ "id": 91,
500
+ "login": "lifo",
501
+ "url": "https://api.github.com/users/lifo"
502
+ },
503
+ "private": false,
504
+ "pushed_at": "2012-01-19T16:41:59Z",
505
+ "size": 3412,
506
+ "ssh_url": "git@github.com:lifo/docrails.git",
507
+ "svn_url": "https://github.com/lifo/docrails",
508
+ "updated_at": "2012-01-19T22:43:28Z",
509
+ "url": "https://api.github.com/repos/lifo/docrails",
510
+ "watchers": 611
511
+ },
512
+ {
513
+ "clone_url": "https://github.com/jmhodges/rchardet.git",
514
+ "created_at": "2008-05-03T00:21:52Z",
515
+ "description": "Character encoding auto-detection in Ruby. As smart as your browser. Open source.",
516
+ "fork": false,
517
+ "forks": 24,
518
+ "git_url": "git://github.com/jmhodges/rchardet.git",
519
+ "has_downloads": true,
520
+ "has_issues": true,
521
+ "has_wiki": true,
522
+ "homepage": "http://rubyforge.org/projects/rchardet",
523
+ "html_url": "https://github.com/jmhodges/rchardet",
524
+ "id": 14154,
525
+ "language": "Ruby",
526
+ "master_branch": null,
527
+ "mirror_url": null,
528
+ "name": "rchardet",
529
+ "open_issues": 4,
530
+ "owner": {
531
+ "avatar_url": "https://secure.gravatar.com/avatar/c14d59affdf66fae5a925ee7df2de11a?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png",
532
+ "gravatar_id": "c14d59affdf66fae5a925ee7df2de11a",
533
+ "id": 598,
534
+ "login": "jmhodges",
535
+ "url": "https://api.github.com/users/jmhodges"
536
+ },
537
+ "private": false,
538
+ "pushed_at": "2009-09-10T02:55:13Z",
539
+ "size": 240,
540
+ "ssh_url": "git@github.com:jmhodges/rchardet.git",
541
+ "svn_url": "https://github.com/jmhodges/rchardet",
542
+ "updated_at": "2012-01-01T21:58:08Z",
543
+ "url": "https://api.github.com/repos/jmhodges/rchardet",
544
+ "watchers": 64
545
+ },
546
+ {
547
+ "clone_url": "https://github.com/wycats/thor.git",
548
+ "created_at": "2008-05-07T20:07:31Z",
549
+ "description": "A scripting framework that replaces rake and sake",
550
+ "fork": false,
551
+ "forks": 122,
552
+ "git_url": "git://github.com/wycats/thor.git",
553
+ "has_downloads": true,
554
+ "has_issues": true,
555
+ "has_wiki": true,
556
+ "homepage": "http://www.yehudakatz.com",
557
+ "html_url": "https://github.com/wycats/thor",
558
+ "id": 15257,
559
+ "language": "Ruby",
560
+ "master_branch": null,
561
+ "mirror_url": null,
562
+ "name": "thor",
563
+ "open_issues": 46,
564
+ "owner": {
565
+ "avatar_url": "https://secure.gravatar.com/avatar/428167a3ec72235ba971162924492609?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png",
566
+ "gravatar_id": "428167a3ec72235ba971162924492609",
567
+ "id": 4,
568
+ "login": "wycats",
569
+ "url": "https://api.github.com/users/wycats"
570
+ },
571
+ "private": false,
572
+ "pushed_at": "2012-01-10T20:35:51Z",
573
+ "size": 212,
574
+ "ssh_url": "git@github.com:wycats/thor.git",
575
+ "svn_url": "https://github.com/wycats/thor",
576
+ "updated_at": "2012-01-19T21:28:51Z",
577
+ "url": "https://api.github.com/repos/wycats/thor",
578
+ "watchers": 1047
579
+ },
580
+ {
581
+ "clone_url": "https://github.com/paul/resourceful.git",
582
+ "created_at": "2008-05-09T16:00:36Z",
583
+ "description": "An HTTP library for Ruby that takes advantage of everything HTTP has to offer.",
584
+ "fork": true,
585
+ "forks": 5,
586
+ "git_url": "git://github.com/paul/resourceful.git",
587
+ "has_downloads": true,
588
+ "has_issues": true,
589
+ "has_wiki": true,
590
+ "homepage": "",
591
+ "html_url": "https://github.com/paul/resourceful",
592
+ "id": 15645,
593
+ "language": "Ruby",
594
+ "master_branch": null,
595
+ "mirror_url": null,
596
+ "name": "resourceful",
597
+ "open_issues": 2,
598
+ "owner": {
599
+ "avatar_url": "https://secure.gravatar.com/avatar/8f4b861a5b83575337b98d144a4ef4ca?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png",
600
+ "gravatar_id": "8f4b861a5b83575337b98d144a4ef4ca",
601
+ "id": 184,
602
+ "login": "paul",
603
+ "url": "https://api.github.com/users/paul"
604
+ },
605
+ "private": false,
606
+ "pushed_at": "2011-05-26T17:34:45Z",
607
+ "size": 408,
608
+ "ssh_url": "git@github.com:paul/resourceful.git",
609
+ "svn_url": "https://github.com/paul/resourceful",
610
+ "updated_at": "2011-12-27T23:56:51Z",
611
+ "url": "https://api.github.com/repos/paul/resourceful",
612
+ "watchers": 69
613
+ },
614
+ {
615
+ "clone_url": "https://github.com/jnicklas/templater.git",
616
+ "created_at": "2008-05-24T00:08:20Z",
617
+ "description": "RubiGen alternative Generator thingy",
618
+ "fork": false,
619
+ "forks": 9,
620
+ "git_url": "git://github.com/jnicklas/templater.git",
621
+ "has_downloads": true,
622
+ "has_issues": true,
623
+ "has_wiki": true,
624
+ "homepage": "",
625
+ "html_url": "https://github.com/jnicklas/templater",
626
+ "id": 19280,
627
+ "language": "Ruby",
628
+ "master_branch": null,
629
+ "mirror_url": null,
630
+ "name": "templater",
631
+ "open_issues": 4,
632
+ "owner": {
633
+ "avatar_url": "https://secure.gravatar.com/avatar/6c469749d725177dd2837d806c769cd4?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png",
634
+ "gravatar_id": "6c469749d725177dd2837d806c769cd4",
635
+ "id": 134,
636
+ "login": "jnicklas",
637
+ "url": "https://api.github.com/users/jnicklas"
638
+ },
639
+ "private": false,
640
+ "pushed_at": "2009-08-27T22:04:43Z",
641
+ "size": 3072,
642
+ "ssh_url": "git@github.com:jnicklas/templater.git",
643
+ "svn_url": "https://github.com/jnicklas/templater",
644
+ "updated_at": "2012-01-13T12:32:09Z",
645
+ "url": "https://api.github.com/repos/jnicklas/templater",
646
+ "watchers": 46
647
+ },
648
+ {
649
+ "clone_url": "https://github.com/chneukirchen/rack.git",
650
+ "created_at": "2008-05-31T12:06:38Z",
651
+ "description": "a modular Ruby webserver interface | personal fork | PLEASE BRANCH/SEND PULL REQUESTS/FILE BUGS AT rack/rack",
652
+ "fork": false,
653
+ "forks": 345,
654
+ "git_url": "git://github.com/chneukirchen/rack.git",
655
+ "has_downloads": true,
656
+ "has_issues": false,
657
+ "has_wiki": true,
658
+ "homepage": "http://rack.rubyforge.org/",
659
+ "html_url": "https://github.com/chneukirchen/rack",
660
+ "id": 20990,
661
+ "language": "Ruby",
662
+ "master_branch": null,
663
+ "mirror_url": null,
664
+ "name": "rack",
665
+ "open_issues": 0,
666
+ "owner": {
667
+ "avatar_url": "https://secure.gravatar.com/avatar/7264fb16beeea92b89bb42023738259d?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png",
668
+ "gravatar_id": "7264fb16beeea92b89bb42023738259d",
669
+ "id": 139,
670
+ "login": "chneukirchen",
671
+ "url": "https://api.github.com/users/chneukirchen"
672
+ },
673
+ "private": false,
674
+ "pushed_at": "2011-07-26T09:57:47Z",
675
+ "size": 256,
676
+ "ssh_url": "git@github.com:chneukirchen/rack.git",
677
+ "svn_url": "https://github.com/chneukirchen/rack",
678
+ "updated_at": "2012-01-18T15:49:16Z",
679
+ "url": "https://api.github.com/repos/chneukirchen/rack",
680
+ "watchers": 461
681
+ },
682
+ {
683
+ "clone_url": "https://github.com/samaaron/monomer.git",
684
+ "created_at": "2008-06-16T17:49:52Z",
685
+ "description": "A Ruby library (and sample apps) for playing with a monome (http://monome.org)",
686
+ "fork": false,
687
+ "forks": 5,
688
+ "git_url": "git://github.com/samaaron/monomer.git",
689
+ "has_downloads": true,
690
+ "has_issues": true,
691
+ "has_wiki": true,
692
+ "homepage": "http://docs.monome.org/doku.php?id=app:monomer",
693
+ "html_url": "https://github.com/samaaron/monomer",
694
+ "id": 25770,
695
+ "language": "Ruby",
696
+ "master_branch": null,
697
+ "mirror_url": null,
698
+ "name": "monomer",
699
+ "open_issues": 0,
700
+ "owner": {
701
+ "avatar_url": "https://secure.gravatar.com/avatar/858b3e3b5d26d7a8652da042f86c5c80?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png",
702
+ "gravatar_id": "858b3e3b5d26d7a8652da042f86c5c80",
703
+ "id": 369,
704
+ "login": "samaaron",
705
+ "url": "https://api.github.com/users/samaaron"
706
+ },
707
+ "private": false,
708
+ "pushed_at": "2008-06-28T23:14:32Z",
709
+ "size": 772,
710
+ "ssh_url": "git@github.com:samaaron/monomer.git",
711
+ "svn_url": "https://github.com/samaaron/monomer",
712
+ "updated_at": "2011-12-14T20:04:34Z",
713
+ "url": "https://api.github.com/repos/samaaron/monomer",
714
+ "watchers": 25
715
+ },
716
+ {
717
+ "clone_url": "https://github.com/Fudge/gltail.git",
718
+ "created_at": "2008-07-13T09:27:40Z",
719
+ "description": "Real-time visualization of server traffic, events and statistics with Ruby, SSH and OpenGL",
720
+ "fork": false,
721
+ "forks": 37,
722
+ "git_url": "git://github.com/Fudge/gltail.git",
723
+ "has_downloads": true,
724
+ "has_issues": true,
725
+ "has_wiki": true,
726
+ "homepage": "http://www.fudgie.org",
727
+ "html_url": "https://github.com/Fudge/gltail",
728
+ "id": 33714,
729
+ "language": "Ruby",
730
+ "master_branch": null,
731
+ "mirror_url": null,
732
+ "name": "gltail",
733
+ "open_issues": 13,
734
+ "owner": {
735
+ "avatar_url": "https://secure.gravatar.com/avatar/68cc0d50a7daceeebc83dabd8293bbf9?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png",
736
+ "gravatar_id": "68cc0d50a7daceeebc83dabd8293bbf9",
737
+ "id": 2175,
738
+ "login": "Fudge",
739
+ "url": "https://api.github.com/users/Fudge"
740
+ },
741
+ "private": false,
742
+ "pushed_at": "2011-11-30T10:00:03Z",
743
+ "size": 328,
744
+ "ssh_url": "git@github.com:Fudge/gltail.git",
745
+ "svn_url": "https://github.com/Fudge/gltail",
746
+ "updated_at": "2012-01-18T04:48:13Z",
747
+ "url": "https://api.github.com/repos/Fudge/gltail",
748
+ "watchers": 327
749
+ },
750
+ {
751
+ "clone_url": "https://github.com/jnunemaker/httparty.git",
752
+ "created_at": "2008-07-28T20:55:11Z",
753
+ "description": "Makes http fun! Also, makes consuming restful web services dead easy.",
754
+ "fork": false,
755
+ "forks": 194,
756
+ "git_url": "git://github.com/jnunemaker/httparty.git",
757
+ "has_downloads": true,
758
+ "has_issues": true,
759
+ "has_wiki": true,
760
+ "homepage": "",
761
+ "html_url": "https://github.com/jnunemaker/httparty",
762
+ "id": 37997,
763
+ "language": "Ruby",
764
+ "master_branch": null,
765
+ "mirror_url": null,
766
+ "name": "httparty",
767
+ "open_issues": 38,
768
+ "owner": {
769
+ "avatar_url": "https://secure.gravatar.com/avatar/e13c31390e0369fcd5972292ce0e7b92?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png",
770
+ "gravatar_id": "e13c31390e0369fcd5972292ce0e7b92",
771
+ "id": 235,
772
+ "login": "jnunemaker",
773
+ "url": "https://api.github.com/users/jnunemaker"
774
+ },
775
+ "private": false,
776
+ "pushed_at": "2011-11-01T15:07:19Z",
777
+ "size": 360,
778
+ "ssh_url": "git@github.com:jnunemaker/httparty.git",
779
+ "svn_url": "https://github.com/jnunemaker/httparty",
780
+ "updated_at": "2012-01-18T12:44:48Z",
781
+ "url": "https://api.github.com/repos/jnunemaker/httparty",
782
+ "watchers": 1339
783
+ },
784
+ {
785
+ "clone_url": "https://github.com/binarylogic/searchlogic.git",
786
+ "created_at": "2008-08-25T05:23:31Z",
787
+ "description": "Searchlogic provides object based searching, common named scopes, and other useful named scope tools.",
788
+ "fork": false,
789
+ "forks": 114,
790
+ "git_url": "git://github.com/binarylogic/searchlogic.git",
791
+ "has_downloads": true,
792
+ "has_issues": true,
793
+ "has_wiki": true,
794
+ "homepage": "http://rdoc.info/projects/binarylogic/searchlogic",
795
+ "html_url": "https://github.com/binarylogic/searchlogic",
796
+ "id": 45668,
797
+ "language": "Ruby",
798
+ "master_branch": null,
799
+ "mirror_url": null,
800
+ "name": "searchlogic",
801
+ "open_issues": 115,
802
+ "owner": {
803
+ "avatar_url": "https://secure.gravatar.com/avatar/328f0bb678423fcea01ebe3b0edc74e6?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png",
804
+ "gravatar_id": "328f0bb678423fcea01ebe3b0edc74e6",
805
+ "id": 4136,
806
+ "login": "binarylogic",
807
+ "url": "https://api.github.com/users/binarylogic"
808
+ },
809
+ "private": false,
810
+ "pushed_at": "2012-01-15T06:40:46Z",
811
+ "size": 2444,
812
+ "ssh_url": "git@github.com:binarylogic/searchlogic.git",
813
+ "svn_url": "https://github.com/binarylogic/searchlogic",
814
+ "updated_at": "2012-01-17T10:52:15Z",
815
+ "url": "https://api.github.com/repos/binarylogic/searchlogic",
816
+ "watchers": 1330
817
+ },
818
+ {
819
+ "clone_url": "https://github.com/jnicklas/carrierwave.git",
820
+ "created_at": "2008-08-28T18:39:49Z",
821
+ "description": "Classier solution for file uploads for Rails, Sinatra and other Ruby web frameworks",
822
+ "fork": false,
823
+ "forks": 309,
824
+ "git_url": "git://github.com/jnicklas/carrierwave.git",
825
+ "has_downloads": true,
826
+ "has_issues": true,
827
+ "has_wiki": true,
828
+ "homepage": "https://github.com/jnicklas/carrierwave",
829
+ "html_url": "https://github.com/jnicklas/carrierwave",
830
+ "id": 47087,
831
+ "language": "Ruby",
832
+ "master_branch": null,
833
+ "mirror_url": null,
834
+ "name": "carrierwave",
835
+ "open_issues": 14,
836
+ "owner": {
837
+ "avatar_url": "https://secure.gravatar.com/avatar/6c469749d725177dd2837d806c769cd4?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png",
838
+ "gravatar_id": "6c469749d725177dd2837d806c769cd4",
839
+ "id": 134,
840
+ "login": "jnicklas",
841
+ "url": "https://api.github.com/users/jnicklas"
842
+ },
843
+ "private": false,
844
+ "pushed_at": "2012-01-20T00:27:17Z",
845
+ "size": 244,
846
+ "ssh_url": "git@github.com:jnicklas/carrierwave.git",
847
+ "svn_url": "https://github.com/jnicklas/carrierwave",
848
+ "updated_at": "2012-01-20T00:27:18Z",
849
+ "url": "https://api.github.com/repos/jnicklas/carrierwave",
850
+ "watchers": 2547
851
+ },
852
+ {
853
+ "clone_url": "https://github.com/kevinrutherford/reek.git",
854
+ "created_at": "2008-09-05T10:48:33Z",
855
+ "description": "Code smell detector for Ruby",
856
+ "fork": false,
857
+ "forks": 17,
858
+ "git_url": "git://github.com/kevinrutherford/reek.git",
859
+ "has_downloads": true,
860
+ "has_issues": true,
861
+ "has_wiki": true,
862
+ "homepage": "http://wiki.github.com/kevinrutherford/reek",
863
+ "html_url": "https://github.com/kevinrutherford/reek",
864
+ "id": 49515,
865
+ "language": "Ruby",
866
+ "master_branch": null,
867
+ "mirror_url": null,
868
+ "name": "reek",
869
+ "open_issues": 35,
870
+ "owner": {
871
+ "avatar_url": "https://secure.gravatar.com/avatar/9c39ead2d025bde14f3f39b20ff7d113?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png",
872
+ "gravatar_id": "9c39ead2d025bde14f3f39b20ff7d113",
873
+ "id": 23290,
874
+ "login": "kevinrutherford",
875
+ "url": "https://api.github.com/users/kevinrutherford"
876
+ },
877
+ "private": false,
878
+ "pushed_at": "2011-11-06T03:43:28Z",
879
+ "size": 248,
880
+ "ssh_url": "git@github.com:kevinrutherford/reek.git",
881
+ "svn_url": "https://github.com/kevinrutherford/reek",
882
+ "updated_at": "2012-01-19T17:55:41Z",
883
+ "url": "https://api.github.com/repos/kevinrutherford/reek",
884
+ "watchers": 466
885
+ },
886
+ {
887
+ "clone_url": "https://github.com/twitter4r/twitter4r-core.git",
888
+ "created_at": "2008-09-09T03:10:42Z",
889
+ "description": "Core library for Twitter4R, which provides Ruby bindings for the Twitter REST API",
890
+ "fork": false,
891
+ "forks": 6,
892
+ "git_url": "git://github.com/twitter4r/twitter4r-core.git",
893
+ "has_downloads": true,
894
+ "has_issues": true,
895
+ "has_wiki": true,
896
+ "homepage": "http://twitter4r.rubyforge.org",
897
+ "html_url": "https://github.com/twitter4r/twitter4r-core",
898
+ "id": 50673,
899
+ "language": "Ruby",
900
+ "master_branch": null,
901
+ "mirror_url": null,
902
+ "name": "twitter4r-core",
903
+ "open_issues": 8,
904
+ "owner": {
905
+ "avatar_url": "https://secure.gravatar.com/avatar/1870789bc49337f67847b9f23a091d64?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-orgs.png",
906
+ "gravatar_id": "1870789bc49337f67847b9f23a091d64",
907
+ "id": 23749,
908
+ "login": "twitter4r",
909
+ "url": "https://api.github.com/users/twitter4r"
910
+ },
911
+ "private": false,
912
+ "pushed_at": "2011-08-28T02:27:58Z",
913
+ "size": 124,
914
+ "ssh_url": "git@github.com:twitter4r/twitter4r-core.git",
915
+ "svn_url": "https://github.com/twitter4r/twitter4r-core",
916
+ "updated_at": "2012-01-11T13:34:51Z",
917
+ "url": "https://api.github.com/repos/twitter4r/twitter4r-core",
918
+ "watchers": 86
919
+ },
920
+ {
921
+ "clone_url": "https://github.com/collectiveidea/delayed_job.git",
922
+ "created_at": "2008-09-13T14:27:37Z",
923
+ "description": "Database based asynchronously priority queue system -- Extracted from Shopify ",
924
+ "fork": true,
925
+ "forks": 334,
926
+ "git_url": "git://github.com/collectiveidea/delayed_job.git",
927
+ "has_downloads": true,
928
+ "has_issues": true,
929
+ "has_wiki": true,
930
+ "homepage": "http://groups.google.com/group/delayed_job",
931
+ "html_url": "https://github.com/collectiveidea/delayed_job",
932
+ "id": 52287,
933
+ "language": "Ruby",
934
+ "master_branch": null,
935
+ "mirror_url": null,
936
+ "name": "delayed_job",
937
+ "open_issues": 71,
938
+ "owner": {
939
+ "avatar_url": "https://secure.gravatar.com/avatar/13ff8dc8c2bf2a4752816e1e3f201a05?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-orgs.png",
940
+ "gravatar_id": "13ff8dc8c2bf2a4752816e1e3f201a05",
941
+ "id": 128,
942
+ "login": "collectiveidea",
943
+ "url": "https://api.github.com/users/collectiveidea"
944
+ },
945
+ "private": false,
946
+ "pushed_at": "2012-01-19T21:56:38Z",
947
+ "size": 2668,
948
+ "ssh_url": "git@github.com:collectiveidea/delayed_job.git",
949
+ "svn_url": "https://github.com/collectiveidea/delayed_job",
950
+ "updated_at": "2012-01-20T04:39:55Z",
951
+ "url": "https://api.github.com/repos/collectiveidea/delayed_job",
952
+ "watchers": 1793
953
+ },
954
+ {
955
+ "clone_url": "https://github.com/wycats/merb.git",
956
+ "created_at": "2008-10-13T02:39:08Z",
957
+ "description": "master merb branch",
958
+ "fork": false,
959
+ "forks": 113,
960
+ "git_url": "git://github.com/wycats/merb.git",
961
+ "has_downloads": true,
962
+ "has_issues": true,
963
+ "has_wiki": true,
964
+ "homepage": "http://www.merbivore.com",
965
+ "html_url": "https://github.com/wycats/merb",
966
+ "id": 62290,
967
+ "language": "Ruby",
968
+ "master_branch": null,
969
+ "mirror_url": null,
970
+ "name": "merb",
971
+ "open_issues": 4,
972
+ "owner": {
973
+ "avatar_url": "https://secure.gravatar.com/avatar/428167a3ec72235ba971162924492609?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png",
974
+ "gravatar_id": "428167a3ec72235ba971162924492609",
975
+ "id": 4,
976
+ "login": "wycats",
977
+ "url": "https://api.github.com/users/wycats"
978
+ },
979
+ "private": false,
980
+ "pushed_at": "2009-10-30T23:47:56Z",
981
+ "size": 13312,
982
+ "ssh_url": "git@github.com:wycats/merb.git",
983
+ "svn_url": "https://github.com/wycats/merb",
984
+ "updated_at": "2012-01-16T13:07:10Z",
985
+ "url": "https://api.github.com/repos/wycats/merb",
986
+ "watchers": 365
987
+ },
988
+ {
989
+ "clone_url": "https://github.com/rtomayko/rack-cache.git",
990
+ "created_at": "2008-10-25T02:02:09Z",
991
+ "description": "Real HTTP Caching for Ruby Web Apps",
992
+ "fork": false,
993
+ "forks": 41,
994
+ "git_url": "git://github.com/rtomayko/rack-cache.git",
995
+ "has_downloads": false,
996
+ "has_issues": true,
997
+ "has_wiki": false,
998
+ "homepage": "http://tomayko.com/src/rack-cache/",
999
+ "html_url": "https://github.com/rtomayko/rack-cache",
1000
+ "id": 67542,
1001
+ "language": "Ruby",
1002
+ "master_branch": null,
1003
+ "mirror_url": null,
1004
+ "name": "rack-cache",
1005
+ "open_issues": 18,
1006
+ "owner": {
1007
+ "avatar_url": "https://secure.gravatar.com/avatar/abfc88b96ae18c85ba7aac3bded2ec5e?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png",
1008
+ "gravatar_id": "abfc88b96ae18c85ba7aac3bded2ec5e",
1009
+ "id": 404,
1010
+ "login": "rtomayko",
1011
+ "url": "https://api.github.com/users/rtomayko"
1012
+ },
1013
+ "private": false,
1014
+ "pushed_at": "2011-11-28T19:09:55Z",
1015
+ "size": 264,
1016
+ "ssh_url": "git@github.com:rtomayko/rack-cache.git",
1017
+ "svn_url": "https://github.com/rtomayko/rack-cache",
1018
+ "updated_at": "2012-01-18T22:12:41Z",
1019
+ "url": "https://api.github.com/repos/rtomayko/rack-cache",
1020
+ "watchers": 357
1021
+ }
1022
1022
  ]