octokit 1.0.7 → 1.1.0

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