octokit 1.0.7 → 1.1.0
Sign up to get free protection for your applications and to get access to all the features.
- data/CHANGELOG.md +1 -0
- data/lib/octokit/client.rb +3 -0
- data/lib/octokit/client/gists.rb +66 -0
- data/lib/octokit/gist.rb +27 -0
- data/lib/octokit/version.rb +1 -1
- data/spec/fixtures/timeline.json +1408 -1237
- data/spec/fixtures/v2/blob_metadata.json +2052 -1
- data/spec/fixtures/v2/blobs.json +260 -1
- data/spec/fixtures/v2/issues.json +49 -1
- data/spec/fixtures/v2/network_data.json +3551 -1
- data/spec/fixtures/v2/network_meta.json +2530 -1
- data/spec/fixtures/v2/repositories.json +173 -1
- data/spec/fixtures/v2/tree_metadata.json +2612 -1
- data/spec/fixtures/v2/user.json +19 -1
- data/spec/fixtures/v2/users.json +24 -1
- data/spec/fixtures/v3/blob.json +5 -5
- data/spec/fixtures/v3/branches.json +14 -14
- data/spec/fixtures/v3/collaborators.json +60 -60
- data/spec/fixtures/v3/comment.json +12 -12
- data/spec/fixtures/v3/comments.json +41 -41
- data/spec/fixtures/v3/commit.json +50 -1
- data/spec/fixtures/v3/commit_comment.json +17 -17
- data/spec/fixtures/v3/commit_comments.json +76 -76
- data/spec/fixtures/v3/commits.json +1414 -1
- data/spec/fixtures/v3/contributors.json +889 -889
- data/spec/fixtures/v3/download.json +9 -9
- data/spec/fixtures/v3/downloads.json +33 -33
- data/spec/fixtures/v3/emails.json +3 -3
- data/spec/fixtures/v3/followers.json +210 -210
- data/spec/fixtures/v3/following.json +207 -207
- data/spec/fixtures/v3/forks.json +870 -870
- data/spec/fixtures/v3/gist.json +51 -0
- data/spec/fixtures/v3/gists.json +548 -0
- data/spec/fixtures/v3/issue.json +33 -35
- data/spec/fixtures/v3/issue_closed.json +34 -36
- data/spec/fixtures/v3/issue_event.json +40 -42
- data/spec/fixtures/v3/issue_events.json +70 -70
- data/spec/fixtures/v3/issues.json +1559 -1577
- data/spec/fixtures/v3/label.json +3 -3
- data/spec/fixtures/v3/labels.json +15 -15
- data/spec/fixtures/v3/languages.json +3 -3
- data/spec/fixtures/v3/list_commit_comments.json +570 -570
- data/spec/fixtures/v3/milestone.json +9 -10
- data/spec/fixtures/v3/milestones.json +25 -25
- data/spec/fixtures/v3/not_found.json +1 -1
- data/spec/fixtures/v3/organization-repositories.json +4290 -4290
- data/spec/fixtures/v3/organization-repository.json +41 -41
- data/spec/fixtures/v3/organization.json +16 -16
- data/spec/fixtures/v3/organization_members.json +574 -574
- data/spec/fixtures/v3/organization_team_members.json +14 -14
- data/spec/fixtures/v3/organization_team_repos.json +60 -60
- data/spec/fixtures/v3/organizations.json +42 -42
- data/spec/fixtures/v3/public_events.json +1101 -1107
- data/spec/fixtures/v3/public_gists.json +968 -0
- data/spec/fixtures/v3/public_key.json +3 -3
- data/spec/fixtures/v3/public_keys.json +5 -5
- data/spec/fixtures/v3/pull_created.json +134 -134
- data/spec/fixtures/v3/pull_request.json +134 -134
- data/spec/fixtures/v3/pull_requests.json +185 -185
- data/spec/fixtures/v3/repo_events.json +1644 -1660
- data/spec/fixtures/v3/repo_issues_events.json +127 -133
- data/spec/fixtures/v3/repositories.json +871 -871
- data/spec/fixtures/v3/repository.json +33 -33
- data/spec/fixtures/v3/starred_gists.json +30 -0
- data/spec/fixtures/v3/tags.json +171 -171
- data/spec/fixtures/v3/team.json +6 -6
- data/spec/fixtures/v3/teams.json +10 -10
- data/spec/fixtures/v3/tree.json +110 -110
- data/spec/fixtures/v3/user.json +18 -18
- data/spec/fixtures/v3/user_events.json +99 -100
- data/spec/fixtures/v3/watched.json +1020 -1020
- data/spec/fixtures/v3/watchers.json +180 -180
- data/spec/octokit/client/gists_spec.rb +133 -0
- data/spec/octokit/gist_spec.rb +49 -0
- metadata +40 -26
@@ -1,1022 +1,1022 @@
|
|
1
1
|
[
|
2
|
-
|
3
|
-
|
4
|
-
|
5
|
-
|
6
|
-
|
7
|
-
|
8
|
-
|
9
|
-
|
10
|
-
|
11
|
-
|
12
|
-
|
13
|
-
|
14
|
-
|
15
|
-
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
|
20
|
-
|
21
|
-
|
22
|
-
|
23
|
-
|
24
|
-
|
25
|
-
|
26
|
-
|
27
|
-
|
28
|
-
|
29
|
-
|
30
|
-
|
31
|
-
|
32
|
-
|
33
|
-
|
34
|
-
|
35
|
-
|
36
|
-
|
37
|
-
|
38
|
-
|
39
|
-
|
40
|
-
|
41
|
-
|
42
|
-
|
43
|
-
|
44
|
-
|
45
|
-
|
46
|
-
|
47
|
-
|
48
|
-
|
49
|
-
|
50
|
-
|
51
|
-
|
52
|
-
|
53
|
-
|
54
|
-
|
55
|
-
|
56
|
-
|
57
|
-
|
58
|
-
|
59
|
-
|
60
|
-
|
61
|
-
|
62
|
-
|
63
|
-
|
64
|
-
|
65
|
-
|
66
|
-
|
67
|
-
|
68
|
-
|
69
|
-
|
70
|
-
|
71
|
-
|
72
|
-
|
73
|
-
|
74
|
-
|
75
|
-
|
76
|
-
|
77
|
-
|
78
|
-
|
79
|
-
|
80
|
-
|
81
|
-
|
82
|
-
|
83
|
-
|
84
|
-
|
85
|
-
|
86
|
-
|
87
|
-
|
88
|
-
|
89
|
-
|
90
|
-
|
91
|
-
|
92
|
-
|
93
|
-
|
94
|
-
|
95
|
-
|
96
|
-
|
97
|
-
|
98
|
-
|
99
|
-
|
100
|
-
|
101
|
-
|
102
|
-
|
103
|
-
|
104
|
-
|
105
|
-
|
106
|
-
|
107
|
-
|
108
|
-
|
109
|
-
|
110
|
-
|
111
|
-
|
112
|
-
|
113
|
-
|
114
|
-
|
115
|
-
|
116
|
-
|
117
|
-
|
118
|
-
|
119
|
-
|
120
|
-
|
121
|
-
|
122
|
-
|
123
|
-
|
124
|
-
|
125
|
-
|
126
|
-
|
127
|
-
|
128
|
-
|
129
|
-
|
130
|
-
|
131
|
-
|
132
|
-
|
133
|
-
|
134
|
-
|
135
|
-
|
136
|
-
|
137
|
-
|
138
|
-
|
139
|
-
|
140
|
-
|
141
|
-
|
142
|
-
|
143
|
-
|
144
|
-
|
145
|
-
|
146
|
-
|
147
|
-
|
148
|
-
|
149
|
-
|
150
|
-
|
151
|
-
|
152
|
-
|
153
|
-
|
154
|
-
|
155
|
-
|
156
|
-
|
157
|
-
|
158
|
-
|
159
|
-
|
160
|
-
|
161
|
-
|
162
|
-
|
163
|
-
|
164
|
-
|
165
|
-
|
166
|
-
|
167
|
-
|
168
|
-
|
169
|
-
|
170
|
-
|
171
|
-
|
172
|
-
|
173
|
-
|
174
|
-
|
175
|
-
|
176
|
-
|
177
|
-
|
178
|
-
|
179
|
-
|
180
|
-
|
181
|
-
|
182
|
-
|
183
|
-
|
184
|
-
|
185
|
-
|
186
|
-
|
187
|
-
|
188
|
-
|
189
|
-
|
190
|
-
|
191
|
-
|
192
|
-
|
193
|
-
|
194
|
-
|
195
|
-
|
196
|
-
|
197
|
-
|
198
|
-
|
199
|
-
|
200
|
-
|
201
|
-
|
202
|
-
|
203
|
-
|
204
|
-
|
205
|
-
|
206
|
-
|
207
|
-
|
208
|
-
|
209
|
-
|
210
|
-
|
211
|
-
|
212
|
-
|
213
|
-
|
214
|
-
|
215
|
-
|
216
|
-
|
217
|
-
|
218
|
-
|
219
|
-
|
220
|
-
|
221
|
-
|
222
|
-
|
223
|
-
|
224
|
-
|
225
|
-
|
226
|
-
|
227
|
-
|
228
|
-
|
229
|
-
|
230
|
-
|
231
|
-
|
232
|
-
|
233
|
-
|
234
|
-
|
235
|
-
|
236
|
-
|
237
|
-
|
238
|
-
|
239
|
-
|
240
|
-
|
241
|
-
|
242
|
-
|
243
|
-
|
244
|
-
|
245
|
-
|
246
|
-
|
247
|
-
|
248
|
-
|
249
|
-
|
250
|
-
|
251
|
-
|
252
|
-
|
253
|
-
|
254
|
-
|
255
|
-
|
256
|
-
|
257
|
-
|
258
|
-
|
259
|
-
|
260
|
-
|
261
|
-
|
262
|
-
|
263
|
-
|
264
|
-
|
265
|
-
|
266
|
-
|
267
|
-
|
268
|
-
|
269
|
-
|
270
|
-
|
271
|
-
|
272
|
-
|
273
|
-
|
274
|
-
|
275
|
-
|
276
|
-
|
277
|
-
|
278
|
-
|
279
|
-
|
280
|
-
|
281
|
-
|
282
|
-
|
283
|
-
|
284
|
-
|
285
|
-
|
286
|
-
|
287
|
-
|
288
|
-
|
289
|
-
|
290
|
-
|
291
|
-
|
292
|
-
|
293
|
-
|
294
|
-
|
295
|
-
|
296
|
-
|
297
|
-
|
298
|
-
|
299
|
-
|
300
|
-
|
301
|
-
|
302
|
-
|
303
|
-
|
304
|
-
|
305
|
-
|
306
|
-
|
307
|
-
|
308
|
-
|
309
|
-
|
310
|
-
|
311
|
-
|
312
|
-
|
313
|
-
|
314
|
-
|
315
|
-
|
316
|
-
|
317
|
-
|
318
|
-
|
319
|
-
|
320
|
-
|
321
|
-
|
322
|
-
|
323
|
-
|
324
|
-
|
325
|
-
|
326
|
-
|
327
|
-
|
328
|
-
|
329
|
-
|
330
|
-
|
331
|
-
|
332
|
-
|
333
|
-
|
334
|
-
|
335
|
-
|
336
|
-
|
337
|
-
|
338
|
-
|
339
|
-
|
340
|
-
|
341
|
-
|
342
|
-
|
343
|
-
|
344
|
-
|
345
|
-
|
346
|
-
|
347
|
-
|
348
|
-
|
349
|
-
|
350
|
-
|
351
|
-
|
352
|
-
|
353
|
-
|
354
|
-
|
355
|
-
|
356
|
-
|
357
|
-
|
358
|
-
|
359
|
-
|
360
|
-
|
361
|
-
|
362
|
-
|
363
|
-
|
364
|
-
|
365
|
-
|
366
|
-
|
367
|
-
|
368
|
-
|
369
|
-
|
370
|
-
|
371
|
-
|
372
|
-
|
373
|
-
|
374
|
-
|
375
|
-
|
376
|
-
|
377
|
-
|
378
|
-
|
379
|
-
|
380
|
-
|
381
|
-
|
382
|
-
|
383
|
-
|
384
|
-
|
385
|
-
|
386
|
-
|
387
|
-
|
388
|
-
|
389
|
-
|
390
|
-
|
391
|
-
|
392
|
-
|
393
|
-
|
394
|
-
|
395
|
-
|
396
|
-
|
397
|
-
|
398
|
-
|
399
|
-
|
400
|
-
|
401
|
-
|
402
|
-
|
403
|
-
|
404
|
-
|
405
|
-
|
406
|
-
|
407
|
-
|
408
|
-
|
409
|
-
|
410
|
-
|
411
|
-
|
412
|
-
|
413
|
-
|
414
|
-
|
415
|
-
|
416
|
-
|
417
|
-
|
418
|
-
|
419
|
-
|
420
|
-
|
421
|
-
|
422
|
-
|
423
|
-
|
424
|
-
|
425
|
-
|
426
|
-
|
427
|
-
|
428
|
-
|
429
|
-
|
430
|
-
|
431
|
-
|
432
|
-
|
433
|
-
|
434
|
-
|
435
|
-
|
436
|
-
|
437
|
-
|
438
|
-
|
439
|
-
|
440
|
-
|
441
|
-
|
442
|
-
|
443
|
-
|
444
|
-
|
445
|
-
|
446
|
-
|
447
|
-
|
448
|
-
|
449
|
-
|
450
|
-
|
451
|
-
|
452
|
-
|
453
|
-
|
454
|
-
|
455
|
-
|
456
|
-
|
457
|
-
|
458
|
-
|
459
|
-
|
460
|
-
|
461
|
-
|
462
|
-
|
463
|
-
|
464
|
-
|
465
|
-
|
466
|
-
|
467
|
-
|
468
|
-
|
469
|
-
|
470
|
-
|
471
|
-
|
472
|
-
|
473
|
-
|
474
|
-
|
475
|
-
|
476
|
-
|
477
|
-
|
478
|
-
|
479
|
-
|
480
|
-
|
481
|
-
|
482
|
-
|
483
|
-
|
484
|
-
|
485
|
-
|
486
|
-
|
487
|
-
|
488
|
-
|
489
|
-
|
490
|
-
|
491
|
-
|
492
|
-
|
493
|
-
|
494
|
-
|
495
|
-
|
496
|
-
|
497
|
-
|
498
|
-
|
499
|
-
|
500
|
-
|
501
|
-
|
502
|
-
|
503
|
-
|
504
|
-
|
505
|
-
|
506
|
-
|
507
|
-
|
508
|
-
|
509
|
-
|
510
|
-
|
511
|
-
|
512
|
-
|
513
|
-
|
514
|
-
|
515
|
-
|
516
|
-
|
517
|
-
|
518
|
-
|
519
|
-
|
520
|
-
|
521
|
-
|
522
|
-
|
523
|
-
|
524
|
-
|
525
|
-
|
526
|
-
|
527
|
-
|
528
|
-
|
529
|
-
|
530
|
-
|
531
|
-
|
532
|
-
|
533
|
-
|
534
|
-
|
535
|
-
|
536
|
-
|
537
|
-
|
538
|
-
|
539
|
-
|
540
|
-
|
541
|
-
|
542
|
-
|
543
|
-
|
544
|
-
|
545
|
-
|
546
|
-
|
547
|
-
|
548
|
-
|
549
|
-
|
550
|
-
|
551
|
-
|
552
|
-
|
553
|
-
|
554
|
-
|
555
|
-
|
556
|
-
|
557
|
-
|
558
|
-
|
559
|
-
|
560
|
-
|
561
|
-
|
562
|
-
|
563
|
-
|
564
|
-
|
565
|
-
|
566
|
-
|
567
|
-
|
568
|
-
|
569
|
-
|
570
|
-
|
571
|
-
|
572
|
-
|
573
|
-
|
574
|
-
|
575
|
-
|
576
|
-
|
577
|
-
|
578
|
-
|
579
|
-
|
580
|
-
|
581
|
-
|
582
|
-
|
583
|
-
|
584
|
-
|
585
|
-
|
586
|
-
|
587
|
-
|
588
|
-
|
589
|
-
|
590
|
-
|
591
|
-
|
592
|
-
|
593
|
-
|
594
|
-
|
595
|
-
|
596
|
-
|
597
|
-
|
598
|
-
|
599
|
-
|
600
|
-
|
601
|
-
|
602
|
-
|
603
|
-
|
604
|
-
|
605
|
-
|
606
|
-
|
607
|
-
|
608
|
-
|
609
|
-
|
610
|
-
|
611
|
-
|
612
|
-
|
613
|
-
|
614
|
-
|
615
|
-
|
616
|
-
|
617
|
-
|
618
|
-
|
619
|
-
|
620
|
-
|
621
|
-
|
622
|
-
|
623
|
-
|
624
|
-
|
625
|
-
|
626
|
-
|
627
|
-
|
628
|
-
|
629
|
-
|
630
|
-
|
631
|
-
|
632
|
-
|
633
|
-
|
634
|
-
|
635
|
-
|
636
|
-
|
637
|
-
|
638
|
-
|
639
|
-
|
640
|
-
|
641
|
-
|
642
|
-
|
643
|
-
|
644
|
-
|
645
|
-
|
646
|
-
|
647
|
-
|
648
|
-
|
649
|
-
|
650
|
-
|
651
|
-
|
652
|
-
|
653
|
-
|
654
|
-
|
655
|
-
|
656
|
-
|
657
|
-
|
658
|
-
|
659
|
-
|
660
|
-
|
661
|
-
|
662
|
-
|
663
|
-
|
664
|
-
|
665
|
-
|
666
|
-
|
667
|
-
|
668
|
-
|
669
|
-
|
670
|
-
|
671
|
-
|
672
|
-
|
673
|
-
|
674
|
-
|
675
|
-
|
676
|
-
|
677
|
-
|
678
|
-
|
679
|
-
|
680
|
-
|
681
|
-
|
682
|
-
|
683
|
-
|
684
|
-
|
685
|
-
|
686
|
-
|
687
|
-
|
688
|
-
|
689
|
-
|
690
|
-
|
691
|
-
|
692
|
-
|
693
|
-
|
694
|
-
|
695
|
-
|
696
|
-
|
697
|
-
|
698
|
-
|
699
|
-
|
700
|
-
|
701
|
-
|
702
|
-
|
703
|
-
|
704
|
-
|
705
|
-
|
706
|
-
|
707
|
-
|
708
|
-
|
709
|
-
|
710
|
-
|
711
|
-
|
712
|
-
|
713
|
-
|
714
|
-
|
715
|
-
|
716
|
-
|
717
|
-
|
718
|
-
|
719
|
-
|
720
|
-
|
721
|
-
|
722
|
-
|
723
|
-
|
724
|
-
|
725
|
-
|
726
|
-
|
727
|
-
|
728
|
-
|
729
|
-
|
730
|
-
|
731
|
-
|
732
|
-
|
733
|
-
|
734
|
-
|
735
|
-
|
736
|
-
|
737
|
-
|
738
|
-
|
739
|
-
|
740
|
-
|
741
|
-
|
742
|
-
|
743
|
-
|
744
|
-
|
745
|
-
|
746
|
-
|
747
|
-
|
748
|
-
|
749
|
-
|
750
|
-
|
751
|
-
|
752
|
-
|
753
|
-
|
754
|
-
|
755
|
-
|
756
|
-
|
757
|
-
|
758
|
-
|
759
|
-
|
760
|
-
|
761
|
-
|
762
|
-
|
763
|
-
|
764
|
-
|
765
|
-
|
766
|
-
|
767
|
-
|
768
|
-
|
769
|
-
|
770
|
-
|
771
|
-
|
772
|
-
|
773
|
-
|
774
|
-
|
775
|
-
|
776
|
-
|
777
|
-
|
778
|
-
|
779
|
-
|
780
|
-
|
781
|
-
|
782
|
-
|
783
|
-
|
784
|
-
|
785
|
-
|
786
|
-
|
787
|
-
|
788
|
-
|
789
|
-
|
790
|
-
|
791
|
-
|
792
|
-
|
793
|
-
|
794
|
-
|
795
|
-
|
796
|
-
|
797
|
-
|
798
|
-
|
799
|
-
|
800
|
-
|
801
|
-
|
802
|
-
|
803
|
-
|
804
|
-
|
805
|
-
|
806
|
-
|
807
|
-
|
808
|
-
|
809
|
-
|
810
|
-
|
811
|
-
|
812
|
-
|
813
|
-
|
814
|
-
|
815
|
-
|
816
|
-
|
817
|
-
|
818
|
-
|
819
|
-
|
820
|
-
|
821
|
-
|
822
|
-
|
823
|
-
|
824
|
-
|
825
|
-
|
826
|
-
|
827
|
-
|
828
|
-
|
829
|
-
|
830
|
-
|
831
|
-
|
832
|
-
|
833
|
-
|
834
|
-
|
835
|
-
|
836
|
-
|
837
|
-
|
838
|
-
|
839
|
-
|
840
|
-
|
841
|
-
|
842
|
-
|
843
|
-
|
844
|
-
|
845
|
-
|
846
|
-
|
847
|
-
|
848
|
-
|
849
|
-
|
850
|
-
|
851
|
-
|
852
|
-
|
853
|
-
|
854
|
-
|
855
|
-
|
856
|
-
|
857
|
-
|
858
|
-
|
859
|
-
|
860
|
-
|
861
|
-
|
862
|
-
|
863
|
-
|
864
|
-
|
865
|
-
|
866
|
-
|
867
|
-
|
868
|
-
|
869
|
-
|
870
|
-
|
871
|
-
|
872
|
-
|
873
|
-
|
874
|
-
|
875
|
-
|
876
|
-
|
877
|
-
|
878
|
-
|
879
|
-
|
880
|
-
|
881
|
-
|
882
|
-
|
883
|
-
|
884
|
-
|
885
|
-
|
886
|
-
|
887
|
-
|
888
|
-
|
889
|
-
|
890
|
-
|
891
|
-
|
892
|
-
|
893
|
-
|
894
|
-
|
895
|
-
|
896
|
-
|
897
|
-
|
898
|
-
|
899
|
-
|
900
|
-
|
901
|
-
|
902
|
-
|
903
|
-
|
904
|
-
|
905
|
-
|
906
|
-
|
907
|
-
|
908
|
-
|
909
|
-
|
910
|
-
|
911
|
-
|
912
|
-
|
913
|
-
|
914
|
-
|
915
|
-
|
916
|
-
|
917
|
-
|
918
|
-
|
919
|
-
|
920
|
-
|
921
|
-
|
922
|
-
|
923
|
-
|
924
|
-
|
925
|
-
|
926
|
-
|
927
|
-
|
928
|
-
|
929
|
-
|
930
|
-
|
931
|
-
|
932
|
-
|
933
|
-
|
934
|
-
|
935
|
-
|
936
|
-
|
937
|
-
|
938
|
-
|
939
|
-
|
940
|
-
|
941
|
-
|
942
|
-
|
943
|
-
|
944
|
-
|
945
|
-
|
946
|
-
|
947
|
-
|
948
|
-
|
949
|
-
|
950
|
-
|
951
|
-
|
952
|
-
|
953
|
-
|
954
|
-
|
955
|
-
|
956
|
-
|
957
|
-
|
958
|
-
|
959
|
-
|
960
|
-
|
961
|
-
|
962
|
-
|
963
|
-
|
964
|
-
|
965
|
-
|
966
|
-
|
967
|
-
|
968
|
-
|
969
|
-
|
970
|
-
|
971
|
-
|
972
|
-
|
973
|
-
|
974
|
-
|
975
|
-
|
976
|
-
|
977
|
-
|
978
|
-
|
979
|
-
|
980
|
-
|
981
|
-
|
982
|
-
|
983
|
-
|
984
|
-
|
985
|
-
|
986
|
-
|
987
|
-
|
988
|
-
|
989
|
-
|
990
|
-
|
991
|
-
|
992
|
-
|
993
|
-
|
994
|
-
|
995
|
-
|
996
|
-
|
997
|
-
|
998
|
-
|
999
|
-
|
1000
|
-
|
1001
|
-
|
1002
|
-
|
1003
|
-
|
1004
|
-
|
1005
|
-
|
1006
|
-
|
1007
|
-
|
1008
|
-
|
1009
|
-
|
1010
|
-
|
1011
|
-
|
1012
|
-
|
1013
|
-
|
1014
|
-
|
1015
|
-
|
1016
|
-
|
1017
|
-
|
1018
|
-
|
1019
|
-
|
1020
|
-
|
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
|
]
|