octokit 0.6.4 → 0.6.5

Sign up to get free protection for your applications and to get access to all the features.
Files changed (58) hide show
  1. data/.travis.yml +2 -2
  2. data/CHANGELOG.md +1 -0
  3. data/README.md +46 -24
  4. data/Rakefile +0 -0
  5. data/lib/octokit/authentication.rb +1 -3
  6. data/lib/octokit/client.rb +3 -1
  7. data/lib/octokit/client/commits.rb +3 -2
  8. data/lib/octokit/client/issues.rb +11 -62
  9. data/lib/octokit/client/labels.rb +153 -0
  10. data/lib/octokit/client/milestones.rb +1 -1
  11. data/lib/octokit/client/pub_sub_hubbub/service_hooks.rb +2 -4
  12. data/lib/octokit/client/repositories.rb +41 -31
  13. data/lib/octokit/client/timelines.rb +1 -2
  14. data/lib/octokit/configuration.rb +5 -12
  15. data/lib/octokit/repository.rb +1 -1
  16. data/lib/octokit/version.rb +1 -1
  17. data/octokit.gemspec +16 -25
  18. data/spec/fixtures/v3/branches.json +16 -0
  19. data/spec/fixtures/v3/collaborators.json +62 -0
  20. data/spec/fixtures/v3/commit.json +1 -0
  21. data/spec/fixtures/v3/commits.json +1 -0
  22. data/spec/fixtures/v3/contributors.json +891 -0
  23. data/spec/fixtures/v3/forks.json +872 -0
  24. data/spec/fixtures/v3/labels.json +3 -3
  25. data/spec/fixtures/v3/languages.json +5 -0
  26. data/spec/fixtures/v3/public_key.json +5 -0
  27. data/spec/fixtures/v3/public_keys.json +7 -0
  28. data/spec/fixtures/v3/repositories.json +872 -0
  29. data/spec/fixtures/v3/repository.json +34 -0
  30. data/spec/fixtures/v3/tags.json +173 -0
  31. data/spec/fixtures/v3/teams.json +12 -0
  32. data/spec/fixtures/v3/watchers.json +182 -0
  33. data/spec/helper.rb +3 -3
  34. data/spec/octokit/client/commits_spec.rb +5 -5
  35. data/spec/octokit/client/issues_spec.rb +14 -61
  36. data/spec/octokit/client/labels_spec.rb +152 -0
  37. data/spec/octokit/client/milestones_spec.rb +6 -6
  38. data/spec/octokit/client/objects_spec.rb +6 -6
  39. data/spec/octokit/client/organizations_spec.rb +19 -19
  40. data/spec/octokit/client/pub_sub_hubbub/service_hooks_spec.rb +2 -2
  41. data/spec/octokit/client/pub_sub_hubbub_spec.rb +3 -3
  42. data/spec/octokit/client/pulls_spec.rb +4 -4
  43. data/spec/octokit/client/repositories_spec.rb +81 -80
  44. data/spec/octokit/client/timelines_spec.rb +3 -3
  45. data/spec/octokit/client/users_spec.rb +21 -21
  46. data/spec/octokit/client_spec.rb +1 -11
  47. data/spec/octokit_spec.rb +1 -1
  48. metadata +125 -215
  49. data/.autotest +0 -1
  50. data/spec/fixtures/v2/branches.json +0 -1
  51. data/spec/fixtures/v2/collaborators.json +0 -1
  52. data/spec/fixtures/v2/commit.json +0 -1
  53. data/spec/fixtures/v2/commits.json +0 -1
  54. data/spec/fixtures/v2/contributors.json +0 -1
  55. data/spec/fixtures/v2/languages.json +0 -1
  56. data/spec/fixtures/v2/network.json +0 -1
  57. data/spec/fixtures/v2/repository.json +0 -1
  58. data/spec/fixtures/v2/watchers.json +0 -1
