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,134 +1,128 @@
|
|
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
|
-
"id": 2098069,
|
130
|
-
"milestone": null
|
131
|
-
},
|
132
|
-
"id": 4942561
|
133
|
-
}
|
134
|
-
]
|
2
|
+
{
|
3
|
+
"actor": {
|
4
|
+
"avatar_url": "https://secure.gravatar.com/avatar/dfb3948650131e4f0385c3328187cfca?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png",
|
5
|
+
"gravatar_id": "dfb3948650131e4f0385c3328187cfca",
|
6
|
+
"id": 61721,
|
7
|
+
"login": "ctshryock",
|
8
|
+
"url": "https://api.github.com/users/ctshryock"
|
9
|
+
},
|
10
|
+
"commit_id": null,
|
11
|
+
"created_at": "2011-11-02T13:16:03Z",
|
12
|
+
"event": "subscribed",
|
13
|
+
"id": 4942622,
|
14
|
+
"issue": {
|
15
|
+
"assignee": null,
|
16
|
+
"body": "The brief description at the top has a link to http://wynnnetherland.com/projects/octokit , which now redirects back to github.com/pengwynn/octokit",
|
17
|
+
"closed_at": null,
|
18
|
+
"comments": 0,
|
19
|
+
"created_at": "2011-11-02T13:16:03Z",
|
20
|
+
"html_url": "https://github.com/pengwynn/octokit/issues/57",
|
21
|
+
"id": 2121224,
|
22
|
+
"labels": [],
|
23
|
+
"milestone": null,
|
24
|
+
"number": 57,
|
25
|
+
"pull_request": {
|
26
|
+
"diff_url": null,
|
27
|
+
"html_url": null,
|
28
|
+
"patch_url": null
|
29
|
+
},
|
30
|
+
"state": "open",
|
31
|
+
"title": "Remove link in description",
|
32
|
+
"updated_at": "2011-11-02T13:16:03Z",
|
33
|
+
"url": "https://api.github.com/repos/pengwynn/octokit/issues/57",
|
34
|
+
"user": {
|
35
|
+
"avatar_url": "https://secure.gravatar.com/avatar/dfb3948650131e4f0385c3328187cfca?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png",
|
36
|
+
"gravatar_id": "dfb3948650131e4f0385c3328187cfca",
|
37
|
+
"id": 61721,
|
38
|
+
"login": "ctshryock",
|
39
|
+
"url": "https://api.github.com/users/ctshryock"
|
40
|
+
}
|
41
|
+
},
|
42
|
+
"url": "https://api.github.com/repos/pengwynn/octokit/issues/events/4942622"
|
43
|
+
},
|
44
|
+
{
|
45
|
+
"actor": {
|
46
|
+
"avatar_url": "https://secure.gravatar.com/avatar/dfb3948650131e4f0385c3328187cfca?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png",
|
47
|
+
"gravatar_id": "dfb3948650131e4f0385c3328187cfca",
|
48
|
+
"id": 61721,
|
49
|
+
"login": "ctshryock",
|
50
|
+
"url": "https://api.github.com/users/ctshryock"
|
51
|
+
},
|
52
|
+
"commit_id": null,
|
53
|
+
"created_at": "2011-11-02T13:13:26Z",
|
54
|
+
"event": "closed",
|
55
|
+
"id": 4942562,
|
56
|
+
"issue": {
|
57
|
+
"assignee": null,
|
58
|
+
"body": "Adding a test to cover the case where creating a repo for an organization, instead of a normal user. Added a new fixture, which has the `organization` section you get in return.\r\n\r\nTest coverage from 99.76% to 99.84%, hooray! ",
|
59
|
+
"closed_at": "2011-11-02T13:13:26Z",
|
60
|
+
"comments": 0,
|
61
|
+
"created_at": "2011-10-31T15:27:47Z",
|
62
|
+
"html_url": "https://github.com/pengwynn/octokit/issues/56",
|
63
|
+
"id": 2098069,
|
64
|
+
"labels": [],
|
65
|
+
"milestone": null,
|
66
|
+
"number": 56,
|
67
|
+
"pull_request": {
|
68
|
+
"diff_url": "https://github.com/pengwynn/octokit/pull/56.diff",
|
69
|
+
"html_url": "https://github.com/pengwynn/octokit/pull/56",
|
70
|
+
"patch_url": "https://github.com/pengwynn/octokit/pull/56.patch"
|
71
|
+
},
|
72
|
+
"state": "closed",
|
73
|
+
"title": "Add spec test for creating a repo for an organization",
|
74
|
+
"updated_at": "2011-11-02T13:13:26Z",
|
75
|
+
"url": "https://api.github.com/repos/pengwynn/octokit/issues/56",
|
76
|
+
"user": {
|
77
|
+
"avatar_url": "https://secure.gravatar.com/avatar/dfb3948650131e4f0385c3328187cfca?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png",
|
78
|
+
"gravatar_id": "dfb3948650131e4f0385c3328187cfca",
|
79
|
+
"id": 61721,
|
80
|
+
"login": "ctshryock",
|
81
|
+
"url": "https://api.github.com/users/ctshryock"
|
82
|
+
}
|
83
|
+
},
|
84
|
+
"url": "https://api.github.com/repos/pengwynn/octokit/issues/events/4942562"
|
85
|
+
},
|
86
|
+
{
|
87
|
+
"actor": {
|
88
|
+
"avatar_url": "https://secure.gravatar.com/avatar/dfb3948650131e4f0385c3328187cfca?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png",
|
89
|
+
"gravatar_id": "dfb3948650131e4f0385c3328187cfca",
|
90
|
+
"id": 61721,
|
91
|
+
"login": "ctshryock",
|
92
|
+
"url": "https://api.github.com/users/ctshryock"
|
93
|
+
},
|
94
|
+
"commit_id": "6aabedd72dcd4554f9243de7d23912bfa62c1c85",
|
95
|
+
"created_at": "2011-11-02T13:13:26Z",
|
96
|
+
"event": "merged",
|
97
|
+
"id": 4942561,
|
98
|
+
"issue": {
|
99
|
+
"assignee": null,
|
100
|
+
"body": "Adding a test to cover the case where creating a repo for an organization, instead of a normal user. Added a new fixture, which has the `organization` section you get in return.\r\n\r\nTest coverage from 99.76% to 99.84%, hooray! ",
|
101
|
+
"closed_at": "2011-11-02T13:13:26Z",
|
102
|
+
"comments": 0,
|
103
|
+
"created_at": "2011-10-31T15:27:47Z",
|
104
|
+
"html_url": "https://github.com/pengwynn/octokit/issues/56",
|
105
|
+
"id": 2098069,
|
106
|
+
"labels": [],
|
107
|
+
"milestone": null,
|
108
|
+
"number": 56,
|
109
|
+
"pull_request": {
|
110
|
+
"diff_url": "https://github.com/pengwynn/octokit/pull/56.diff",
|
111
|
+
"html_url": "https://github.com/pengwynn/octokit/pull/56",
|
112
|
+
"patch_url": "https://github.com/pengwynn/octokit/pull/56.patch"
|
113
|
+
},
|
114
|
+
"state": "closed",
|
115
|
+
"title": "Add spec test for creating a repo for an organization",
|
116
|
+
"updated_at": "2011-11-02T13:13:26Z",
|
117
|
+
"url": "https://api.github.com/repos/pengwynn/octokit/issues/56",
|
118
|
+
"user": {
|
119
|
+
"avatar_url": "https://secure.gravatar.com/avatar/dfb3948650131e4f0385c3328187cfca?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png",
|
120
|
+
"gravatar_id": "dfb3948650131e4f0385c3328187cfca",
|
121
|
+
"id": 61721,
|
122
|
+
"login": "ctshryock",
|
123
|
+
"url": "https://api.github.com/users/ctshryock"
|
124
|
+
}
|
125
|
+
},
|
126
|
+
"url": "https://api.github.com/repos/pengwynn/octokit/issues/events/4942561"
|
127
|
+
}
|
128
|
+
]
|
@@ -1,872 +1,872 @@
|
|
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
|
-
|
1
|
+
[
|
2
|
+
{
|
3
|
+
"clone_url": "https://github.com/sferik/merb-admin.git",
|
4
|
+
"created_at": "2009-07-27T02:09:21Z",
|
5
|
+
"description": "MerbAdmin is a Merb plugin that provides an easy-to-use interface for managing your data",
|
6
|
+
"fork": false,
|
7
|
+
"forks": 7,
|
8
|
+
"git_url": "git://github.com/sferik/merb-admin.git",
|
9
|
+
"homepage": "",
|
10
|
+
"html_url": "https://github.com/sferik/merb-admin",
|
11
|
+
"id": 261250,
|
12
|
+
"language": "Ruby",
|
13
|
+
"master_branch": null,
|
14
|
+
"name": "merb-admin",
|
15
|
+
"open_issues": 0,
|
16
|
+
"owner": {
|
17
|
+
"avatar_url": "https://secure.gravatar.com/avatar/1f74b13f1e5c6c69cb5d7fbaabb1e2cb?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png",
|
18
|
+
"id": 10308,
|
19
|
+
"login": "sferik",
|
20
|
+
"url": "https://api.github.com/users/sferik"
|
21
|
+
},
|
22
|
+
"private": false,
|
23
|
+
"pushed_at": "2011-08-27T18:00:39Z",
|
24
|
+
"size": 556,
|
25
|
+
"ssh_url": "git@github.com:sferik/merb-admin.git",
|
26
|
+
"svn_url": "https://svn.github.com/sferik/merb-admin",
|
27
|
+
"updated_at": "2011-08-27T18:00:47Z",
|
28
|
+
"url": "https://api.github.com/repos/sferik/merb-admin",
|
29
|
+
"watchers": 77
|
30
|
+
},
|
31
|
+
{
|
32
|
+
"clone_url": "https://github.com/sferik/sferik.github.com.git",
|
33
|
+
"created_at": "2009-08-19T05:27:01Z",
|
34
|
+
"description": "My GitHub Page",
|
35
|
+
"fork": false,
|
36
|
+
"forks": 1,
|
37
|
+
"git_url": "git://github.com/sferik/sferik.github.com.git",
|
38
|
+
"homepage": "http://sferik.github.com",
|
39
|
+
"html_url": "https://github.com/sferik/sferik.github.com",
|
40
|
+
"id": 281699,
|
41
|
+
"language": null,
|
42
|
+
"master_branch": null,
|
43
|
+
"name": "sferik.github.com",
|
44
|
+
"open_issues": 0,
|
45
|
+
"owner": {
|
46
|
+
"avatar_url": "https://secure.gravatar.com/avatar/1f74b13f1e5c6c69cb5d7fbaabb1e2cb?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png",
|
47
|
+
"id": 10308,
|
48
|
+
"login": "sferik",
|
49
|
+
"url": "https://api.github.com/users/sferik"
|
50
|
+
},
|
51
|
+
"private": false,
|
52
|
+
"pushed_at": "2009-08-19T05:31:18Z",
|
53
|
+
"size": 84,
|
54
|
+
"ssh_url": "git@github.com:sferik/sferik.github.com.git",
|
55
|
+
"svn_url": "https://svn.github.com/sferik/sferik.github.com",
|
56
|
+
"updated_at": "2010-09-03T01:23:44Z",
|
57
|
+
"url": "https://api.github.com/repos/sferik/sferik.github.com",
|
58
|
+
"watchers": 1
|
59
|
+
},
|
60
|
+
{
|
61
|
+
"clone_url": "https://github.com/sferik/mlb.git",
|
62
|
+
"created_at": "2009-10-05T23:35:06Z",
|
63
|
+
"description": "MLB.rb is a Ruby library for retrieving current Major League Baseball players, managers, teams, divisions, and leagues.",
|
64
|
+
"fork": false,
|
65
|
+
"forks": 2,
|
66
|
+
"git_url": "git://github.com/sferik/mlb.git",
|
67
|
+
"homepage": "http://github.com/sferik/mlb",
|
68
|
+
"html_url": "https://github.com/sferik/mlb",
|
69
|
+
"id": 327899,
|
70
|
+
"language": "Ruby",
|
71
|
+
"master_branch": null,
|
72
|
+
"name": "mlb",
|
73
|
+
"open_issues": 0,
|
74
|
+
"owner": {
|
75
|
+
"avatar_url": "https://secure.gravatar.com/avatar/1f74b13f1e5c6c69cb5d7fbaabb1e2cb?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png",
|
76
|
+
"id": 10308,
|
77
|
+
"login": "sferik",
|
78
|
+
"url": "https://api.github.com/users/sferik"
|
79
|
+
},
|
80
|
+
"private": false,
|
81
|
+
"pushed_at": "2011-09-01T05:13:21Z",
|
82
|
+
"size": 112,
|
83
|
+
"ssh_url": "git@github.com:sferik/mlb.git",
|
84
|
+
"svn_url": "https://svn.github.com/sferik/mlb",
|
85
|
+
"updated_at": "2011-09-01T05:13:21Z",
|
86
|
+
"url": "https://api.github.com/repos/sferik/mlb",
|
87
|
+
"watchers": 12
|
88
|
+
},
|
89
|
+
{
|
90
|
+
"clone_url": "https://github.com/sferik/racket.git",
|
91
|
+
"created_at": "2009-11-21T18:19:41Z",
|
92
|
+
"description": "Listen to your app.",
|
93
|
+
"fork": true,
|
94
|
+
"forks": 1,
|
95
|
+
"git_url": "git://github.com/sferik/racket.git",
|
96
|
+
"homepage": "http://jm3.net",
|
97
|
+
"html_url": "https://github.com/sferik/racket",
|
98
|
+
"id": 380828,
|
99
|
+
"language": null,
|
100
|
+
"master_branch": null,
|
101
|
+
"name": "racket",
|
102
|
+
"open_issues": 0,
|
103
|
+
"owner": {
|
104
|
+
"avatar_url": "https://secure.gravatar.com/avatar/1f74b13f1e5c6c69cb5d7fbaabb1e2cb?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png",
|
105
|
+
"id": 10308,
|
106
|
+
"login": "sferik",
|
107
|
+
"url": "https://api.github.com/users/sferik"
|
108
|
+
},
|
109
|
+
"private": false,
|
110
|
+
"pushed_at": "2009-11-22T02:45:25Z",
|
111
|
+
"size": 6553,
|
112
|
+
"ssh_url": "git@github.com:sferik/racket.git",
|
113
|
+
"svn_url": "https://svn.github.com/sferik/racket",
|
114
|
+
"updated_at": "2010-09-03T01:47:37Z",
|
115
|
+
"url": "https://api.github.com/repos/sferik/racket",
|
116
|
+
"watchers": 1
|
117
|
+
},
|
118
|
+
{
|
119
|
+
"clone_url": "https://github.com/sferik/cache-money.git",
|
120
|
+
"created_at": "2010-07-21T02:06:39Z",
|
121
|
+
"description": "A Write-Through Cacheing Library for ActiveRecord",
|
122
|
+
"fork": true,
|
123
|
+
"forks": 1,
|
124
|
+
"git_url": "git://github.com/sferik/cache-money.git",
|
125
|
+
"homepage": "",
|
126
|
+
"html_url": "https://github.com/sferik/cache-money",
|
127
|
+
"id": 787885,
|
128
|
+
"language": null,
|
129
|
+
"master_branch": null,
|
130
|
+
"name": "cache-money",
|
131
|
+
"open_issues": 0,
|
132
|
+
"owner": {
|
133
|
+
"avatar_url": "https://secure.gravatar.com/avatar/1f74b13f1e5c6c69cb5d7fbaabb1e2cb?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png",
|
134
|
+
"id": 10308,
|
135
|
+
"login": "sferik",
|
136
|
+
"url": "https://api.github.com/users/sferik"
|
137
|
+
},
|
138
|
+
"private": false,
|
139
|
+
"pushed_at": "2010-07-21T02:10:20Z",
|
140
|
+
"size": 368,
|
141
|
+
"ssh_url": "git@github.com:sferik/cache-money.git",
|
142
|
+
"svn_url": "https://svn.github.com/sferik/cache-money",
|
143
|
+
"updated_at": "2010-09-03T00:15:22Z",
|
144
|
+
"url": "https://api.github.com/repos/sferik/cache-money",
|
145
|
+
"watchers": 1
|
146
|
+
},
|
147
|
+
{
|
148
|
+
"clone_url": "https://github.com/sferik/rails_admin.git",
|
149
|
+
"created_at": "2010-08-01T17:01:00Z",
|
150
|
+
"description": "RailsAdmin is a Rails 3 engine that provides an easy-to-use interface for managing your data",
|
151
|
+
"fork": false,
|
152
|
+
"forks": 397,
|
153
|
+
"git_url": "git://github.com/sferik/rails_admin.git",
|
154
|
+
"homepage": "",
|
155
|
+
"html_url": "https://github.com/sferik/rails_admin",
|
156
|
+
"id": 810796,
|
157
|
+
"language": "JavaScript",
|
158
|
+
"master_branch": null,
|
159
|
+
"name": "rails_admin",
|
160
|
+
"open_issues": 67,
|
161
|
+
"owner": {
|
162
|
+
"avatar_url": "https://secure.gravatar.com/avatar/1f74b13f1e5c6c69cb5d7fbaabb1e2cb?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png",
|
163
|
+
"id": 10308,
|
164
|
+
"login": "sferik",
|
165
|
+
"url": "https://api.github.com/users/sferik"
|
166
|
+
},
|
167
|
+
"private": false,
|
168
|
+
"pushed_at": "2011-09-02T07:15:19Z",
|
169
|
+
"size": 2748,
|
170
|
+
"ssh_url": "git@github.com:sferik/rails_admin.git",
|
171
|
+
"svn_url": "https://svn.github.com/sferik/rails_admin",
|
172
|
+
"updated_at": "2011-09-02T11:05:36Z",
|
173
|
+
"url": "https://api.github.com/repos/sferik/rails_admin",
|
174
|
+
"watchers": 2302
|
175
|
+
},
|
176
|
+
{
|
177
|
+
"clone_url": "https://github.com/sferik/integrity.git",
|
178
|
+
"created_at": "2010-08-31T20:31:20Z",
|
179
|
+
"description": "Continuous Integration server",
|
180
|
+
"fork": true,
|
181
|
+
"forks": 1,
|
182
|
+
"git_url": "git://github.com/sferik/integrity.git",
|
183
|
+
"homepage": "http://integrityapp.com",
|
184
|
+
"html_url": "https://github.com/sferik/integrity",
|
185
|
+
"id": 875822,
|
186
|
+
"language": null,
|
187
|
+
"master_branch": null,
|
188
|
+
"name": "integrity",
|
189
|
+
"open_issues": 0,
|
190
|
+
"owner": {
|
191
|
+
"avatar_url": "https://secure.gravatar.com/avatar/1f74b13f1e5c6c69cb5d7fbaabb1e2cb?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png",
|
192
|
+
"id": 10308,
|
193
|
+
"login": "sferik",
|
194
|
+
"url": "https://api.github.com/users/sferik"
|
195
|
+
},
|
196
|
+
"private": false,
|
197
|
+
"pushed_at": "2010-08-31T20:33:46Z",
|
198
|
+
"size": 6852,
|
199
|
+
"ssh_url": "git@github.com:sferik/integrity.git",
|
200
|
+
"svn_url": "https://svn.github.com/sferik/integrity",
|
201
|
+
"updated_at": "2010-09-02T23:31:21Z",
|
202
|
+
"url": "https://api.github.com/repos/sferik/integrity",
|
203
|
+
"watchers": 1
|
204
|
+
},
|
205
|
+
{
|
206
|
+
"clone_url": "https://github.com/sferik/erubis.git",
|
207
|
+
"created_at": "2010-09-30T15:59:21Z",
|
208
|
+
"description": "",
|
209
|
+
"fork": true,
|
210
|
+
"forks": 1,
|
211
|
+
"git_url": "git://github.com/sferik/erubis.git",
|
212
|
+
"homepage": "http://rubyforge.org/projects/erubis/",
|
213
|
+
"html_url": "https://github.com/sferik/erubis",
|
214
|
+
"id": 951666,
|
215
|
+
"language": "Ruby",
|
216
|
+
"master_branch": null,
|
217
|
+
"name": "erubis",
|
218
|
+
"open_issues": 0,
|
219
|
+
"owner": {
|
220
|
+
"avatar_url": "https://secure.gravatar.com/avatar/1f74b13f1e5c6c69cb5d7fbaabb1e2cb?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png",
|
221
|
+
"id": 10308,
|
222
|
+
"login": "sferik",
|
223
|
+
"url": "https://api.github.com/users/sferik"
|
224
|
+
},
|
225
|
+
"private": false,
|
226
|
+
"pushed_at": "2010-09-30T16:04:12Z",
|
227
|
+
"size": 548,
|
228
|
+
"ssh_url": "git@github.com:sferik/erubis.git",
|
229
|
+
"svn_url": "https://svn.github.com/sferik/erubis",
|
230
|
+
"updated_at": "2011-06-09T21:31:12Z",
|
231
|
+
"url": "https://api.github.com/repos/sferik/erubis",
|
232
|
+
"watchers": 2
|
233
|
+
},
|
234
|
+
{
|
235
|
+
"clone_url": "https://github.com/sferik/multi_xml.git",
|
236
|
+
"created_at": "2010-10-03T05:18:16Z",
|
237
|
+
"description": "A generic swappable back-end for XML parsing",
|
238
|
+
"fork": false,
|
239
|
+
"forks": 5,
|
240
|
+
"git_url": "git://github.com/sferik/multi_xml.git",
|
241
|
+
"homepage": "",
|
242
|
+
"html_url": "https://github.com/sferik/multi_xml",
|
243
|
+
"id": 957805,
|
244
|
+
"language": "Ruby",
|
245
|
+
"master_branch": null,
|
246
|
+
"name": "multi_xml",
|
247
|
+
"open_issues": 5,
|
248
|
+
"owner": {
|
249
|
+
"avatar_url": "https://secure.gravatar.com/avatar/1f74b13f1e5c6c69cb5d7fbaabb1e2cb?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png",
|
250
|
+
"id": 10308,
|
251
|
+
"login": "sferik",
|
252
|
+
"url": "https://api.github.com/users/sferik"
|
253
|
+
},
|
254
|
+
"private": false,
|
255
|
+
"pushed_at": "2011-09-01T18:26:56Z",
|
256
|
+
"size": 172,
|
257
|
+
"ssh_url": "git@github.com:sferik/multi_xml.git",
|
258
|
+
"svn_url": "https://svn.github.com/sferik/multi_xml",
|
259
|
+
"updated_at": "2011-09-01T18:26:58Z",
|
260
|
+
"url": "https://api.github.com/repos/sferik/multi_xml",
|
261
|
+
"watchers": 37
|
262
|
+
},
|
263
|
+
{
|
264
|
+
"clone_url": "https://github.com/sferik/rakegem.git",
|
265
|
+
"created_at": "2010-10-08T23:08:00Z",
|
266
|
+
"description": "Simple gem and release management with customizable Rake tasks.",
|
267
|
+
"fork": true,
|
268
|
+
"forks": 0,
|
269
|
+
"git_url": "git://github.com/sferik/rakegem.git",
|
270
|
+
"homepage": "",
|
271
|
+
"html_url": "https://github.com/sferik/rakegem",
|
272
|
+
"id": 973500,
|
273
|
+
"language": null,
|
274
|
+
"master_branch": null,
|
275
|
+
"name": "rakegem",
|
276
|
+
"open_issues": 0,
|
277
|
+
"owner": {
|
278
|
+
"avatar_url": "https://secure.gravatar.com/avatar/1f74b13f1e5c6c69cb5d7fbaabb1e2cb?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png",
|
279
|
+
"id": 10308,
|
280
|
+
"login": "sferik",
|
281
|
+
"url": "https://api.github.com/users/sferik"
|
282
|
+
},
|
283
|
+
"private": false,
|
284
|
+
"pushed_at": "2010-10-08T23:16:41Z",
|
285
|
+
"size": 112,
|
286
|
+
"ssh_url": "git@github.com:sferik/rakegem.git",
|
287
|
+
"svn_url": "https://svn.github.com/sferik/rakegem",
|
288
|
+
"updated_at": "2010-10-08T23:16:42Z",
|
289
|
+
"url": "https://api.github.com/repos/sferik/rakegem",
|
290
|
+
"watchers": 1
|
291
|
+
},
|
292
|
+
{
|
293
|
+
"clone_url": "https://github.com/sferik/faraday.git",
|
294
|
+
"created_at": "2010-10-13T22:12:31Z",
|
295
|
+
"description": "experiments in a rest api lib",
|
296
|
+
"fork": true,
|
297
|
+
"forks": 0,
|
298
|
+
"git_url": "git://github.com/sferik/faraday.git",
|
299
|
+
"homepage": "",
|
300
|
+
"html_url": "https://github.com/sferik/faraday",
|
301
|
+
"id": 985358,
|
302
|
+
"language": null,
|
303
|
+
"master_branch": "master",
|
304
|
+
"name": "faraday",
|
305
|
+
"open_issues": 0,
|
306
|
+
"owner": {
|
307
|
+
"avatar_url": "https://secure.gravatar.com/avatar/1f74b13f1e5c6c69cb5d7fbaabb1e2cb?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png",
|
308
|
+
"id": 10308,
|
309
|
+
"login": "sferik",
|
310
|
+
"url": "https://api.github.com/users/sferik"
|
311
|
+
},
|
312
|
+
"private": false,
|
313
|
+
"pushed_at": "2010-10-13T22:24:55Z",
|
314
|
+
"size": 316,
|
315
|
+
"ssh_url": "git@github.com:sferik/faraday.git",
|
316
|
+
"svn_url": "https://svn.github.com/sferik/faraday",
|
317
|
+
"updated_at": "2010-10-13T22:24:55Z",
|
318
|
+
"url": "https://api.github.com/repos/sferik/faraday",
|
319
|
+
"watchers": 1
|
320
|
+
},
|
321
|
+
{
|
322
|
+
"clone_url": "https://github.com/sferik/multi_json.git",
|
323
|
+
"created_at": "2010-10-19T00:41:50Z",
|
324
|
+
"description": "A generic swappable back-end for JSON handling.",
|
325
|
+
"fork": true,
|
326
|
+
"forks": 0,
|
327
|
+
"git_url": "git://github.com/sferik/multi_json.git",
|
328
|
+
"homepage": "http://rdoc.info/projects/intridea/multi_json",
|
329
|
+
"html_url": "https://github.com/sferik/multi_json",
|
330
|
+
"id": 1002835,
|
331
|
+
"language": "Ruby",
|
332
|
+
"master_branch": null,
|
333
|
+
"name": "multi_json",
|
334
|
+
"open_issues": 0,
|
335
|
+
"owner": {
|
336
|
+
"avatar_url": "https://secure.gravatar.com/avatar/1f74b13f1e5c6c69cb5d7fbaabb1e2cb?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png",
|
337
|
+
"id": 10308,
|
338
|
+
"login": "sferik",
|
339
|
+
"url": "https://api.github.com/users/sferik"
|
340
|
+
},
|
341
|
+
"private": false,
|
342
|
+
"pushed_at": "2010-10-19T02:12:56Z",
|
343
|
+
"size": 96,
|
344
|
+
"ssh_url": "git@github.com:sferik/multi_json.git",
|
345
|
+
"svn_url": "https://svn.github.com/sferik/multi_json",
|
346
|
+
"updated_at": "2011-05-30T12:01:09Z",
|
347
|
+
"url": "https://api.github.com/repos/sferik/multi_json",
|
348
|
+
"watchers": 3
|
349
|
+
},
|
350
|
+
{
|
351
|
+
"clone_url": "https://github.com/sferik/gowalla.git",
|
352
|
+
"created_at": "2010-10-20T16:02:21Z",
|
353
|
+
"description": "Ruby wrapper for the Gowalla API.",
|
354
|
+
"fork": true,
|
355
|
+
"forks": 0,
|
356
|
+
"git_url": "git://github.com/sferik/gowalla.git",
|
357
|
+
"homepage": "",
|
358
|
+
"html_url": "https://github.com/sferik/gowalla",
|
359
|
+
"id": 1009522,
|
360
|
+
"language": "Ruby",
|
361
|
+
"master_branch": null,
|
362
|
+
"name": "gowalla",
|
363
|
+
"open_issues": 0,
|
364
|
+
"owner": {
|
365
|
+
"avatar_url": "https://secure.gravatar.com/avatar/1f74b13f1e5c6c69cb5d7fbaabb1e2cb?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png",
|
366
|
+
"id": 10308,
|
367
|
+
"login": "sferik",
|
368
|
+
"url": "https://api.github.com/users/sferik"
|
369
|
+
},
|
370
|
+
"private": false,
|
371
|
+
"pushed_at": "2011-01-27T19:21:23Z",
|
372
|
+
"size": 148,
|
373
|
+
"ssh_url": "git@github.com:sferik/gowalla.git",
|
374
|
+
"svn_url": "https://svn.github.com/sferik/gowalla",
|
375
|
+
"updated_at": "2011-01-27T19:21:25Z",
|
376
|
+
"url": "https://api.github.com/repos/sferik/gowalla",
|
377
|
+
"watchers": 1
|
378
|
+
},
|
379
|
+
{
|
380
|
+
"clone_url": "https://github.com/sferik/dummy_data.git",
|
381
|
+
"created_at": "2010-11-11T00:27:28Z",
|
382
|
+
"description": "Uses dummy to generate consistent fake data for your models (including associations) and provides a rake task to import it into the database.",
|
383
|
+
"fork": true,
|
384
|
+
"forks": 0,
|
385
|
+
"git_url": "git://github.com/sferik/dummy_data.git",
|
386
|
+
"homepage": "",
|
387
|
+
"html_url": "https://github.com/sferik/dummy_data",
|
388
|
+
"id": 1070128,
|
389
|
+
"language": "Ruby",
|
390
|
+
"master_branch": null,
|
391
|
+
"name": "dummy_data",
|
392
|
+
"open_issues": 0,
|
393
|
+
"owner": {
|
394
|
+
"avatar_url": "https://secure.gravatar.com/avatar/1f74b13f1e5c6c69cb5d7fbaabb1e2cb?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png",
|
395
|
+
"id": 10308,
|
396
|
+
"login": "sferik",
|
397
|
+
"url": "https://api.github.com/users/sferik"
|
398
|
+
},
|
399
|
+
"private": false,
|
400
|
+
"pushed_at": "2010-11-11T00:30:28Z",
|
401
|
+
"size": 104,
|
402
|
+
"ssh_url": "git@github.com:sferik/dummy_data.git",
|
403
|
+
"svn_url": "https://svn.github.com/sferik/dummy_data",
|
404
|
+
"updated_at": "2011-03-10T03:13:07Z",
|
405
|
+
"url": "https://api.github.com/repos/sferik/dummy_data",
|
406
|
+
"watchers": 1
|
407
|
+
},
|
408
|
+
{
|
409
|
+
"clone_url": "https://github.com/sferik/dotfiles.git",
|
410
|
+
"created_at": "2010-11-12T16:09:15Z",
|
411
|
+
"description": "Configuration files for all of my Unix utilities",
|
412
|
+
"fork": false,
|
413
|
+
"forks": 11,
|
414
|
+
"git_url": "git://github.com/sferik/dotfiles.git",
|
415
|
+
"homepage": "",
|
416
|
+
"html_url": "https://github.com/sferik/dotfiles",
|
417
|
+
"id": 1075011,
|
418
|
+
"language": "Shell",
|
419
|
+
"master_branch": null,
|
420
|
+
"name": "dotfiles",
|
421
|
+
"open_issues": 0,
|
422
|
+
"owner": {
|
423
|
+
"avatar_url": "https://secure.gravatar.com/avatar/1f74b13f1e5c6c69cb5d7fbaabb1e2cb?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png",
|
424
|
+
"id": 10308,
|
425
|
+
"login": "sferik",
|
426
|
+
"url": "https://api.github.com/users/sferik"
|
427
|
+
},
|
428
|
+
"private": false,
|
429
|
+
"pushed_at": "2011-08-30T19:21:14Z",
|
430
|
+
"size": 116,
|
431
|
+
"ssh_url": "git@github.com:sferik/dotfiles.git",
|
432
|
+
"svn_url": "https://svn.github.com/sferik/dotfiles",
|
433
|
+
"updated_at": "2011-08-31T05:24:00Z",
|
434
|
+
"url": "https://api.github.com/repos/sferik/dotfiles",
|
435
|
+
"watchers": 28
|
436
|
+
},
|
437
|
+
{
|
438
|
+
"clone_url": "https://github.com/sferik/twitter-text-rb.git",
|
439
|
+
"created_at": "2010-11-13T16:39:41Z",
|
440
|
+
"description": "Twitter text processing library (auto linking and extraction of usernames, lists and hashtags)",
|
441
|
+
"fork": true,
|
442
|
+
"forks": 0,
|
443
|
+
"git_url": "git://github.com/sferik/twitter-text-rb.git",
|
444
|
+
"homepage": "http://twitter.com",
|
445
|
+
"html_url": "https://github.com/sferik/twitter-text-rb",
|
446
|
+
"id": 1077683,
|
447
|
+
"language": null,
|
448
|
+
"master_branch": null,
|
449
|
+
"name": "twitter-text-rb",
|
450
|
+
"open_issues": 0,
|
451
|
+
"owner": {
|
452
|
+
"avatar_url": "https://secure.gravatar.com/avatar/1f74b13f1e5c6c69cb5d7fbaabb1e2cb?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png",
|
453
|
+
"id": 10308,
|
454
|
+
"login": "sferik",
|
455
|
+
"url": "https://api.github.com/users/sferik"
|
456
|
+
},
|
457
|
+
"private": false,
|
458
|
+
"pushed_at": "2010-11-15T21:34:35Z",
|
459
|
+
"size": 1108,
|
460
|
+
"ssh_url": "git@github.com:sferik/twitter-text-rb.git",
|
461
|
+
"svn_url": "https://svn.github.com/sferik/twitter-text-rb",
|
462
|
+
"updated_at": "2010-11-15T21:34:36Z",
|
463
|
+
"url": "https://api.github.com/repos/sferik/twitter-text-rb",
|
464
|
+
"watchers": 1
|
465
|
+
},
|
466
|
+
{
|
467
|
+
"clone_url": "https://github.com/sferik/airbnb_coding_challenge.git",
|
468
|
+
"created_at": "2010-12-01T01:44:37Z",
|
469
|
+
"description": "",
|
470
|
+
"fork": false,
|
471
|
+
"forks": 2,
|
472
|
+
"git_url": "git://github.com/sferik/airbnb_coding_challenge.git",
|
473
|
+
"homepage": "http://airbnb.com/",
|
474
|
+
"html_url": "https://github.com/sferik/airbnb_coding_challenge",
|
475
|
+
"id": 1127470,
|
476
|
+
"language": "Ruby",
|
477
|
+
"master_branch": null,
|
478
|
+
"name": "airbnb_coding_challenge",
|
479
|
+
"open_issues": 0,
|
480
|
+
"owner": {
|
481
|
+
"avatar_url": "https://secure.gravatar.com/avatar/1f74b13f1e5c6c69cb5d7fbaabb1e2cb?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png",
|
482
|
+
"id": 10308,
|
483
|
+
"login": "sferik",
|
484
|
+
"url": "https://api.github.com/users/sferik"
|
485
|
+
},
|
486
|
+
"private": false,
|
487
|
+
"pushed_at": "2010-12-01T01:47:22Z",
|
488
|
+
"size": 1108,
|
489
|
+
"ssh_url": "git@github.com:sferik/airbnb_coding_challenge.git",
|
490
|
+
"svn_url": "https://svn.github.com/sferik/airbnb_coding_challenge",
|
491
|
+
"updated_at": "2011-03-04T02:44:41Z",
|
492
|
+
"url": "https://api.github.com/repos/sferik/airbnb_coding_challenge",
|
493
|
+
"watchers": 4
|
494
|
+
},
|
495
|
+
{
|
496
|
+
"clone_url": "https://github.com/sferik/madrox.git",
|
497
|
+
"created_at": "2010-12-13T19:51:07Z",
|
498
|
+
"description": "Distributed Twitter implementation in Git.",
|
499
|
+
"fork": true,
|
500
|
+
"forks": 0,
|
501
|
+
"git_url": "git://github.com/sferik/madrox.git",
|
502
|
+
"homepage": "",
|
503
|
+
"html_url": "https://github.com/sferik/madrox",
|
504
|
+
"id": 1165762,
|
505
|
+
"language": null,
|
506
|
+
"master_branch": null,
|
507
|
+
"name": "madrox",
|
508
|
+
"open_issues": 0,
|
509
|
+
"owner": {
|
510
|
+
"avatar_url": "https://secure.gravatar.com/avatar/1f74b13f1e5c6c69cb5d7fbaabb1e2cb?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png",
|
511
|
+
"id": 10308,
|
512
|
+
"login": "sferik",
|
513
|
+
"url": "https://api.github.com/users/sferik"
|
514
|
+
},
|
515
|
+
"private": false,
|
516
|
+
"pushed_at": "2010-12-13T19:53:58Z",
|
517
|
+
"size": 104,
|
518
|
+
"ssh_url": "git@github.com:sferik/madrox.git",
|
519
|
+
"svn_url": "https://svn.github.com/sferik/madrox",
|
520
|
+
"updated_at": "2010-12-13T19:54:00Z",
|
521
|
+
"url": "https://api.github.com/repos/sferik/madrox",
|
522
|
+
"watchers": 1
|
523
|
+
},
|
524
|
+
{
|
525
|
+
"clone_url": "https://github.com/sferik/git-pulls.git",
|
526
|
+
"created_at": "2011-01-30T04:42:13Z",
|
527
|
+
"description": "command line tool to facilitate github pull requests",
|
528
|
+
"fork": true,
|
529
|
+
"forks": 0,
|
530
|
+
"git_url": "git://github.com/sferik/git-pulls.git",
|
531
|
+
"homepage": "",
|
532
|
+
"html_url": "https://github.com/sferik/git-pulls",
|
533
|
+
"id": 1308103,
|
534
|
+
"language": "Ruby",
|
535
|
+
"master_branch": null,
|
536
|
+
"name": "git-pulls",
|
537
|
+
"open_issues": 0,
|
538
|
+
"owner": {
|
539
|
+
"avatar_url": "https://secure.gravatar.com/avatar/1f74b13f1e5c6c69cb5d7fbaabb1e2cb?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png",
|
540
|
+
"id": 10308,
|
541
|
+
"login": "sferik",
|
542
|
+
"url": "https://api.github.com/users/sferik"
|
543
|
+
},
|
544
|
+
"private": false,
|
545
|
+
"pushed_at": "2011-04-06T03:36:09Z",
|
546
|
+
"size": 524,
|
547
|
+
"ssh_url": "git@github.com:sferik/git-pulls.git",
|
548
|
+
"svn_url": "https://svn.github.com/sferik/git-pulls",
|
549
|
+
"updated_at": "2011-04-06T03:36:09Z",
|
550
|
+
"url": "https://api.github.com/repos/sferik/git-pulls",
|
551
|
+
"watchers": 1
|
552
|
+
},
|
553
|
+
{
|
554
|
+
"clone_url": "https://github.com/sferik/rvm.git",
|
555
|
+
"created_at": "2011-02-27T18:10:10Z",
|
556
|
+
"description": "Ruby enVironment (Version) Manager ( rvm )",
|
557
|
+
"fork": true,
|
558
|
+
"forks": 2,
|
559
|
+
"git_url": "git://github.com/sferik/rvm.git",
|
560
|
+
"homepage": "http://rvm.beginrescueend.com/",
|
561
|
+
"html_url": "https://github.com/sferik/rvm",
|
562
|
+
"id": 1418622,
|
563
|
+
"language": "Ruby",
|
564
|
+
"master_branch": null,
|
565
|
+
"name": "rvm",
|
566
|
+
"open_issues": 0,
|
567
|
+
"owner": {
|
568
|
+
"avatar_url": "https://secure.gravatar.com/avatar/1f74b13f1e5c6c69cb5d7fbaabb1e2cb?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png",
|
569
|
+
"id": 10308,
|
570
|
+
"login": "sferik",
|
571
|
+
"url": "https://api.github.com/users/sferik"
|
572
|
+
},
|
573
|
+
"private": false,
|
574
|
+
"pushed_at": "2011-05-25T15:15:52Z",
|
575
|
+
"size": 3144,
|
576
|
+
"ssh_url": "git@github.com:sferik/rvm.git",
|
577
|
+
"svn_url": "https://svn.github.com/sferik/rvm",
|
578
|
+
"updated_at": "2011-05-25T15:15:52Z",
|
579
|
+
"url": "https://api.github.com/repos/sferik/rvm",
|
580
|
+
"watchers": 3
|
581
|
+
},
|
582
|
+
{
|
583
|
+
"clone_url": "https://github.com/sferik/detached.git",
|
584
|
+
"created_at": "2011-03-24T23:45:29Z",
|
585
|
+
"description": "Session manager for GNU Screen in your Mac menu bar",
|
586
|
+
"fork": true,
|
587
|
+
"forks": 0,
|
588
|
+
"git_url": "git://github.com/sferik/detached.git",
|
589
|
+
"homepage": "",
|
590
|
+
"html_url": "https://github.com/sferik/detached",
|
591
|
+
"id": 1523486,
|
592
|
+
"language": "Ruby",
|
593
|
+
"master_branch": null,
|
594
|
+
"name": "detached",
|
595
|
+
"open_issues": 0,
|
596
|
+
"owner": {
|
597
|
+
"avatar_url": "https://secure.gravatar.com/avatar/1f74b13f1e5c6c69cb5d7fbaabb1e2cb?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png",
|
598
|
+
"id": 10308,
|
599
|
+
"login": "sferik",
|
600
|
+
"url": "https://api.github.com/users/sferik"
|
601
|
+
},
|
602
|
+
"private": false,
|
603
|
+
"pushed_at": "2011-03-17T05:07:59Z",
|
604
|
+
"size": 1474,
|
605
|
+
"ssh_url": "git@github.com:sferik/detached.git",
|
606
|
+
"svn_url": "https://svn.github.com/sferik/detached",
|
607
|
+
"updated_at": "2011-03-24T23:45:29Z",
|
608
|
+
"url": "https://api.github.com/repos/sferik/detached",
|
609
|
+
"watchers": 1
|
610
|
+
},
|
611
|
+
{
|
612
|
+
"clone_url": "https://github.com/sferik/hoe.git",
|
613
|
+
"created_at": "2011-04-03T04:00:22Z",
|
614
|
+
"description": null,
|
615
|
+
"fork": true,
|
616
|
+
"forks": 0,
|
617
|
+
"git_url": "git://github.com/sferik/hoe.git",
|
618
|
+
"homepage": null,
|
619
|
+
"html_url": "https://github.com/sferik/hoe",
|
620
|
+
"id": 1561937,
|
621
|
+
"language": "Ruby",
|
622
|
+
"master_branch": null,
|
623
|
+
"name": "hoe",
|
624
|
+
"open_issues": 0,
|
625
|
+
"owner": {
|
626
|
+
"avatar_url": "https://secure.gravatar.com/avatar/1f74b13f1e5c6c69cb5d7fbaabb1e2cb?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png",
|
627
|
+
"id": 10308,
|
628
|
+
"login": "sferik",
|
629
|
+
"url": "https://api.github.com/users/sferik"
|
630
|
+
},
|
631
|
+
"private": false,
|
632
|
+
"pushed_at": "2011-04-03T04:02:04Z",
|
633
|
+
"size": 1728,
|
634
|
+
"ssh_url": "git@github.com:sferik/hoe.git",
|
635
|
+
"svn_url": "https://svn.github.com/sferik/hoe",
|
636
|
+
"updated_at": "2011-04-03T04:02:07Z",
|
637
|
+
"url": "https://api.github.com/repos/sferik/hoe",
|
638
|
+
"watchers": 1
|
639
|
+
},
|
640
|
+
{
|
641
|
+
"clone_url": "https://github.com/sferik/travis-ci.git",
|
642
|
+
"created_at": "2011-04-08T09:02:08Z",
|
643
|
+
"description": "A distributed build system for the Ruby community",
|
644
|
+
"fork": true,
|
645
|
+
"forks": 1,
|
646
|
+
"git_url": "git://github.com/sferik/travis-ci.git",
|
647
|
+
"homepage": "http://travis-ci.org",
|
648
|
+
"html_url": "https://github.com/sferik/travis-ci",
|
649
|
+
"id": 1586526,
|
650
|
+
"language": "Ruby",
|
651
|
+
"master_branch": null,
|
652
|
+
"name": "travis-ci",
|
653
|
+
"open_issues": 0,
|
654
|
+
"owner": {
|
655
|
+
"avatar_url": "https://secure.gravatar.com/avatar/1f74b13f1e5c6c69cb5d7fbaabb1e2cb?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png",
|
656
|
+
"id": 10308,
|
657
|
+
"login": "sferik",
|
658
|
+
"url": "https://api.github.com/users/sferik"
|
659
|
+
},
|
660
|
+
"private": false,
|
661
|
+
"pushed_at": "2011-04-08T09:06:17Z",
|
662
|
+
"size": 2904,
|
663
|
+
"ssh_url": "git@github.com:sferik/travis-ci.git",
|
664
|
+
"svn_url": "https://svn.github.com/sferik/travis-ci",
|
665
|
+
"updated_at": "2011-06-08T23:28:37Z",
|
666
|
+
"url": "https://api.github.com/repos/sferik/travis-ci",
|
667
|
+
"watchers": 2
|
668
|
+
},
|
669
|
+
{
|
670
|
+
"clone_url": "https://github.com/sferik/yard.git",
|
671
|
+
"created_at": "2011-04-20T08:26:13Z",
|
672
|
+
"description": "YARD is a Ruby Documentation tool (Yay!)\n\nYARD is a documentation generation tool for the Ruby programming language.\u00d4\u00c7\u00bf It enables the user to generate consistent, usable documentation that can be\u00d4\u00c7\u00bf exported to a number of formats very easily, and also supports extending for\u00d4\u00c7\u00bf custom Ruby constructs such as custom class level definitions.",
|
673
|
+
"fork": true,
|
674
|
+
"forks": 0,
|
675
|
+
"git_url": "git://github.com/sferik/yard.git",
|
676
|
+
"homepage": "http://yardoc.org",
|
677
|
+
"html_url": "https://github.com/sferik/yard",
|
678
|
+
"id": 1639436,
|
679
|
+
"language": "Ruby",
|
680
|
+
"master_branch": null,
|
681
|
+
"name": "yard",
|
682
|
+
"open_issues": 0,
|
683
|
+
"owner": {
|
684
|
+
"avatar_url": "https://secure.gravatar.com/avatar/1f74b13f1e5c6c69cb5d7fbaabb1e2cb?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png",
|
685
|
+
"id": 10308,
|
686
|
+
"login": "sferik",
|
687
|
+
"url": "https://api.github.com/users/sferik"
|
688
|
+
},
|
689
|
+
"private": false,
|
690
|
+
"pushed_at": "2011-04-21T07:27:55Z",
|
691
|
+
"size": 716,
|
692
|
+
"ssh_url": "git@github.com:sferik/yard.git",
|
693
|
+
"svn_url": "https://svn.github.com/sferik/yard",
|
694
|
+
"updated_at": "2011-04-21T07:27:55Z",
|
695
|
+
"url": "https://api.github.com/repos/sferik/yard",
|
696
|
+
"watchers": 1
|
697
|
+
},
|
698
|
+
{
|
699
|
+
"clone_url": "https://github.com/sferik/gemcutter.git",
|
700
|
+
"created_at": "2011-04-21T23:47:24Z",
|
701
|
+
"description": "The Ruby community's gem hosting service.",
|
702
|
+
"fork": true,
|
703
|
+
"forks": 0,
|
704
|
+
"git_url": "git://github.com/sferik/gemcutter.git",
|
705
|
+
"homepage": "http://rubygems.org",
|
706
|
+
"html_url": "https://github.com/sferik/gemcutter",
|
707
|
+
"id": 1647793,
|
708
|
+
"language": "Ruby",
|
709
|
+
"master_branch": null,
|
710
|
+
"name": "gemcutter",
|
711
|
+
"open_issues": 0,
|
712
|
+
"owner": {
|
713
|
+
"avatar_url": "https://secure.gravatar.com/avatar/1f74b13f1e5c6c69cb5d7fbaabb1e2cb?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png",
|
714
|
+
"id": 10308,
|
715
|
+
"login": "sferik",
|
716
|
+
"url": "https://api.github.com/users/sferik"
|
717
|
+
},
|
718
|
+
"private": false,
|
719
|
+
"pushed_at": "2011-04-20T00:18:12Z",
|
720
|
+
"size": 5276,
|
721
|
+
"ssh_url": "git@github.com:sferik/gemcutter.git",
|
722
|
+
"svn_url": "https://svn.github.com/sferik/gemcutter",
|
723
|
+
"updated_at": "2011-04-21T23:47:24Z",
|
724
|
+
"url": "https://api.github.com/repos/sferik/gemcutter",
|
725
|
+
"watchers": 1
|
726
|
+
},
|
727
|
+
{
|
728
|
+
"clone_url": "https://github.com/sferik/thrift_client.git",
|
729
|
+
"created_at": "2011-04-28T03:21:19Z",
|
730
|
+
"description": "A Thrift client wrapper that encapsulates some common failover behavior.",
|
731
|
+
"fork": true,
|
732
|
+
"forks": 0,
|
733
|
+
"git_url": "git://github.com/sferik/thrift_client.git",
|
734
|
+
"homepage": "http://fauna.github.com/fauna/thrift_client",
|
735
|
+
"html_url": "https://github.com/sferik/thrift_client",
|
736
|
+
"id": 1673988,
|
737
|
+
"language": "Ruby",
|
738
|
+
"master_branch": null,
|
739
|
+
"name": "thrift_client",
|
740
|
+
"open_issues": 0,
|
741
|
+
"owner": {
|
742
|
+
"avatar_url": "https://secure.gravatar.com/avatar/1f74b13f1e5c6c69cb5d7fbaabb1e2cb?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png",
|
743
|
+
"id": 10308,
|
744
|
+
"login": "sferik",
|
745
|
+
"url": "https://api.github.com/users/sferik"
|
746
|
+
},
|
747
|
+
"private": false,
|
748
|
+
"pushed_at": "2011-05-09T19:46:34Z",
|
749
|
+
"size": 316,
|
750
|
+
"ssh_url": "git@github.com:sferik/thrift_client.git",
|
751
|
+
"svn_url": "https://svn.github.com/sferik/thrift_client",
|
752
|
+
"updated_at": "2011-05-09T19:46:34Z",
|
753
|
+
"url": "https://api.github.com/repos/sferik/thrift_client",
|
754
|
+
"watchers": 1
|
755
|
+
},
|
756
|
+
{
|
757
|
+
"clone_url": "https://github.com/sferik/sign-in-with-twitter.git",
|
758
|
+
"created_at": "2011-05-07T18:36:04Z",
|
759
|
+
"description": "Example Rails 3 application that users the twitter and omniauth gems",
|
760
|
+
"fork": false,
|
761
|
+
"forks": 3,
|
762
|
+
"git_url": "git://github.com/sferik/sign-in-with-twitter.git",
|
763
|
+
"homepage": "http://sign-in-with-twitter.heroku.com",
|
764
|
+
"html_url": "https://github.com/sferik/sign-in-with-twitter",
|
765
|
+
"id": 1716295,
|
766
|
+
"language": "Ruby",
|
767
|
+
"master_branch": null,
|
768
|
+
"name": "sign-in-with-twitter",
|
769
|
+
"open_issues": 1,
|
770
|
+
"owner": {
|
771
|
+
"avatar_url": "https://secure.gravatar.com/avatar/1f74b13f1e5c6c69cb5d7fbaabb1e2cb?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png",
|
772
|
+
"id": 10308,
|
773
|
+
"login": "sferik",
|
774
|
+
"url": "https://api.github.com/users/sferik"
|
775
|
+
},
|
776
|
+
"private": false,
|
777
|
+
"pushed_at": "2011-09-01T05:14:39Z",
|
778
|
+
"size": 128,
|
779
|
+
"ssh_url": "git@github.com:sferik/sign-in-with-twitter.git",
|
780
|
+
"svn_url": "https://svn.github.com/sferik/sign-in-with-twitter",
|
781
|
+
"updated_at": "2011-09-01T05:14:39Z",
|
782
|
+
"url": "https://api.github.com/repos/sferik/sign-in-with-twitter",
|
783
|
+
"watchers": 17
|
784
|
+
},
|
785
|
+
{
|
786
|
+
"clone_url": "https://github.com/sferik/tinder.git",
|
787
|
+
"created_at": "2011-05-16T21:22:25Z",
|
788
|
+
"description": "Tinder is an Ruby API for interfacing with Campfire, the 37Signals chat application.",
|
789
|
+
"fork": true,
|
790
|
+
"forks": 0,
|
791
|
+
"git_url": "git://github.com/sferik/tinder.git",
|
792
|
+
"homepage": "http://tinder.rubyforge.org/",
|
793
|
+
"html_url": "https://github.com/sferik/tinder",
|
794
|
+
"id": 1757739,
|
795
|
+
"language": "Ruby",
|
796
|
+
"master_branch": null,
|
797
|
+
"name": "tinder",
|
798
|
+
"open_issues": 0,
|
799
|
+
"owner": {
|
800
|
+
"avatar_url": "https://secure.gravatar.com/avatar/1f74b13f1e5c6c69cb5d7fbaabb1e2cb?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png",
|
801
|
+
"id": 10308,
|
802
|
+
"login": "sferik",
|
803
|
+
"url": "https://api.github.com/users/sferik"
|
804
|
+
},
|
805
|
+
"private": false,
|
806
|
+
"pushed_at": "2011-05-16T23:01:11Z",
|
807
|
+
"size": 532,
|
808
|
+
"ssh_url": "git@github.com:sferik/tinder.git",
|
809
|
+
"svn_url": "https://svn.github.com/sferik/tinder",
|
810
|
+
"updated_at": "2011-05-16T23:01:11Z",
|
811
|
+
"url": "https://api.github.com/repos/sferik/tinder",
|
812
|
+
"watchers": 1
|
813
|
+
},
|
814
|
+
{
|
815
|
+
"clone_url": "https://github.com/sferik/webmock.git",
|
816
|
+
"created_at": "2011-05-18T15:55:50Z",
|
817
|
+
"description": "Library for stubbing and setting expectations on HTTP requests in Ruby.",
|
818
|
+
"fork": true,
|
819
|
+
"forks": 0,
|
820
|
+
"git_url": "git://github.com/sferik/webmock.git",
|
821
|
+
"homepage": "",
|
822
|
+
"html_url": "https://github.com/sferik/webmock",
|
823
|
+
"id": 1766777,
|
824
|
+
"language": "Ruby",
|
825
|
+
"master_branch": null,
|
826
|
+
"name": "webmock",
|
827
|
+
"open_issues": 0,
|
828
|
+
"owner": {
|
829
|
+
"avatar_url": "https://secure.gravatar.com/avatar/1f74b13f1e5c6c69cb5d7fbaabb1e2cb?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png",
|
830
|
+
"id": 10308,
|
831
|
+
"login": "sferik",
|
832
|
+
"url": "https://api.github.com/users/sferik"
|
833
|
+
},
|
834
|
+
"private": false,
|
835
|
+
"pushed_at": "2011-05-18T16:49:29Z",
|
836
|
+
"size": 1276,
|
837
|
+
"ssh_url": "git@github.com:sferik/webmock.git",
|
838
|
+
"svn_url": "https://svn.github.com/sferik/webmock",
|
839
|
+
"updated_at": "2011-05-18T16:49:31Z",
|
840
|
+
"url": "https://api.github.com/repos/sferik/webmock",
|
841
|
+
"watchers": 1
|
842
|
+
},
|
843
|
+
{
|
844
|
+
"clone_url": "https://github.com/sferik/rack.git",
|
845
|
+
"created_at": "2011-05-23T05:40:46Z",
|
846
|
+
"description": "a modular Ruby webserver interface",
|
847
|
+
"fork": true,
|
848
|
+
"forks": 0,
|
849
|
+
"git_url": "git://github.com/sferik/rack.git",
|
850
|
+
"homepage": "http://rack.rubyforge.org/",
|
851
|
+
"html_url": "https://github.com/sferik/rack",
|
852
|
+
"id": 1786531,
|
853
|
+
"language": "Ruby",
|
854
|
+
"master_branch": null,
|
855
|
+
"name": "rack",
|
856
|
+
"open_issues": 0,
|
857
|
+
"owner": {
|
858
|
+
"avatar_url": "https://secure.gravatar.com/avatar/1f74b13f1e5c6c69cb5d7fbaabb1e2cb?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png",
|
859
|
+
"id": 10308,
|
860
|
+
"login": "sferik",
|
861
|
+
"url": "https://api.github.com/users/sferik"
|
862
|
+
},
|
863
|
+
"private": false,
|
864
|
+
"pushed_at": "2011-05-25T17:17:38Z",
|
865
|
+
"size": 3048,
|
866
|
+
"ssh_url": "git@github.com:sferik/rack.git",
|
867
|
+
"svn_url": "https://svn.github.com/sferik/rack",
|
868
|
+
"updated_at": "2011-05-25T17:17:38Z",
|
869
|
+
"url": "https://api.github.com/repos/sferik/rack",
|
870
|
+
"watchers": 1
|
871
|
+
}
|
872
872
|
]
|