octokit 0.6.5 → 1.0.0

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