@@ -0,0 +1,872 @@
1
+ [
2
+ {
3
+ "updated_at": "2011-07-23T17:04:45Z",
4
+ "watchers": 1,
5
+ "description": "RailsAdmin",
6
+ "master_branch": null,
7
+ "pushed_at": "2011-07-23T17:04:45Z",
8
+ "created_at": "2010-08-10T16:20:19Z",
9
+ "forks": 1,
10
+ "svn_url": "https://svn.github.com/digx/rails_admin",
11
+ "git_url": "git://github.com/digx/rails_admin.git",
12
+ "html_url": "https://github.com/digx/rails_admin",
13
+ "fork": true,
14
+ "homepage": "",
15
+ "language": "Ruby",
16
+ "open_issues": 0,
17
+ "private": false,
18
+ "size": 104,
19
+ "clone_url": "https://github.com/digx/rails_admin.git",
20
+ "owner": {
21
+ "avatar_url": "https://secure.gravatar.com/avatar/debde181b3a5925bb347193b7568de6d?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png",
22
+ "id": 1114,
23
+ "login": "digx",
24
+ "url": "https://api.github.com/users/digx"
25
+ },
26
+ "name": "rails_admin",
27
+ "id": 829065,
28
+ "ssh_url": "git@github.com:digx/rails_admin.git",
29
+ "url": "https://api.github.com/repos/digx/rails_admin"
30
+ },
31
+ {
32
+ "updated_at": "2010-09-02T23:33:57Z",
33
+ "watchers": 1,
34
+ "description": "RailsAdmin",
35
+ "master_branch": null,
36
+ "pushed_at": "2010-08-27T16:17:03Z",
37
+ "created_at": "2010-08-27T22:15:27Z",
38
+ "forks": 1,
39
+ "svn_url": "https://svn.github.com/galuto/rails_admin",
40
+ "git_url": "git://github.com/galuto/rails_admin.git",
41
+ "html_url": "https://github.com/galuto/rails_admin",
42
+ "fork": true,
43
+ "homepage": "",
44
+ "language": null,
45
+ "open_issues": 0,
46
+ "private": false,
47
+ "size": 4132,
48
+ "clone_url": "https://github.com/galuto/rails_admin.git",
49
+ "owner": {
50
+ "avatar_url": "https://secure.gravatar.com/avatar/e7a8287a95384365aebea228018e450b?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png",
51
+ "id": 105954,
52
+ "login": "galuto",
53
+ "url": "https://api.github.com/users/galuto"
54
+ },
55
+ "name": "rails_admin",
56
+ "id": 867349,
57
+ "ssh_url": "git@github.com:galuto/rails_admin.git",
58
+ "url": "https://api.github.com/repos/galuto/rails_admin"
59
+ },
60
+ {
61
+ "updated_at": "2011-03-10T20:45:32Z",
62
+ "watchers": 1,
63
+ "description": "RailsAdmin",
64
+ "master_branch": null,
65
+ "pushed_at": "2011-03-10T20:45:30Z",
66
+ "created_at": "2010-09-03T02:12:40Z",
67
+ "forks": 1,
68
+ "svn_url": "https://svn.github.com/lucasts/rails_admin",
69
+ "git_url": "git://github.com/lucasts/rails_admin.git",
70
+ "html_url": "https://github.com/lucasts/rails_admin",
71
+ "fork": true,
72
+ "homepage": "",
73
+ "language": "Ruby",
74
+ "open_issues": 0,
75
+ "private": false,
76
+ "size": 100,
77
+ "clone_url": "https://github.com/lucasts/rails_admin.git",
78
+ "owner": {
79
+ "avatar_url": "https://secure.gravatar.com/avatar/2a03308b3abcbb395a2825cfe3d5f710?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png",
80
+ "id": 6397,
81
+ "login": "lucasts",
82
+ "url": "https://api.github.com/users/lucasts"
83
+ },
84
+ "name": "rails_admin",
85
+ "id": 884820,
86
+ "ssh_url": "git@github.com:lucasts/rails_admin.git",
87
+ "url": "https://api.github.com/repos/lucasts/rails_admin"
88
+ },
89
+ {
90
+ "updated_at": "2010-09-21T20:33:31Z",
91
+ "watchers": 4,
92
+ "description": "RailsAdmin",
93
+ "master_branch": null,
94
+ "pushed_at": "2010-09-21T20:33:31Z",
95
+ "created_at": "2010-09-06T12:34:47Z",
96
+ "forks": 1,
97
+ "svn_url": "https://svn.github.com/drogus/rails_admin",
98
+ "git_url": "git://github.com/drogus/rails_admin.git",
99
+ "html_url": "https://github.com/drogus/rails_admin",
100
+ "fork": true,
101
+ "homepage": "",
102
+ "language": null,
103
+ "open_issues": 0,
104
+ "private": false,
105
+ "size": 2144,
106
+ "clone_url": "https://github.com/drogus/rails_admin.git",
107
+ "owner": {
108
+ "avatar_url": "https://secure.gravatar.com/avatar/582034b63279abeaa8e76acf12f5ee30?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png",
109
+ "id": 5004,
110
+ "login": "drogus",
111
+ "url": "https://api.github.com/users/drogus"
112
+ },
113
+ "name": "rails_admin",
114
+ "id": 891223,
115
+ "ssh_url": "git@github.com:drogus/rails_admin.git",
116
+ "url": "https://api.github.com/repos/drogus/rails_admin"
117
+ },
118
+ {
119
+ "updated_at": "2011-07-15T19:13:26Z",
120
+ "watchers": 2,
121
+ "description": "RailsAdmin",
122
+ "master_branch": null,
123
+ "pushed_at": "2011-07-15T19:13:25Z",
124
+ "created_at": "2010-09-08T21:45:43Z",
125
+ "forks": 1,
126
+ "svn_url": "https://svn.github.com/kaapa/rails_admin",
127
+ "git_url": "git://github.com/kaapa/rails_admin.git",
128
+ "html_url": "https://github.com/kaapa/rails_admin",
129
+ "fork": true,
130
+ "homepage": "",
131
+ "language": "Ruby",
132
+ "open_issues": 0,
133
+ "private": false,
134
+ "size": 148,
135
+ "clone_url": "https://github.com/kaapa/rails_admin.git",
136
+ "owner": {
137
+ "avatar_url": "https://secure.gravatar.com/avatar/40a0afa49eb7b12db4dcda70b2e1520d?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png",
138
+ "id": 215071,
139
+ "login": "kaapa",
140
+ "url": "https://api.github.com/users/kaapa"
141
+ },
142
+ "name": "rails_admin",
143
+ "id": 897274,
144
+ "ssh_url": "git@github.com:kaapa/rails_admin.git",
145
+ "url": "https://api.github.com/repos/kaapa/rails_admin"
146
+ },
147
+ {
148
+ "updated_at": "2010-09-10T11:34:57Z",
149
+ "watchers": 1,
150
+ "description": "RailsAdmin",
151
+ "master_branch": null,
152
+ "pushed_at": "2010-09-09T05:23:40Z",
153
+ "created_at": "2010-09-10T11:34:57Z",
154
+ "forks": 1,
155
+ "svn_url": "https://svn.github.com/myabc/rails_admin",
156
+ "git_url": "git://github.com/myabc/rails_admin.git",
157
+ "html_url": "https://github.com/myabc/rails_admin",
158
+ "fork": true,
159
+ "homepage": "",
160
+ "language": null,
161
+ "open_issues": 0,
162
+ "private": false,
163
+ "size": 6820,
164
+ "clone_url": "https://github.com/myabc/rails_admin.git",
165
+ "owner": {
166
+ "avatar_url": "https://secure.gravatar.com/avatar/f08aeb02079e7f486b270e4ed094f638?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png",
167
+ "id": 755,
168
+ "login": "myabc",
169
+ "url": "https://api.github.com/users/myabc"
170
+ },
171
+ "name": "rails_admin",
172
+ "id": 901133,
173
+ "ssh_url": "git@github.com:myabc/rails_admin.git",
174
+ "url": "https://api.github.com/repos/myabc/rails_admin"
175
+ },
176
+ {
177
+ "updated_at": "2011-01-19T15:50:22Z",
178
+ "watchers": 4,
179
+ "description": "RailsAdmin",
180
+ "master_branch": null,
181
+ "pushed_at": "2010-09-23T03:27:31Z",
182
+ "created_at": "2010-09-14T10:05:52Z",
183
+ "forks": 0,
184
+ "svn_url": "https://svn.github.com/hassox/rails_admin",
185
+ "git_url": "git://github.com/hassox/rails_admin.git",
186
+ "html_url": "https://github.com/hassox/rails_admin",
187
+ "fork": true,
188
+ "homepage": "",
189
+ "language": "Ruby",
190
+ "open_issues": 0,
191
+ "private": false,
192
+ "size": 3484,
193
+ "clone_url": "https://github.com/hassox/rails_admin.git",
194
+ "owner": {
195
+ "avatar_url": "https://secure.gravatar.com/avatar/9d1f5d2d9de70bd9a934f557dc95a406?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png",
196
+ "id": 104,
197
+ "login": "hassox",
198
+ "url": "https://api.github.com/users/hassox"
199
+ },
200
+ "name": "rails_admin",
201
+ "id": 909547,
202
+ "ssh_url": "git@github.com:hassox/rails_admin.git",
203
+ "url": "https://api.github.com/repos/hassox/rails_admin"
204
+ },
205
+ {
206
+ "updated_at": "2010-12-14T02:56:28Z",
207
+ "watchers": 1,
208
+ "description": "RailsAdmin",
209
+ "master_branch": null,
210
+ "pushed_at": "2010-12-14T02:56:27Z",
211
+ "created_at": "2010-09-17T22:53:26Z",
212
+ "forks": 0,
213
+ "svn_url": "https://svn.github.com/jackdempsey/rails_admin",
214
+ "git_url": "git://github.com/jackdempsey/rails_admin.git",
215
+ "html_url": "https://github.com/jackdempsey/rails_admin",
216
+ "fork": true,
217
+ "homepage": "",
218
+ "language": null,
219
+ "open_issues": 0,
220
+ "private": false,
221
+ "size": 112,
222
+ "clone_url": "https://github.com/jackdempsey/rails_admin.git",
223
+ "owner": {
224
+ "avatar_url": "https://secure.gravatar.com/avatar/1ccb5123d1af92e24b32cec62abcf9a8?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png",
225
+ "id": 479,
226
+ "login": "jackdempsey",
227
+ "url": "https://api.github.com/users/jackdempsey"
228
+ },
229
+ "name": "rails_admin",
230
+ "id": 919631,
231
+ "ssh_url": "git@github.com:jackdempsey/rails_admin.git",
232
+ "url": "https://api.github.com/repos/jackdempsey/rails_admin"
233
+ },
234
+ {
235
+ "updated_at": "2010-09-28T15:40:42Z",
236
+ "watchers": 1,
237
+ "description": "RailsAdmin",
238
+ "master_branch": null,
239
+ "pushed_at": "2010-09-27T17:59:30Z",
240
+ "created_at": "2010-09-28T15:40:42Z",
241
+ "forks": 0,
242
+ "svn_url": "https://svn.github.com/rafaalves/rails_admin",
243
+ "git_url": "git://github.com/rafaalves/rails_admin.git",
244
+ "html_url": "https://github.com/rafaalves/rails_admin",
245
+ "fork": true,
246
+ "homepage": "",
247
+ "language": null,
248
+ "open_issues": 0,
249
+ "private": false,
250
+ "size": 1528,
251
+ "clone_url": "https://github.com/rafaalves/rails_admin.git",
252
+ "owner": {
253
+ "avatar_url": "https://secure.gravatar.com/avatar/4b4896a5854c33c9941ca032bca9b306?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png",
254
+ "id": 414399,
255
+ "login": "rafaalves",
256
+ "url": "https://api.github.com/users/rafaalves"
257
+ },
258
+ "name": "rails_admin",
259
+ "id": 945875,
260
+ "ssh_url": "git@github.com:rafaalves/rails_admin.git",
261
+ "url": "https://api.github.com/repos/rafaalves/rails_admin"
262
+ },
263
+ {
264
+ "updated_at": "2010-09-29T19:02:34Z",
265
+ "watchers": 1,
266
+ "description": "RailsAdmin is a Rails 3 engine that provides an easy-to-use interface for managing your data",
267
+ "master_branch": null,
268
+ "pushed_at": "2010-09-27T17:59:30Z",
269
+ "created_at": "2010-09-29T19:02:34Z",
270
+ "forks": 0,
271
+ "svn_url": "https://svn.github.com/alanmeira/rails_admin",
272
+ "git_url": "git://github.com/alanmeira/rails_admin.git",
273
+ "html_url": "https://github.com/alanmeira/rails_admin",
274
+ "fork": true,
275
+ "homepage": "",
276
+ "language": null,
277
+ "open_issues": 0,
278
+ "private": false,
279
+ "size": 1528,
280
+ "clone_url": "https://github.com/alanmeira/rails_admin.git",
281
+ "owner": {
282
+ "avatar_url": "https://secure.gravatar.com/avatar/fb071530998c76e29c7c9b5de7fbe030?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png",
283
+ "id": 33952,
284
+ "login": "alanmeira",
285
+ "url": "https://api.github.com/users/alanmeira"
286
+ },
287
+ "name": "rails_admin",
288
+ "id": 949190,
289
+ "ssh_url": "git@github.com:alanmeira/rails_admin.git",
290
+ "url": "https://api.github.com/repos/alanmeira/rails_admin"
291
+ },
292
+ {
293
+ "updated_at": "2010-09-29T21:52:46Z",
294
+ "watchers": 1,
295
+ "description": "RailsAdmin is a Rails 3 engine that provides an easy-to-use interface for managing your data",
296
+ "master_branch": null,
297
+ "pushed_at": "2010-09-27T17:59:30Z",
298
+ "created_at": "2010-09-29T21:52:46Z",
299
+ "forks": 0,
300
+ "svn_url": "https://svn.github.com/mks0101/rails_admin",
301
+ "git_url": "git://github.com/mks0101/rails_admin.git",
302
+ "html_url": "https://github.com/mks0101/rails_admin",
303
+ "fork": true,
304
+ "homepage": "",
305
+ "language": null,
306
+ "open_issues": 0,
307
+ "private": false,
308
+ "size": 1528,
309
+ "clone_url": "https://github.com/mks0101/rails_admin.git",
310
+ "owner": {
311
+ "avatar_url": "https://secure.gravatar.com/avatar/adb70006daebcd154f35c72b9a17b342?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png",
312
+ "id": 148364,
313
+ "login": "mks0101",
314
+ "url": "https://api.github.com/users/mks0101"
315
+ },
316
+ "name": "rails_admin",
317
+ "id": 949625,
318
+ "ssh_url": "git@github.com:mks0101/rails_admin.git",
319
+ "url": "https://api.github.com/repos/mks0101/rails_admin"
320
+ },
321
+ {
322
+ "updated_at": "2010-10-01T16:17:43Z",
323
+ "watchers": 1,
324
+ "description": "RailsAdmin is a Rails 3 engine that provides an easy-to-use interface for managing your data",
325
+ "master_branch": null,
326
+ "pushed_at": "2010-10-01T16:17:37Z",
327
+ "created_at": "2010-10-01T13:56:36Z",
328
+ "forks": 0,
329
+ "svn_url": "https://svn.github.com/hoelmer/rails_admin",
330
+ "git_url": "git://github.com/hoelmer/rails_admin.git",
331
+ "html_url": "https://github.com/hoelmer/rails_admin",
332
+ "fork": true,
333
+ "homepage": "",
334
+ "language": null,
335
+ "open_issues": 0,
336
+ "private": false,
337
+ "size": 1440,
338
+ "clone_url": "https://github.com/hoelmer/rails_admin.git",
339
+ "owner": {
340
+ "avatar_url": "https://secure.gravatar.com/avatar/62730e5a855160928795d718864d9512?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png",
341
+ "id": 14165,
342
+ "login": "hoelmer",
343
+ "url": "https://api.github.com/users/hoelmer"
344
+ },
345
+ "name": "rails_admin",
346
+ "id": 954291,
347
+ "ssh_url": "git@github.com:hoelmer/rails_admin.git",
348
+ "url": "https://api.github.com/repos/hoelmer/rails_admin"
349
+ },
350
+ {
351
+ "updated_at": "2010-10-05T00:43:04Z",
352
+ "watchers": 1,
353
+ "description": "RailsAdmin is a Rails 3 engine that provides an easy-to-use interface for managing your data",
354
+ "master_branch": null,
355
+ "pushed_at": "2010-10-05T00:43:02Z",
356
+ "created_at": "2010-10-05T00:41:04Z",
357
+ "forks": 0,
358
+ "svn_url": "https://svn.github.com/matheusca/rails_admin",
359
+ "git_url": "git://github.com/matheusca/rails_admin.git",
360
+ "html_url": "https://github.com/matheusca/rails_admin",
361
+ "fork": true,
362
+ "homepage": "",
363
+ "language": null,
364
+ "open_issues": 0,
365
+ "private": false,
366
+ "size": 1320,
367
+ "clone_url": "https://github.com/matheusca/rails_admin.git",
368
+ "owner": {
369
+ "avatar_url": "https://secure.gravatar.com/avatar/43a468d6010a4e07c1ba0d2f0ffb3fc4?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png",
370
+ "id": 34628,
371
+ "login": "matheusca",
372
+ "url": "https://api.github.com/users/matheusca"
373
+ },
374
+ "name": "rails_admin",
375
+ "id": 962253,
376
+ "ssh_url": "git@github.com:matheusca/rails_admin.git",
377
+ "url": "https://api.github.com/repos/matheusca/rails_admin"
378
+ },
379
+ {
380
+ "updated_at": "2010-10-07T15:14:16Z",
381
+ "watchers": 1,
382
+ "description": "RailsAdmin is a Rails 3 engine that provides an easy-to-use interface for managing your data",
383
+ "master_branch": null,
384
+ "pushed_at": "2010-10-07T03:07:01Z",
385
+ "created_at": "2010-10-07T15:14:16Z",
386
+ "forks": 0,
387
+ "svn_url": "https://svn.github.com/robertd/rails_admin",
388
+ "git_url": "git://github.com/robertd/rails_admin.git",
389
+ "html_url": "https://github.com/robertd/rails_admin",
390
+ "fork": true,
391
+ "homepage": "",
392
+ "language": null,
393
+ "open_issues": 0,
394
+ "private": false,
395
+ "size": 2736,
396
+ "clone_url": "https://github.com/robertd/rails_admin.git",
397
+ "owner": {
398
+ "avatar_url": "https://secure.gravatar.com/avatar/62163a6feec1e8798bbd778cca690e50?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png",
399
+ "id": 31543,
400
+ "login": "robertd",
401
+ "url": "https://api.github.com/users/robertd"
402
+ },
403
+ "name": "rails_admin",
404
+ "id": 969564,
405
+ "ssh_url": "git@github.com:robertd/rails_admin.git",
406
+ "url": "https://api.github.com/repos/robertd/rails_admin"
407
+ },
408
+ {
409
+ "updated_at": "2010-10-14T20:01:18Z",
410
+ "watchers": 1,
411
+ "description": "RailsAdmin is a Rails 3 engine that provides an easy-to-use interface for managing your data",
412
+ "master_branch": null,
413
+ "pushed_at": "2010-10-12T01:10:31Z",
414
+ "created_at": "2010-10-14T20:01:18Z",
415
+ "forks": 0,
416
+ "svn_url": "https://svn.github.com/pilhofer/rails_admin",
417
+ "git_url": "git://github.com/pilhofer/rails_admin.git",
418
+ "html_url": "https://github.com/pilhofer/rails_admin",
419
+ "fork": true,
420
+ "homepage": "",
421
+ "language": null,
422
+ "open_issues": 0,
423
+ "private": false,
424
+ "size": 3192,
425
+ "clone_url": "https://github.com/pilhofer/rails_admin.git",
426
+ "owner": {
427
+ "avatar_url": "https://secure.gravatar.com/avatar/43598e6db581b539afb14f5aa5f4d13a?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png",
428
+ "id": 2039,
429
+ "login": "pilhofer",
430
+ "url": "https://api.github.com/users/pilhofer"
431
+ },
432
+ "name": "rails_admin",
433
+ "id": 988021,
434
+ "ssh_url": "git@github.com:pilhofer/rails_admin.git",
435
+ "url": "https://api.github.com/repos/pilhofer/rails_admin"
436
+ },
437
+ {
438
+ "updated_at": "2011-05-20T12:28:16Z",
439
+ "watchers": 1,
440
+ "description": "RailsAdmin is a Rails 3 engine that provides an easy-to-use interface for managing your data",
441
+ "master_branch": null,
442
+ "pushed_at": "2011-05-20T12:28:16Z",
443
+ "created_at": "2010-11-03T21:58:44Z",
444
+ "forks": 0,
445
+ "svn_url": "https://svn.github.com/ccabot/rails_admin",
446
+ "git_url": "git://github.com/ccabot/rails_admin.git",
447
+ "html_url": "https://github.com/ccabot/rails_admin",
448
+ "fork": true,
449
+ "homepage": "",
450
+ "language": "Ruby",
451
+ "open_issues": 0,
452
+ "private": false,
453
+ "size": 2652,
454
+ "clone_url": "https://github.com/ccabot/rails_admin.git",
455
+ "owner": {
456
+ "avatar_url": "https://secure.gravatar.com/avatar/6d246f2dde05095bebd3ba3cb54c676a?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png",
457
+ "id": 331883,
458
+ "login": "ccabot",
459
+ "url": "https://api.github.com/users/ccabot"
460
+ },
461
+ "name": "rails_admin",
462
+ "id": 1049357,
463
+ "ssh_url": "git@github.com:ccabot/rails_admin.git",
464
+ "url": "https://api.github.com/repos/ccabot/rails_admin"
465
+ },
466
+ {
467
+ "updated_at": "2010-11-08T02:18:55Z",
468
+ "watchers": 1,
469
+ "description": "RailsAdmin is a Rails 3 engine that provides an easy-to-use interface for managing your data",
470
+ "master_branch": null,
471
+ "pushed_at": "2010-11-08T02:18:55Z",
472
+ "created_at": "2010-11-08T01:29:34Z",
473
+ "forks": 0,
474
+ "svn_url": "https://svn.github.com/dianakimball/rails_admin",
475
+ "git_url": "git://github.com/dianakimball/rails_admin.git",
476
+ "html_url": "https://github.com/dianakimball/rails_admin",
477
+ "fork": true,
478
+ "homepage": "",
479
+ "language": null,
480
+ "open_issues": 0,
481
+ "private": false,
482
+ "size": 1576,
483
+ "clone_url": "https://github.com/dianakimball/rails_admin.git",
484
+ "owner": {
485
+ "avatar_url": "https://secure.gravatar.com/avatar/974dfefd383e9a95d65da3400df373e6?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png",
486
+ "id": 153317,
487
+ "login": "dianakimball",
488
+ "url": "https://api.github.com/users/dianakimball"
489
+ },
490
+ "name": "rails_admin",
491
+ "id": 1060593,
492
+ "ssh_url": "git@github.com:dianakimball/rails_admin.git",
493
+ "url": "https://api.github.com/repos/dianakimball/rails_admin"
494
+ },
495
+ {
496
+ "updated_at": "2011-04-21T11:51:54Z",
497
+ "watchers": 2,
498
+ "description": "RailsAdmin is a Rails 3 engine that provides an easy-to-use interface for managing your data",
499
+ "master_branch": null,
500
+ "pushed_at": "2010-11-11T18:48:49Z",
501
+ "created_at": "2010-11-10T19:09:10Z",
502
+ "forks": 0,
503
+ "svn_url": "https://svn.github.com/foca/rails_admin",
504
+ "git_url": "git://github.com/foca/rails_admin.git",
505
+ "html_url": "https://github.com/foca/rails_admin",
506
+ "fork": true,
507
+ "homepage": "",
508
+ "language": "Ruby",
509
+ "open_issues": 0,
510
+ "private": false,
511
+ "size": 1648,
512
+ "clone_url": "https://github.com/foca/rails_admin.git",
513
+ "owner": {
514
+ "avatar_url": "https://secure.gravatar.com/avatar/e2eac01661fd490189a527b41c81a91c?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png",
515
+ "id": 437,
516
+ "login": "foca",
517
+ "url": "https://api.github.com/users/foca"
518
+ },
519
+ "name": "rails_admin",
520
+ "id": 1069217,
521
+ "ssh_url": "git@github.com:foca/rails_admin.git",
522
+ "url": "https://api.github.com/repos/foca/rails_admin"
523
+ },
524
+ {
525
+ "updated_at": "2010-11-15T05:42:43Z",
526
+ "watchers": 1,
527
+ "description": "RailsAdmin is a Rails 3 engine that provides an easy-to-use interface for managing your data",
528
+ "master_branch": null,
529
+ "pushed_at": "2010-11-13T13:24:25Z",
530
+ "created_at": "2010-11-15T05:42:43Z",
531
+ "forks": 0,
532
+ "svn_url": "https://svn.github.com/shaug/rails_admin",
533
+ "git_url": "git://github.com/shaug/rails_admin.git",
534
+ "html_url": "https://github.com/shaug/rails_admin",
535
+ "fork": true,
536
+ "homepage": "",
537
+ "language": null,
538
+ "open_issues": 0,
539
+ "private": false,
540
+ "size": 6792,
541
+ "clone_url": "https://github.com/shaug/rails_admin.git",
542
+ "owner": {
543
+ "avatar_url": "https://secure.gravatar.com/avatar/9734b53e526b163b8e8ee61208bdd55d?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png",
544
+ "id": 52272,
545
+ "login": "shaug",
546
+ "url": "https://api.github.com/users/shaug"
547
+ },
548
+ "name": "rails_admin",
549
+ "id": 1081073,
550
+ "ssh_url": "git@github.com:shaug/rails_admin.git",
551
+ "url": "https://api.github.com/repos/shaug/rails_admin"
552
+ },
553
+ {
554
+ "updated_at": "2010-11-22T09:22:27Z",
555
+ "watchers": 1,
556
+ "description": "RailsAdmin is a Rails 3 engine that provides an easy-to-use interface for managing your data",
557
+ "master_branch": null,
558
+ "pushed_at": "2010-11-21T16:43:40Z",
559
+ "created_at": "2010-11-22T09:22:27Z",
560
+ "forks": 0,
561
+ "svn_url": "https://svn.github.com/rainly/rails_admin",
562
+ "git_url": "git://github.com/rainly/rails_admin.git",
563
+ "html_url": "https://github.com/rainly/rails_admin",
564
+ "fork": true,
565
+ "homepage": "",
566
+ "language": null,
567
+ "open_issues": 0,
568
+ "private": false,
569
+ "size": 8212,
570
+ "clone_url": "https://github.com/rainly/rails_admin.git",
571
+ "owner": {
572
+ "avatar_url": "https://secure.gravatar.com/avatar/f478ac115b3cce89edf6c95502b99373?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png",
573
+ "id": 251791,
574
+ "login": "rainly",
575
+ "url": "https://api.github.com/users/rainly"
576
+ },
577
+ "name": "rails_admin",
578
+ "id": 1101860,
579
+ "ssh_url": "git@github.com:rainly/rails_admin.git",
580
+ "url": "https://api.github.com/repos/rainly/rails_admin"
581
+ },
582
+ {
583
+ "updated_at": "2011-04-06T06:22:10Z",
584
+ "watchers": 1,
585
+ "description": "RailsAdmin is a Rails 3 engine that provides an easy-to-use interface for managing your data",
586
+ "master_branch": null,
587
+ "pushed_at": "2011-04-06T06:22:10Z",
588
+ "created_at": "2010-11-25T09:35:09Z",
589
+ "forks": 0,
590
+ "svn_url": "https://svn.github.com/baldowl/rails_admin",
591
+ "git_url": "git://github.com/baldowl/rails_admin.git",
592
+ "html_url": "https://github.com/baldowl/rails_admin",
593
+ "fork": true,
594
+ "homepage": "",
595
+ "language": "JavaScript",
596
+ "open_issues": 0,
597
+ "private": false,
598
+ "size": 208,
599
+ "clone_url": "https://github.com/baldowl/rails_admin.git",
600
+ "owner": {
601
+ "avatar_url": "https://secure.gravatar.com/avatar/4a7070e4dc250fc62726d0de31cc33cb?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png",
602
+ "id": 16362,
603
+ "login": "baldowl",
604
+ "url": "https://api.github.com/users/baldowl"
605
+ },
606
+ "name": "rails_admin",
607
+ "id": 1111623,
608
+ "ssh_url": "git@github.com:baldowl/rails_admin.git",
609
+ "url": "https://api.github.com/repos/baldowl/rails_admin"
610
+ },
611
+ {
612
+ "updated_at": "2010-12-08T11:46:18Z",
613
+ "watchers": 1,
614
+ "description": "RailsAdmin is a Rails 3 engine that provides an easy-to-use interface for managing your data",
615
+ "master_branch": null,
616
+ "pushed_at": "2010-12-08T11:46:18Z",
617
+ "created_at": "2010-11-29T10:53:45Z",
618
+ "forks": 0,
619
+ "svn_url": "https://svn.github.com/kavu/rails_admin",
620
+ "git_url": "git://github.com/kavu/rails_admin.git",
621
+ "html_url": "https://github.com/kavu/rails_admin",
622
+ "fork": true,
623
+ "homepage": "",
624
+ "language": null,
625
+ "open_issues": 0,
626
+ "private": false,
627
+ "size": 1724,
628
+ "clone_url": "https://github.com/kavu/rails_admin.git",
629
+ "owner": {
630
+ "avatar_url": "https://secure.gravatar.com/avatar/aafc4ed0d6bdebb23074438a1c2717f1?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png",
631
+ "id": 1994,
632
+ "login": "kavu",
633
+ "url": "https://api.github.com/users/kavu"
634
+ },
635
+ "name": "rails_admin",
636
+ "id": 1121848,
637
+ "ssh_url": "git@github.com:kavu/rails_admin.git",
638
+ "url": "https://api.github.com/repos/kavu/rails_admin"
639
+ },
640
+ {
641
+ "updated_at": "2011-04-13T16:44:35Z",
642
+ "watchers": 2,
643
+ "description": "my fork, original description: RailsAdmin is a Rails 3 engine that provides an easy-to-use interface for managing your data",
644
+ "master_branch": null,
645
+ "pushed_at": "2011-04-13T16:43:01Z",
646
+ "created_at": "2010-11-29T14:58:20Z",
647
+ "forks": 0,
648
+ "svn_url": "https://svn.github.com/slawosz/rails_admin",
649
+ "git_url": "git://github.com/slawosz/rails_admin.git",
650
+ "html_url": "https://github.com/slawosz/rails_admin",
651
+ "fork": true,
652
+ "homepage": "",
653
+ "language": "Ruby",
654
+ "open_issues": 0,
655
+ "private": false,
656
+ "size": 2548,
657
+ "clone_url": "https://github.com/slawosz/rails_admin.git",
658
+ "owner": {
659
+ "avatar_url": "https://secure.gravatar.com/avatar/c544188078900e5d5976689949177f11?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png",
660
+ "id": 11747,
661
+ "login": "slawosz",
662
+ "url": "https://api.github.com/users/slawosz"
663
+ },
664
+ "name": "rails_admin",
665
+ "id": 1122374,
666
+ "ssh_url": "git@github.com:slawosz/rails_admin.git",
667
+ "url": "https://api.github.com/repos/slawosz/rails_admin"
668
+ },
669
+ {
670
+ "updated_at": "2011-08-16T07:58:42Z",
671
+ "watchers": 1,
672
+ "description": "RailsAdmin is a Rails 3 engine that provides an easy-to-use interface for managing your data",
673
+ "master_branch": null,
674
+ "pushed_at": "2010-11-29T23:36:22Z",
675
+ "created_at": "2010-11-30T04:17:25Z",
676
+ "forks": 0,
677
+ "svn_url": "https://svn.github.com/dinhhai/rails_admin",
678
+ "git_url": "git://github.com/dinhhai/rails_admin.git",
679
+ "html_url": "https://github.com/dinhhai/rails_admin",
680
+ "fork": true,
681
+ "homepage": "",
682
+ "language": "Ruby",
683
+ "open_issues": 0,
684
+ "private": false,
685
+ "size": 8788,
686
+ "clone_url": "https://github.com/dinhhai/rails_admin.git",
687
+ "owner": {
688
+ "avatar_url": "https://secure.gravatar.com/avatar/f26f523b2a1f73c94f329fa2ec9790e5?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png",
689
+ "id": 35376,
690
+ "login": "dinhhai",
691
+ "url": "https://api.github.com/users/dinhhai"
692
+ },
693
+ "name": "rails_admin",
694
+ "id": 1124474,
695
+ "ssh_url": "git@github.com:dinhhai/rails_admin.git",
696
+ "url": "https://api.github.com/repos/dinhhai/rails_admin"
697
+ },
698
+ {
699
+ "updated_at": "2010-12-13T22:40:41Z",
700
+ "watchers": 1,
701
+ "description": "RailsAdmin is a Rails 3 engine that provides an easy-to-use interface for managing your data",
702
+ "master_branch": null,
703
+ "pushed_at": "2010-12-13T22:40:38Z",
704
+ "created_at": "2010-12-08T04:09:09Z",
705
+ "forks": 0,
706
+ "svn_url": "https://svn.github.com/federomero/rails_admin",
707
+ "git_url": "git://github.com/federomero/rails_admin.git",
708
+ "html_url": "https://github.com/federomero/rails_admin",
709
+ "fork": true,
710
+ "homepage": "",
711
+ "language": null,
712
+ "open_issues": 0,
713
+ "private": false,
714
+ "size": 156,
715
+ "clone_url": "https://github.com/federomero/rails_admin.git",
716
+ "owner": {
717
+ "avatar_url": "https://secure.gravatar.com/avatar/0394b2629cfc78b22094268973c57bf4?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png",
718
+ "id": 104881,
719
+ "login": "federomero",
720
+ "url": "https://api.github.com/users/federomero"
721
+ },
722
+ "name": "rails_admin",
723
+ "id": 1148760,
724
+ "ssh_url": "git@github.com:federomero/rails_admin.git",
725
+ "url": "https://api.github.com/repos/federomero/rails_admin"
726
+ },
727
+ {
728
+ "updated_at": "2010-12-08T21:21:14Z",
729
+ "watchers": 1,
730
+ "description": "RailsAdmin is a Rails 3 engine that provides an easy-to-use interface for managing your data",
731
+ "master_branch": null,
732
+ "pushed_at": "2010-12-05T18:09:29Z",
733
+ "created_at": "2010-12-08T21:21:14Z",
734
+ "forks": 0,
735
+ "svn_url": "https://svn.github.com/grigio/rails_admin",
736
+ "git_url": "git://github.com/grigio/rails_admin.git",
737
+ "html_url": "https://github.com/grigio/rails_admin",
738
+ "fork": true,
739
+ "homepage": "",
740
+ "language": null,
741
+ "open_issues": 0,
742
+ "private": false,
743
+ "size": 212,
744
+ "clone_url": "https://github.com/grigio/rails_admin.git",
745
+ "owner": {
746
+ "avatar_url": "https://secure.gravatar.com/avatar/a1bc8563b294df7078d1ce3d634f5d17?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png",
747
+ "id": 8074,
748
+ "login": "grigio",
749
+ "url": "https://api.github.com/users/grigio"
750
+ },
751
+ "name": "rails_admin",
752
+ "id": 1151022,
753
+ "ssh_url": "git@github.com:grigio/rails_admin.git",
754
+ "url": "https://api.github.com/repos/grigio/rails_admin"
755
+ },
756
+ {
757
+ "updated_at": "2010-12-09T13:53:01Z",
758
+ "watchers": 1,
759
+ "description": "RailsAdmin is a Rails 3 engine that provides an easy-to-use interface for managing your data",
760
+ "master_branch": null,
761
+ "pushed_at": "2010-12-09T02:58:56Z",
762
+ "created_at": "2010-12-09T13:53:01Z",
763
+ "forks": 0,
764
+ "svn_url": "https://svn.github.com/sbusso/rails_admin",
765
+ "git_url": "git://github.com/sbusso/rails_admin.git",
766
+ "html_url": "https://github.com/sbusso/rails_admin",
767
+ "fork": true,
768
+ "homepage": "",
769
+ "language": null,
770
+ "open_issues": 0,
771
+ "private": false,
772
+ "size": 760,
773
+ "clone_url": "https://github.com/sbusso/rails_admin.git",
774
+ "owner": {
775
+ "avatar_url": "https://secure.gravatar.com/avatar/4db25e36d95dc0d07830cdc91bbb87e3?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png",
776
+ "id": 346,
777
+ "login": "sbusso",
778
+ "url": "https://api.github.com/users/sbusso"
779
+ },
780
+ "name": "rails_admin",
781
+ "id": 1153224,
782
+ "ssh_url": "git@github.com:sbusso/rails_admin.git",
783
+ "url": "https://api.github.com/repos/sbusso/rails_admin"
784
+ },
785
+ {
786
+ "updated_at": "2010-12-13T18:02:59Z",
787
+ "watchers": 1,
788
+ "description": "RailsAdmin is a Rails 3 engine that provides an easy-to-use interface for managing your data",
789
+ "master_branch": null,
790
+ "pushed_at": "2010-12-13T07:11:30Z",
791
+ "created_at": "2010-12-13T18:02:58Z",
792
+ "forks": 0,
793
+ "svn_url": "https://svn.github.com/base16soft/rails_admin",
794
+ "git_url": "git://github.com/base16soft/rails_admin.git",
795
+ "html_url": "https://github.com/base16soft/rails_admin",
796
+ "fork": true,
797
+ "homepage": "",
798
+ "language": null,
799
+ "open_issues": 0,
800
+ "private": false,
801
+ "size": 916,
802
+ "clone_url": "https://github.com/base16soft/rails_admin.git",
803
+ "owner": {
804
+ "avatar_url": "https://secure.gravatar.com/avatar/5a2b66f7af60686094907ef06eab866e?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png",
805
+ "id": 113600,
806
+ "login": "base16soft",
807
+ "url": "https://api.github.com/users/base16soft"
808
+ },
809
+ "name": "rails_admin",
810
+ "id": 1165407,
811
+ "ssh_url": "git@github.com:base16soft/rails_admin.git",
812
+ "url": "https://api.github.com/repos/base16soft/rails_admin"
813
+ },
814
+ {
815
+ "updated_at": "2010-12-16T11:31:40Z",
816
+ "watchers": 1,
817
+ "description": "RailsAdmin is a Rails 3 engine that provides an easy-to-use interface for managing your data",
818
+ "master_branch": null,
819
+ "pushed_at": "2010-12-16T11:31:39Z",
820
+ "created_at": "2010-12-15T16:40:59Z",
821
+ "forks": 0,
822
+ "svn_url": "https://svn.github.com/jeroenvandijk/rails_admin",
823
+ "git_url": "git://github.com/jeroenvandijk/rails_admin.git",
824
+ "html_url": "https://github.com/jeroenvandijk/rails_admin",
825
+ "fork": true,
826
+ "homepage": "",
827
+ "language": null,
828
+ "open_issues": 0,
829
+ "private": false,
830
+ "size": 1148,
831
+ "clone_url": "https://github.com/jeroenvandijk/rails_admin.git",
832
+ "owner": {
833
+ "avatar_url": "https://secure.gravatar.com/avatar/3e626f6013805e96a95e999fc691b21f?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png",
834
+ "id": 27645,
835
+ "login": "jeroenvandijk",
836
+ "url": "https://api.github.com/users/jeroenvandijk"
837
+ },
838
+ "name": "rails_admin",
839
+ "id": 1171636,
840
+ "ssh_url": "git@github.com:jeroenvandijk/rails_admin.git",
841
+ "url": "https://api.github.com/repos/jeroenvandijk/rails_admin"
842
+ },
843
+ {
844
+ "updated_at": "2010-12-16T10:27:24Z",
845
+ "watchers": 1,
846
+ "description": "RailsAdmin is a Rails 3 engine that provides an easy-to-use interface for managing your data",
847
+ "master_branch": null,
848
+ "pushed_at": "2010-12-16T02:31:58Z",
849
+ "created_at": "2010-12-16T10:27:24Z",
850
+ "forks": 0,
851
+ "svn_url": "https://svn.github.com/josal/rails_admin",
852
+ "git_url": "git://github.com/josal/rails_admin.git",
853
+ "html_url": "https://github.com/josal/rails_admin",
854
+ "fork": true,
855
+ "homepage": "",
856
+ "language": null,
857
+ "open_issues": 0,
858
+ "private": false,
859
+ "size": 1264,
860
+ "clone_url": "https://github.com/josal/rails_admin.git",
861
+ "owner": {
862
+ "avatar_url": "https://secure.gravatar.com/avatar/76e9e1970df2a928a1c8ba19d748d5ff?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png",
863
+ "id": 88265,
864
+ "login": "josal",
865
+ "url": "https://api.github.com/users/josal"
866
+ },
867
+ "name": "rails_admin",
868
+ "id": 1173767,
869
+ "ssh_url": "git@github.com:josal/rails_admin.git",
870
+ "url": "https://api.github.com/repos/josal/rails_admin"
871
+ }
872
+ ]