octokit 1.14.0 → 1.15.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,8 +1,9 @@
1
1
  # CHANGELOG
2
2
 
3
+ * [1.15.0 - September 24,2012](https://github.com/pengwynn/octokit/compare/v1.14.0...v1.15.0)
3
4
  * [1.14.0 - September 22,2012](https://github.com/pengwynn/octokit/compare/v1.13.0...v1.14.0)
4
- * [1.13.0 - September 5,2012](https://github.com/pengwynn/octokit/compare/v1.12.0...v1.13.0)
5
- * [1.12.0 - September 4,2012](https://github.com/pengwynn/octokit/compare/v1.11.0...v1.12.0)
5
+ * [1.13.0 - September 5, 2012](https://github.com/pengwynn/octokit/compare/v1.12.0...v1.13.0)
6
+ * [1.12.0 - September 4, 2012](https://github.com/pengwynn/octokit/compare/v1.11.0...v1.12.0)
6
7
  * [1.11.0 - August 29, 2012](https://github.com/pengwynn/octokit/compare/v1.10.0...v1.11.0)
7
8
  * [1.10.0 - August 8, 2012](https://github.com/pengwynn/octokit/compare/v1.9.4...v1.10.0)
8
9
  * [1.9.4 - August 6, 2012](https://github.com/pengwynn/octokit/compare/v1.9.3...v1.9.4)
@@ -29,6 +29,14 @@ module Octokit
29
29
  alias :list_repos :repositories
30
30
  alias :repos :repositories
31
31
 
32
+ def star(repo, options={})
33
+ put "user/starred/#{Repository.new repo}", options, 3
34
+ end
35
+
36
+ def unstar(repo, options={})
37
+ delete "user/starred/#{Repository.new repo}", options, 3
38
+ end
39
+
32
40
  def watch(repo, options={})
33
41
  put "user/watched/#{Repository.new repo}", options, 3
34
42
  end
@@ -108,6 +116,10 @@ module Octokit
108
116
  end
109
117
  alias :contribs :contributors
110
118
 
119
+ def stargazers(repo, options={})
120
+ get "repos/#{Repository.new repo}/stargazers", options, 3
121
+ end
122
+
111
123
  def watchers(repo, options={})
112
124
  get "repos/#{Repository.new repo}/watchers", options, 3
113
125
  end
@@ -63,6 +63,16 @@ module Octokit
63
63
  delete("user/following/#{user}", options, 3, true, raw=true).status == 204
64
64
  end
65
65
 
66
+ def starred(user=login, options={})
67
+ get("users/#{user}/starred", options, 3)
68
+ end
69
+
70
+ def starred?(user, repo, options={})
71
+ get("user/starred/#{user}/#{repo}", options, 3, true, raw=true).status == 204
72
+ rescue Octokit::NotFound
73
+ false
74
+ end
75
+
66
76
  def watched(user=login, options={})
67
77
  get("users/#{user}/watched", options, 3)
68
78
  end
@@ -1,3 +1,3 @@
1
1
  module Octokit
2
- VERSION = "1.14.0" unless defined?(Octokit::VERSION)
2
+ VERSION = "1.15.0" unless defined?(Octokit::VERSION)
3
3
  end
@@ -0,0 +1,212 @@
1
+ [
2
+ {
3
+ "gravatar_id": "1f74b13f1e5c6c69cb5d7fbaabb1e2cb",
4
+ "id": 10308,
5
+ "login": "sferik",
6
+ "url": "https://api.github.com/users/sferik",
7
+ "avatar_url": "https://secure.gravatar.com/avatar/1f74b13f1e5c6c69cb5d7fbaabb1e2cb?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png"
8
+ },
9
+ {
10
+ "gravatar_id": "dfa3143343f3680753e0ae09de57bcd6",
11
+ "id": 2641,
12
+ "login": "hurrycane",
13
+ "url": "https://api.github.com/users/hurrycane",
14
+ "avatar_url": "https://secure.gravatar.com/avatar/dfa3143343f3680753e0ae09de57bcd6?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png"
15
+ },
16
+ {
17
+ "gravatar_id": "428167a3ec72235ba971162924492609",
18
+ "id": 4,
19
+ "login": "wycats",
20
+ "url": "https://api.github.com/users/wycats",
21
+ "avatar_url": "https://secure.gravatar.com/avatar/428167a3ec72235ba971162924492609?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png"
22
+ },
23
+ {
24
+ "gravatar_id": "454dcacc6b66e1ea03430a65feff7398",
25
+ "id": 43417,
26
+ "login": "Psli",
27
+ "url": "https://api.github.com/users/Psli",
28
+ "avatar_url": "https://secure.gravatar.com/avatar/454dcacc6b66e1ea03430a65feff7398?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png"
29
+ },
30
+ {
31
+ "gravatar_id": "23543848894f7af28866ccf2e0bd185b",
32
+ "id": 5977,
33
+ "login": "gigamo",
34
+ "url": "https://api.github.com/users/gigamo",
35
+ "avatar_url": "https://secure.gravatar.com/avatar/23543848894f7af28866ccf2e0bd185b?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png"
36
+ },
37
+ {
38
+ "gravatar_id": "7973be881d75b917a40a166b6cb1792c",
39
+ "id": 62331,
40
+ "login": "stevehodgkiss",
41
+ "url": "https://api.github.com/users/stevehodgkiss",
42
+ "avatar_url": "https://secure.gravatar.com/avatar/7973be881d75b917a40a166b6cb1792c?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png"
43
+ },
44
+ {
45
+ "gravatar_id": "582034b63279abeaa8e76acf12f5ee30",
46
+ "id": 5004,
47
+ "login": "drogus",
48
+ "url": "https://api.github.com/users/drogus",
49
+ "avatar_url": "https://secure.gravatar.com/avatar/582034b63279abeaa8e76acf12f5ee30?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png"
50
+ },
51
+ {
52
+ "gravatar_id": "debde181b3a5925bb347193b7568de6d",
53
+ "id": 1114,
54
+ "login": "digx",
55
+ "url": "https://api.github.com/users/digx",
56
+ "avatar_url": "https://secure.gravatar.com/avatar/debde181b3a5925bb347193b7568de6d?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png"
57
+ },
58
+ {
59
+ "gravatar_id": "63b09042812754c8e25faf71e3c3f09c",
60
+ "id": 169271,
61
+ "login": "cpatni",
62
+ "url": "https://api.github.com/users/cpatni",
63
+ "avatar_url": "https://secure.gravatar.com/avatar/63b09042812754c8e25faf71e3c3f09c?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png"
64
+ },
65
+ {
66
+ "gravatar_id": "a434c7b2837e1d09bc1a32b17e3ca2a6",
67
+ "id": 192933,
68
+ "login": "zhengjia",
69
+ "url": "https://api.github.com/users/zhengjia",
70
+ "avatar_url": "https://secure.gravatar.com/avatar/a434c7b2837e1d09bc1a32b17e3ca2a6?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png"
71
+ },
72
+ {
73
+ "gravatar_id": "422a492216af1bcad85496da9c0657d3",
74
+ "id": 12169,
75
+ "login": "sr3d",
76
+ "url": "https://api.github.com/users/sr3d",
77
+ "avatar_url": "https://secure.gravatar.com/avatar/422a492216af1bcad85496da9c0657d3?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png"
78
+ },
79
+ {
80
+ "gravatar_id": "40a0afa49eb7b12db4dcda70b2e1520d",
81
+ "id": 215071,
82
+ "login": "kaapa",
83
+ "url": "https://api.github.com/users/kaapa",
84
+ "avatar_url": "https://secure.gravatar.com/avatar/40a0afa49eb7b12db4dcda70b2e1520d?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png"
85
+ },
86
+ {
87
+ "gravatar_id": "a8f126503830f17535611793c379a3b9",
88
+ "id": 97366,
89
+ "login": "exine",
90
+ "url": "https://api.github.com/users/exine",
91
+ "avatar_url": "https://secure.gravatar.com/avatar/a8f126503830f17535611793c379a3b9?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png"
92
+ },
93
+ {
94
+ "gravatar_id": "e21ea082781b0d150cfe15c3223549bf",
95
+ "id": 158660,
96
+ "login": "simonomis",
97
+ "url": "https://api.github.com/users/simonomis",
98
+ "avatar_url": "https://secure.gravatar.com/avatar/e21ea082781b0d150cfe15c3223549bf?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png"
99
+ },
100
+ {
101
+ "gravatar_id": "7502b2ff04e7446bbc26a06081cbf5ed",
102
+ "id": 101274,
103
+ "login": "brunomalvestuto",
104
+ "url": "https://api.github.com/users/brunomalvestuto",
105
+ "avatar_url": "https://secure.gravatar.com/avatar/7502b2ff04e7446bbc26a06081cbf5ed?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png"
106
+ },
107
+ {
108
+ "gravatar_id": "e7a8287a95384365aebea228018e450b",
109
+ "id": 105954,
110
+ "login": "galuto",
111
+ "url": "https://api.github.com/users/galuto",
112
+ "avatar_url": "https://secure.gravatar.com/avatar/e7a8287a95384365aebea228018e450b?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png"
113
+ },
114
+ {
115
+ "gravatar_id": "e406931fbeece385c032f601968928b1",
116
+ "id": 120809,
117
+ "login": "rozaliev",
118
+ "url": "https://api.github.com/users/rozaliev",
119
+ "avatar_url": "https://secure.gravatar.com/avatar/e406931fbeece385c032f601968928b1?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png"
120
+ },
121
+ {
122
+ "gravatar_id": "2a03308b3abcbb395a2825cfe3d5f710",
123
+ "id": 6397,
124
+ "login": "lucasts",
125
+ "url": "https://api.github.com/users/lucasts",
126
+ "avatar_url": "https://secure.gravatar.com/avatar/2a03308b3abcbb395a2825cfe3d5f710?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png"
127
+ },
128
+ {
129
+ "gravatar_id": "c544188078900e5d5976689949177f11",
130
+ "id": 11747,
131
+ "login": "slawosz",
132
+ "url": "https://api.github.com/users/slawosz",
133
+ "avatar_url": "https://secure.gravatar.com/avatar/c544188078900e5d5976689949177f11?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png"
134
+ },
135
+ {
136
+ "gravatar_id": "ac6a1517accfdf91ef9c3906b19ff02c",
137
+ "id": 6775,
138
+ "login": "shanlalit",
139
+ "url": "https://api.github.com/users/shanlalit",
140
+ "avatar_url": "https://secure.gravatar.com/avatar/ac6a1517accfdf91ef9c3906b19ff02c?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png"
141
+ },
142
+ {
143
+ "gravatar_id": "d8526daaca96275ea39324816b44292f",
144
+ "id": 8074,
145
+ "login": "grigio",
146
+ "url": "https://api.github.com/users/grigio",
147
+ "avatar_url": "https://secure.gravatar.com/avatar/d8526daaca96275ea39324816b44292f?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png"
148
+ },
149
+ {
150
+ "gravatar_id": "c010992dff8a2b7342936d312216ccab",
151
+ "id": 7192,
152
+ "login": "tokumine",
153
+ "url": "https://api.github.com/users/tokumine",
154
+ "avatar_url": "https://secure.gravatar.com/avatar/c010992dff8a2b7342936d312216ccab?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png"
155
+ },
156
+ {
157
+ "gravatar_id": "97822aeb6cea1c6b6e6a7170c6e96fd8",
158
+ "id": 101310,
159
+ "login": "xlcrs",
160
+ "url": "https://api.github.com/users/xlcrs",
161
+ "avatar_url": "https://secure.gravatar.com/avatar/97822aeb6cea1c6b6e6a7170c6e96fd8?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png"
162
+ },
163
+ {
164
+ "gravatar_id": "9b1a71682de14fc6fc2b944a9c4814a0",
165
+ "id": 755,
166
+ "login": "myabc",
167
+ "url": "https://api.github.com/users/myabc",
168
+ "avatar_url": "https://secure.gravatar.com/avatar/9b1a71682de14fc6fc2b944a9c4814a0?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png"
169
+ },
170
+ {
171
+ "gravatar_id": "832ed6ace46d61032151f4e1864c057f",
172
+ "id": 5091,
173
+ "login": "dmitry",
174
+ "url": "https://api.github.com/users/dmitry",
175
+ "avatar_url": "https://secure.gravatar.com/avatar/832ed6ace46d61032151f4e1864c057f?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png"
176
+ },
177
+ {
178
+ "gravatar_id": "0945810eafa4ac5387084a7815488579",
179
+ "id": 16054,
180
+ "login": "plukevdh",
181
+ "url": "https://api.github.com/users/plukevdh",
182
+ "avatar_url": "https://secure.gravatar.com/avatar/0945810eafa4ac5387084a7815488579?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png"
183
+ },
184
+ {
185
+ "gravatar_id": "b444b54fb4349a617b68f55ed923ca7e",
186
+ "id": 49547,
187
+ "login": "sunny36",
188
+ "url": "https://api.github.com/users/sunny36",
189
+ "avatar_url": "https://secure.gravatar.com/avatar/b444b54fb4349a617b68f55ed923ca7e?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png"
190
+ },
191
+ {
192
+ "gravatar_id": "75cb325d7b55a6659fc050f6fa822c7c",
193
+ "id": 1037,
194
+ "login": "zmack",
195
+ "url": "https://api.github.com/users/zmack",
196
+ "avatar_url": "https://secure.gravatar.com/avatar/75cb325d7b55a6659fc050f6fa822c7c?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png"
197
+ },
198
+ {
199
+ "gravatar_id": "f5f0ba91703367c16ff63b2794478369",
200
+ "id": 69581,
201
+ "login": "cameronpriest",
202
+ "url": "https://api.github.com/users/cameronpriest",
203
+ "avatar_url": "https://secure.gravatar.com/avatar/f5f0ba91703367c16ff63b2794478369?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png"
204
+ },
205
+ {
206
+ "gravatar_id": "232657bc369e6379b6a8801452d2507f",
207
+ "id": 745,
208
+ "login": "Bregor",
209
+ "url": "https://api.github.com/users/Bregor",
210
+ "avatar_url": "https://secure.gravatar.com/avatar/232657bc369e6379b6a8801452d2507f?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png"
211
+ }
212
+ ]
@@ -0,0 +1,1114 @@
1
+ [
2
+ {
3
+ "watchers_count": 1470,
4
+ "created_at": "2007-10-29T14:37:16Z",
5
+ "open_issues": 91,
6
+ "has_issues": true,
7
+ "ssh_url": "git@github.com:mojombo/grit.git",
8
+ "html_url": "https://github.com/mojombo/grit",
9
+ "owner": {
10
+ "avatar_url": "https://secure.gravatar.com/avatar/25c7c18223fb42a4c6ae1c8db6f50f9b?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png",
11
+ "gravatar_id": "25c7c18223fb42a4c6ae1c8db6f50f9b",
12
+ "id": 1,
13
+ "login": "mojombo",
14
+ "url": "https://api.github.com/users/mojombo"
15
+ },
16
+ "open_issues_count": 91,
17
+ "clone_url": "https://github.com/mojombo/grit.git",
18
+ "pushed_at": "2012-09-04T21:54:09Z",
19
+ "forks": 252,
20
+ "has_downloads": true,
21
+ "updated_at": "2012-09-23T17:27:13Z",
22
+ "full_name": "mojombo/grit",
23
+ "language": "Ruby",
24
+ "size": 2234,
25
+ "fork": false,
26
+ "homepage": "http://grit.rubyforge.org/",
27
+ "name": "grit",
28
+ "forks_count": 252,
29
+ "has_wiki": true,
30
+ "git_url": "git://github.com/mojombo/grit.git",
31
+ "private": false,
32
+ "id": 1,
33
+ "watchers": 1470,
34
+ "mirror_url": null,
35
+ "description": "Grit gives you object oriented read/write access to Git repositories via Ruby.",
36
+ "svn_url": "https://github.com/mojombo/grit",
37
+ "url": "https://api.github.com/repos/mojombo/grit"
38
+ },
39
+ {
40
+ "watchers_count": 1483,
41
+ "created_at": "2008-01-12T16:46:52Z",
42
+ "open_issues": 76,
43
+ "has_issues": true,
44
+ "ssh_url": "git@github.com:rubinius/rubinius.git",
45
+ "html_url": "https://github.com/rubinius/rubinius",
46
+ "owner": {
47
+ "avatar_url": "https://secure.gravatar.com/avatar/8a664b7c5ca834af3e7e49d3a6160082?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-org-420.png",
48
+ "gravatar_id": "8a664b7c5ca834af3e7e49d3a6160082",
49
+ "id": 317747,
50
+ "login": "rubinius",
51
+ "url": "https://api.github.com/users/rubinius"
52
+ },
53
+ "open_issues_count": 76,
54
+ "clone_url": "https://github.com/rubinius/rubinius.git",
55
+ "pushed_at": "2012-09-22T12:17:07Z",
56
+ "master_branch": "master",
57
+ "forks": 375,
58
+ "has_downloads": true,
59
+ "updated_at": "2012-09-23T18:55:36Z",
60
+ "full_name": "rubinius/rubinius",
61
+ "language": "Ruby",
62
+ "size": 17172,
63
+ "fork": false,
64
+ "homepage": "http://github.com/rubinius/rubinius",
65
+ "name": "rubinius",
66
+ "forks_count": 375,
67
+ "has_wiki": true,
68
+ "git_url": "git://github.com/rubinius/rubinius.git",
69
+ "private": false,
70
+ "id": 27,
71
+ "watchers": 1483,
72
+ "mirror_url": null,
73
+ "description": "Rubinius, the Ruby Environment",
74
+ "svn_url": "https://github.com/rubinius/rubinius",
75
+ "url": "https://api.github.com/repos/rubinius/rubinius"
76
+ },
77
+ {
78
+ "watchers_count": 210,
79
+ "created_at": "2008-02-09T18:18:23Z",
80
+ "open_issues": 6,
81
+ "has_issues": true,
82
+ "ssh_url": "git@github.com:collectiveidea/tinder.git",
83
+ "html_url": "https://github.com/collectiveidea/tinder",
84
+ "owner": {
85
+ "avatar_url": "https://secure.gravatar.com/avatar/13ff8dc8c2bf2a4752816e1e3f201a05?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-org-420.png",
86
+ "gravatar_id": "13ff8dc8c2bf2a4752816e1e3f201a05",
87
+ "id": 128,
88
+ "login": "collectiveidea",
89
+ "url": "https://api.github.com/users/collectiveidea"
90
+ },
91
+ "open_issues_count": 6,
92
+ "clone_url": "https://github.com/collectiveidea/tinder.git",
93
+ "pushed_at": "2012-09-07T12:42:02Z",
94
+ "forks": 69,
95
+ "has_downloads": true,
96
+ "updated_at": "2012-09-20T18:56:51Z",
97
+ "full_name": "collectiveidea/tinder",
98
+ "language": "Ruby",
99
+ "size": 188,
100
+ "fork": false,
101
+ "homepage": "http://tinder.rubyforge.org/",
102
+ "name": "tinder",
103
+ "forks_count": 69,
104
+ "has_wiki": true,
105
+ "git_url": "git://github.com/collectiveidea/tinder.git",
106
+ "private": false,
107
+ "id": 376,
108
+ "watchers": 210,
109
+ "mirror_url": null,
110
+ "description": "Tinder is a Ruby API for interfacing with Campfire, the 37Signals chat application.",
111
+ "svn_url": "https://github.com/collectiveidea/tinder",
112
+ "url": "https://api.github.com/repos/collectiveidea/tinder"
113
+ },
114
+ {
115
+ "watchers_count": 1843,
116
+ "created_at": "2008-02-14T02:20:50Z",
117
+ "open_issues": 3,
118
+ "has_issues": true,
119
+ "ssh_url": "git@github.com:sferik/twitter.git",
120
+ "html_url": "https://github.com/sferik/twitter",
121
+ "owner": {
122
+ "avatar_url": "https://secure.gravatar.com/avatar/1f74b13f1e5c6c69cb5d7fbaabb1e2cb?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png",
123
+ "gravatar_id": "1f74b13f1e5c6c69cb5d7fbaabb1e2cb",
124
+ "id": 10308,
125
+ "login": "sferik",
126
+ "url": "https://api.github.com/users/sferik"
127
+ },
128
+ "open_issues_count": 3,
129
+ "clone_url": "https://github.com/sferik/twitter.git",
130
+ "pushed_at": "2012-09-18T07:16:57Z",
131
+ "forks": 330,
132
+ "has_downloads": true,
133
+ "updated_at": "2012-09-23T19:10:55Z",
134
+ "full_name": "sferik/twitter",
135
+ "language": "Ruby",
136
+ "size": 476,
137
+ "fork": false,
138
+ "homepage": "http://rdoc.info/gems/twitter",
139
+ "name": "twitter",
140
+ "forks_count": 330,
141
+ "has_wiki": true,
142
+ "git_url": "git://github.com/sferik/twitter.git",
143
+ "private": false,
144
+ "id": 507,
145
+ "watchers": 1843,
146
+ "mirror_url": null,
147
+ "description": "A Ruby wrapper for the Twitter REST and Search APIs",
148
+ "svn_url": "https://github.com/sferik/twitter",
149
+ "url": "https://api.github.com/repos/sferik/twitter"
150
+ },
151
+ {
152
+ "watchers_count": 579,
153
+ "created_at": "2008-02-26T00:01:52Z",
154
+ "open_issues": 43,
155
+ "has_issues": true,
156
+ "ssh_url": "git@github.com:lsegal/yard.git",
157
+ "html_url": "https://github.com/lsegal/yard",
158
+ "owner": {
159
+ "avatar_url": "https://secure.gravatar.com/avatar/510395998b7e929a8f48dc8cdb087379?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png",
160
+ "gravatar_id": "510395998b7e929a8f48dc8cdb087379",
161
+ "id": 686,
162
+ "login": "lsegal",
163
+ "url": "https://api.github.com/users/lsegal"
164
+ },
165
+ "open_issues_count": 43,
166
+ "clone_url": "https://github.com/lsegal/yard.git",
167
+ "pushed_at": "2012-08-08T20:22:51Z",
168
+ "forks": 92,
169
+ "has_downloads": true,
170
+ "updated_at": "2012-09-21T00:48:30Z",
171
+ "full_name": "lsegal/yard",
172
+ "language": "Ruby",
173
+ "size": 460,
174
+ "fork": false,
175
+ "homepage": "http://yardoc.org",
176
+ "name": "yard",
177
+ "forks_count": 92,
178
+ "has_wiki": true,
179
+ "git_url": "git://github.com/lsegal/yard.git",
180
+ "private": false,
181
+ "id": 1252,
182
+ "watchers": 579,
183
+ "mirror_url": null,
184
+ "description": "YARD is a Ruby Documentation tool. The Y stands for \"Yay!\"",
185
+ "svn_url": "https://github.com/lsegal/yard",
186
+ "url": "https://api.github.com/repos/lsegal/yard"
187
+ },
188
+ {
189
+ "watchers_count": 1746,
190
+ "created_at": "2008-02-29T23:32:44Z",
191
+ "open_issues": 15,
192
+ "has_issues": true,
193
+ "ssh_url": "git@github.com:dchelimsky/rspec.git",
194
+ "html_url": "https://github.com/dchelimsky/rspec",
195
+ "owner": {
196
+ "avatar_url": "https://secure.gravatar.com/avatar/5d38ab152e1e3e219512a9859fcd93af?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png",
197
+ "gravatar_id": "5d38ab152e1e3e219512a9859fcd93af",
198
+ "id": 1075,
199
+ "login": "dchelimsky",
200
+ "url": "https://api.github.com/users/dchelimsky"
201
+ },
202
+ "open_issues_count": 15,
203
+ "clone_url": "https://github.com/dchelimsky/rspec.git",
204
+ "pushed_at": "2012-02-07T13:37:40Z",
205
+ "forks": 156,
206
+ "has_downloads": true,
207
+ "updated_at": "2012-09-23T02:37:49Z",
208
+ "full_name": "dchelimsky/rspec",
209
+ "language": "Ruby",
210
+ "size": 2712,
211
+ "fork": false,
212
+ "homepage": "http://rspec.info",
213
+ "name": "rspec",
214
+ "forks_count": 156,
215
+ "has_wiki": true,
216
+ "git_url": "git://github.com/dchelimsky/rspec.git",
217
+ "private": false,
218
+ "id": 1932,
219
+ "watchers": 1746,
220
+ "mirror_url": null,
221
+ "description": "Behaviour Driven Development framework for Ruby",
222
+ "svn_url": "https://github.com/dchelimsky/rspec",
223
+ "url": "https://api.github.com/repos/dchelimsky/rspec"
224
+ },
225
+ {
226
+ "watchers_count": 1078,
227
+ "created_at": "2008-03-02T06:22:30Z",
228
+ "open_issues": 5,
229
+ "has_issues": true,
230
+ "ssh_url": "git@github.com:Caged/gitnub.git",
231
+ "html_url": "https://github.com/Caged/gitnub",
232
+ "owner": {
233
+ "avatar_url": "https://secure.gravatar.com/avatar/97c3a8eea9b7eaa9e1e93ea3cd47399f?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png",
234
+ "gravatar_id": "97c3a8eea9b7eaa9e1e93ea3cd47399f",
235
+ "id": 25,
236
+ "login": "Caged",
237
+ "url": "https://api.github.com/users/Caged"
238
+ },
239
+ "open_issues_count": 5,
240
+ "clone_url": "https://github.com/Caged/gitnub.git",
241
+ "pushed_at": "2009-12-17T18:42:45Z",
242
+ "forks": 31,
243
+ "has_downloads": true,
244
+ "updated_at": "2012-09-21T21:45:13Z",
245
+ "full_name": "Caged/gitnub",
246
+ "language": "Ruby",
247
+ "size": 3379,
248
+ "fork": false,
249
+ "homepage": "http://alternateidea.com",
250
+ "name": "gitnub",
251
+ "forks_count": 31,
252
+ "has_wiki": true,
253
+ "git_url": "git://github.com/Caged/gitnub.git",
254
+ "private": false,
255
+ "id": 2090,
256
+ "watchers": 1078,
257
+ "mirror_url": null,
258
+ "description": "A Gitk-like application written in RubyCocoa that looks like it belongs on a Mac. See the wiki for downloads and screenshots.",
259
+ "svn_url": "https://github.com/Caged/gitnub",
260
+ "url": "https://api.github.com/repos/Caged/gitnub"
261
+ },
262
+ {
263
+ "watchers_count": 204,
264
+ "created_at": "2008-03-09T05:37:48Z",
265
+ "open_issues": 7,
266
+ "has_issues": true,
267
+ "ssh_url": "git@github.com:nkallen/arel.git",
268
+ "html_url": "https://github.com/nkallen/arel",
269
+ "owner": {
270
+ "avatar_url": "https://secure.gravatar.com/avatar/2b292377455ec105686730d6aa59c262?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png",
271
+ "gravatar_id": "2b292377455ec105686730d6aa59c262",
272
+ "id": 699,
273
+ "login": "nkallen",
274
+ "url": "https://api.github.com/users/nkallen"
275
+ },
276
+ "open_issues_count": 7,
277
+ "clone_url": "https://github.com/nkallen/arel.git",
278
+ "pushed_at": "2009-05-21T04:06:11Z",
279
+ "forks": 174,
280
+ "has_downloads": true,
281
+ "updated_at": "2012-09-21T09:46:21Z",
282
+ "full_name": "nkallen/arel",
283
+ "language": "Ruby",
284
+ "size": 856,
285
+ "fork": false,
286
+ "homepage": "",
287
+ "name": "arel",
288
+ "forks_count": 174,
289
+ "has_wiki": true,
290
+ "git_url": "git://github.com/nkallen/arel.git",
291
+ "private": false,
292
+ "id": 3160,
293
+ "watchers": 204,
294
+ "mirror_url": null,
295
+ "description": "A Relational Algebra",
296
+ "svn_url": "https://github.com/nkallen/arel",
297
+ "url": "https://api.github.com/repos/nkallen/arel"
298
+ },
299
+ {
300
+ "watchers_count": 137,
301
+ "created_at": "2008-03-12T06:09:09Z",
302
+ "open_issues": 8,
303
+ "has_issues": true,
304
+ "ssh_url": "git@github.com:defunkt/cheat.git",
305
+ "html_url": "https://github.com/defunkt/cheat",
306
+ "owner": {
307
+ "avatar_url": "https://secure.gravatar.com/avatar/b8dbb1987e8e5318584865f880036796?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png",
308
+ "gravatar_id": "b8dbb1987e8e5318584865f880036796",
309
+ "id": 2,
310
+ "login": "defunkt",
311
+ "url": "https://api.github.com/users/defunkt"
312
+ },
313
+ "open_issues_count": 8,
314
+ "clone_url": "https://github.com/defunkt/cheat.git",
315
+ "pushed_at": "2010-07-24T21:08:43Z",
316
+ "forks": 34,
317
+ "has_downloads": false,
318
+ "updated_at": "2012-09-20T04:19:00Z",
319
+ "full_name": "defunkt/cheat",
320
+ "language": "Ruby",
321
+ "size": 488,
322
+ "fork": false,
323
+ "homepage": "http://cheat.errtheblog.com",
324
+ "name": "cheat",
325
+ "forks_count": 34,
326
+ "has_wiki": false,
327
+ "git_url": "git://github.com/defunkt/cheat.git",
328
+ "private": false,
329
+ "id": 3591,
330
+ "watchers": 137,
331
+ "mirror_url": null,
332
+ "description": "Cheating is fun!",
333
+ "svn_url": "https://github.com/defunkt/cheat",
334
+ "url": "https://api.github.com/repos/defunkt/cheat"
335
+ },
336
+ {
337
+ "watchers_count": 59,
338
+ "created_at": "2008-03-13T17:53:29Z",
339
+ "open_issues": 1,
340
+ "has_issues": true,
341
+ "ssh_url": "git@github.com:al3x/downforeveryoneorjustme.git",
342
+ "html_url": "https://github.com/al3x/downforeveryoneorjustme",
343
+ "owner": {
344
+ "avatar_url": "https://secure.gravatar.com/avatar/3fcb27e39d2ff47357a803e91347fee4?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png",
345
+ "gravatar_id": "3fcb27e39d2ff47357a803e91347fee4",
346
+ "id": 152,
347
+ "login": "al3x",
348
+ "url": "https://api.github.com/users/al3x"
349
+ },
350
+ "open_issues_count": 1,
351
+ "clone_url": "https://github.com/al3x/downforeveryoneorjustme.git",
352
+ "pushed_at": "2010-01-11T23:09:40Z",
353
+ "forks": 8,
354
+ "has_downloads": true,
355
+ "updated_at": "2012-09-10T04:44:46Z",
356
+ "full_name": "al3x/downforeveryoneorjustme",
357
+ "language": "Python",
358
+ "size": 1126,
359
+ "fork": false,
360
+ "homepage": "http://downforeveryoneorjustme.com",
361
+ "name": "downforeveryoneorjustme",
362
+ "forks_count": 8,
363
+ "has_wiki": true,
364
+ "git_url": "git://github.com/al3x/downforeveryoneorjustme.git",
365
+ "private": false,
366
+ "id": 3781,
367
+ "watchers": 59,
368
+ "mirror_url": null,
369
+ "description": "Is it down for everyone, or just me?",
370
+ "svn_url": "https://github.com/al3x/downforeveryoneorjustme",
371
+ "url": "https://api.github.com/repos/al3x/downforeveryoneorjustme"
372
+ },
373
+ {
374
+ "watchers_count": 17,
375
+ "created_at": "2008-03-23T01:45:20Z",
376
+ "open_issues": 0,
377
+ "has_issues": true,
378
+ "ssh_url": "git@github.com:nathansobo/hyperarchy.git",
379
+ "html_url": "https://github.com/nathansobo/hyperarchy",
380
+ "owner": {
381
+ "avatar_url": "https://secure.gravatar.com/avatar/bd964c4c26b160867008b423ae92b3e7?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png",
382
+ "gravatar_id": "bd964c4c26b160867008b423ae92b3e7",
383
+ "id": 1789,
384
+ "login": "nathansobo",
385
+ "url": "https://api.github.com/users/nathansobo"
386
+ },
387
+ "open_issues_count": 0,
388
+ "clone_url": "https://github.com/nathansobo/hyperarchy.git",
389
+ "pushed_at": "2012-09-21T21:59:13Z",
390
+ "forks": 3,
391
+ "has_downloads": true,
392
+ "updated_at": "2012-09-21T21:59:14Z",
393
+ "full_name": "nathansobo/hyperarchy",
394
+ "language": "Ruby",
395
+ "size": 200,
396
+ "fork": false,
397
+ "homepage": "",
398
+ "name": "hyperarchy",
399
+ "forks_count": 3,
400
+ "has_wiki": true,
401
+ "git_url": "git://github.com/nathansobo/hyperarchy.git",
402
+ "private": false,
403
+ "id": 5018,
404
+ "watchers": 17,
405
+ "mirror_url": null,
406
+ "description": "A ranked-pairs-based collaborative decision making site.",
407
+ "svn_url": "https://github.com/nathansobo/hyperarchy",
408
+ "url": "https://api.github.com/repos/nathansobo/hyperarchy"
409
+ },
410
+ {
411
+ "watchers_count": 1386,
412
+ "created_at": "2008-03-27T23:40:48Z",
413
+ "open_issues": 16,
414
+ "has_issues": false,
415
+ "ssh_url": "git@github.com:FooBarWidget/passenger.git",
416
+ "html_url": "https://github.com/FooBarWidget/passenger",
417
+ "owner": {
418
+ "avatar_url": "https://secure.gravatar.com/avatar/02f0ee0da223f90bb9996ef252e528c1?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png",
419
+ "gravatar_id": "02f0ee0da223f90bb9996ef252e528c1",
420
+ "id": 819,
421
+ "login": "FooBarWidget",
422
+ "url": "https://api.github.com/users/FooBarWidget"
423
+ },
424
+ "open_issues_count": 16,
425
+ "clone_url": "https://github.com/FooBarWidget/passenger.git",
426
+ "pushed_at": "2012-09-23T11:01:35Z",
427
+ "forks": 186,
428
+ "has_downloads": false,
429
+ "updated_at": "2012-09-23T11:01:42Z",
430
+ "full_name": "FooBarWidget/passenger",
431
+ "language": "C++",
432
+ "size": 988,
433
+ "fork": false,
434
+ "homepage": "http://www.modrails.com/",
435
+ "name": "passenger",
436
+ "forks_count": 186,
437
+ "has_wiki": true,
438
+ "git_url": "git://github.com/FooBarWidget/passenger.git",
439
+ "private": false,
440
+ "id": 5625,
441
+ "watchers": 1386,
442
+ "mirror_url": null,
443
+ "description": "Phusion Passenger (mod_rails)",
444
+ "svn_url": "https://github.com/FooBarWidget/passenger",
445
+ "url": "https://api.github.com/repos/FooBarWidget/passenger"
446
+ },
447
+ {
448
+ "watchers_count": 18,
449
+ "created_at": "2008-04-01T22:17:38Z",
450
+ "open_issues": 0,
451
+ "has_issues": false,
452
+ "ssh_url": "git@github.com:pezra/resourceful.git",
453
+ "html_url": "https://github.com/pezra/resourceful",
454
+ "owner": {
455
+ "avatar_url": "https://secure.gravatar.com/avatar/f38112009dc16547051c8ac246cee443?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png",
456
+ "gravatar_id": "f38112009dc16547051c8ac246cee443",
457
+ "id": 4122,
458
+ "login": "pezra",
459
+ "url": "https://api.github.com/users/pezra"
460
+ },
461
+ "open_issues_count": 0,
462
+ "clone_url": "https://github.com/pezra/resourceful.git",
463
+ "pushed_at": "2011-05-26T17:12:01Z",
464
+ "forks": 10,
465
+ "has_downloads": false,
466
+ "updated_at": "2012-09-14T18:13:45Z",
467
+ "full_name": "pezra/resourceful",
468
+ "language": "Ruby",
469
+ "size": 348,
470
+ "fork": false,
471
+ "homepage": "http://absolute-performance.com/open-source/resourceful",
472
+ "name": "resourceful",
473
+ "forks_count": 10,
474
+ "has_wiki": false,
475
+ "git_url": "git://github.com/pezra/resourceful.git",
476
+ "private": false,
477
+ "id": 6181,
478
+ "watchers": 18,
479
+ "mirror_url": null,
480
+ "description": "The canonical version of Resourceful is /paul/resourceful now. An HTTP library for Ruby that takes advantage of everything HTTP has to offer.",
481
+ "svn_url": "https://github.com/pezra/resourceful",
482
+ "url": "https://api.github.com/repos/pezra/resourceful"
483
+ },
484
+ {
485
+ "watchers_count": 16054,
486
+ "created_at": "2008-04-11T02:19:47Z",
487
+ "open_issues": 397,
488
+ "has_issues": true,
489
+ "ssh_url": "git@github.com:rails/rails.git",
490
+ "html_url": "https://github.com/rails/rails",
491
+ "owner": {
492
+ "avatar_url": "https://secure.gravatar.com/avatar/30f39a09e233e8369dddf6feb4be0308?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-org-420.png",
493
+ "gravatar_id": "30f39a09e233e8369dddf6feb4be0308",
494
+ "id": 4223,
495
+ "login": "rails",
496
+ "url": "https://api.github.com/users/rails"
497
+ },
498
+ "open_issues_count": 397,
499
+ "clone_url": "https://github.com/rails/rails.git",
500
+ "pushed_at": "2012-09-23T16:45:33Z",
501
+ "forks": 3920,
502
+ "has_downloads": true,
503
+ "updated_at": "2012-09-23T19:30:33Z",
504
+ "full_name": "rails/rails",
505
+ "language": "Ruby",
506
+ "size": 83488,
507
+ "fork": false,
508
+ "homepage": "http://rubyonrails.org",
509
+ "name": "rails",
510
+ "forks_count": 3920,
511
+ "has_wiki": false,
512
+ "git_url": "git://github.com/rails/rails.git",
513
+ "private": false,
514
+ "id": 8514,
515
+ "watchers": 16054,
516
+ "mirror_url": null,
517
+ "description": "Ruby on Rails",
518
+ "svn_url": "https://github.com/rails/rails",
519
+ "url": "https://api.github.com/repos/rails/rails"
520
+ },
521
+ {
522
+ "watchers_count": 876,
523
+ "created_at": "2008-04-17T22:59:41Z",
524
+ "open_issues": 40,
525
+ "has_issues": true,
526
+ "ssh_url": "git@github.com:fesplugas/typus.git",
527
+ "html_url": "https://github.com/fesplugas/typus",
528
+ "owner": {
529
+ "avatar_url": "https://secure.gravatar.com/avatar/663b9f140ec3c343f75102499cdcece9?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png",
530
+ "gravatar_id": "663b9f140ec3c343f75102499cdcece9",
531
+ "id": 2720,
532
+ "login": "fesplugas",
533
+ "url": "https://api.github.com/users/fesplugas"
534
+ },
535
+ "open_issues_count": 40,
536
+ "clone_url": "https://github.com/fesplugas/typus.git",
537
+ "pushed_at": "2012-09-18T18:00:56Z",
538
+ "master_branch": "master",
539
+ "forks": 181,
540
+ "has_downloads": true,
541
+ "updated_at": "2012-09-22T14:32:46Z",
542
+ "full_name": "fesplugas/typus",
543
+ "language": "Ruby",
544
+ "size": 731,
545
+ "fork": false,
546
+ "homepage": "http:/www.typuscmf.com/",
547
+ "name": "typus",
548
+ "forks_count": 181,
549
+ "has_wiki": false,
550
+ "git_url": "git://github.com/fesplugas/typus.git",
551
+ "private": false,
552
+ "id": 10731,
553
+ "watchers": 876,
554
+ "mirror_url": null,
555
+ "description": "Ruby on Rails Admin Panel (Engine) to allow trusted users edit structured content.",
556
+ "svn_url": "https://github.com/fesplugas/typus",
557
+ "url": "https://api.github.com/repos/fesplugas/typus"
558
+ },
559
+ {
560
+ "watchers_count": 754,
561
+ "created_at": "2008-05-02T10:37:07Z",
562
+ "open_issues": 3,
563
+ "has_issues": false,
564
+ "ssh_url": "git@github.com:lifo/docrails.git",
565
+ "html_url": "https://github.com/lifo/docrails",
566
+ "owner": {
567
+ "avatar_url": "https://secure.gravatar.com/avatar/a05834e9b5954947eb0ba3b570c47d5e?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png",
568
+ "gravatar_id": "a05834e9b5954947eb0ba3b570c47d5e",
569
+ "id": 91,
570
+ "login": "lifo",
571
+ "url": "https://api.github.com/users/lifo"
572
+ },
573
+ "open_issues_count": 3,
574
+ "clone_url": "https://github.com/lifo/docrails.git",
575
+ "pushed_at": "2012-09-23T10:10:26Z",
576
+ "forks": 327,
577
+ "has_downloads": true,
578
+ "updated_at": "2012-09-23T13:13:15Z",
579
+ "full_name": "lifo/docrails",
580
+ "language": "Ruby",
581
+ "size": 24344,
582
+ "fork": false,
583
+ "homepage": "http://weblog.rubyonrails.org/2012/3/7/what-is-docrails",
584
+ "name": "docrails",
585
+ "forks_count": 327,
586
+ "has_wiki": true,
587
+ "git_url": "git://github.com/lifo/docrails.git",
588
+ "private": false,
589
+ "id": 13992,
590
+ "watchers": 754,
591
+ "mirror_url": null,
592
+ "description": "PLEASE CHECK http://github.com/lifo/docrails/wikis",
593
+ "svn_url": "https://github.com/lifo/docrails",
594
+ "url": "https://api.github.com/repos/lifo/docrails"
595
+ },
596
+ {
597
+ "watchers_count": 69,
598
+ "created_at": "2008-05-03T00:21:52Z",
599
+ "open_issues": 5,
600
+ "has_issues": true,
601
+ "ssh_url": "git@github.com:jmhodges/rchardet.git",
602
+ "html_url": "https://github.com/jmhodges/rchardet",
603
+ "owner": {
604
+ "avatar_url": "https://secure.gravatar.com/avatar/c14d59affdf66fae5a925ee7df2de11a?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png",
605
+ "gravatar_id": "c14d59affdf66fae5a925ee7df2de11a",
606
+ "id": 598,
607
+ "login": "jmhodges",
608
+ "url": "https://api.github.com/users/jmhodges"
609
+ },
610
+ "open_issues_count": 5,
611
+ "clone_url": "https://github.com/jmhodges/rchardet.git",
612
+ "pushed_at": "2009-09-10T02:55:13Z",
613
+ "forks": 30,
614
+ "has_downloads": true,
615
+ "updated_at": "2012-09-10T04:47:21Z",
616
+ "full_name": "jmhodges/rchardet",
617
+ "language": "Ruby",
618
+ "size": 240,
619
+ "fork": false,
620
+ "homepage": "http://rubyforge.org/projects/rchardet",
621
+ "name": "rchardet",
622
+ "forks_count": 30,
623
+ "has_wiki": true,
624
+ "git_url": "git://github.com/jmhodges/rchardet.git",
625
+ "private": false,
626
+ "id": 14154,
627
+ "watchers": 69,
628
+ "mirror_url": null,
629
+ "description": "Character encoding auto-detection in Ruby. As smart as your browser. Open source.",
630
+ "svn_url": "https://github.com/jmhodges/rchardet",
631
+ "url": "https://api.github.com/repos/jmhodges/rchardet"
632
+ },
633
+ {
634
+ "watchers_count": 1329,
635
+ "created_at": "2008-05-07T20:07:31Z",
636
+ "open_issues": 59,
637
+ "has_issues": true,
638
+ "ssh_url": "git@github.com:wycats/thor.git",
639
+ "html_url": "https://github.com/wycats/thor",
640
+ "owner": {
641
+ "avatar_url": "https://secure.gravatar.com/avatar/428167a3ec72235ba971162924492609?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png",
642
+ "gravatar_id": "428167a3ec72235ba971162924492609",
643
+ "id": 4,
644
+ "login": "wycats",
645
+ "url": "https://api.github.com/users/wycats"
646
+ },
647
+ "open_issues_count": 59,
648
+ "clone_url": "https://github.com/wycats/thor.git",
649
+ "pushed_at": "2012-09-21T01:44:46Z",
650
+ "forks": 157,
651
+ "has_downloads": true,
652
+ "updated_at": "2012-09-23T01:51:43Z",
653
+ "full_name": "wycats/thor",
654
+ "language": "Ruby",
655
+ "size": 248,
656
+ "fork": false,
657
+ "homepage": "http://www.yehudakatz.com",
658
+ "name": "thor",
659
+ "forks_count": 157,
660
+ "has_wiki": true,
661
+ "git_url": "git://github.com/wycats/thor.git",
662
+ "private": false,
663
+ "id": 15257,
664
+ "watchers": 1329,
665
+ "mirror_url": null,
666
+ "description": "A scripting framework that replaces rake and sake",
667
+ "svn_url": "https://github.com/wycats/thor",
668
+ "url": "https://api.github.com/repos/wycats/thor"
669
+ },
670
+ {
671
+ "watchers_count": 71,
672
+ "created_at": "2008-05-09T16:00:36Z",
673
+ "open_issues": 2,
674
+ "has_issues": true,
675
+ "ssh_url": "git@github.com:paul/resourceful.git",
676
+ "html_url": "https://github.com/paul/resourceful",
677
+ "owner": {
678
+ "avatar_url": "https://secure.gravatar.com/avatar/d587890d0fcf8f45724baa8b1bfe1bf4?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png",
679
+ "gravatar_id": "d587890d0fcf8f45724baa8b1bfe1bf4",
680
+ "id": 184,
681
+ "login": "paul",
682
+ "url": "https://api.github.com/users/paul"
683
+ },
684
+ "open_issues_count": 2,
685
+ "clone_url": "https://github.com/paul/resourceful.git",
686
+ "pushed_at": "2011-05-26T17:34:45Z",
687
+ "forks": 6,
688
+ "has_downloads": true,
689
+ "updated_at": "2012-09-19T18:16:22Z",
690
+ "full_name": "paul/resourceful",
691
+ "language": "Ruby",
692
+ "size": 408,
693
+ "fork": true,
694
+ "homepage": "",
695
+ "name": "resourceful",
696
+ "forks_count": 6,
697
+ "has_wiki": true,
698
+ "git_url": "git://github.com/paul/resourceful.git",
699
+ "private": false,
700
+ "id": 15645,
701
+ "watchers": 71,
702
+ "mirror_url": null,
703
+ "description": "An HTTP library for Ruby that takes advantage of everything HTTP has to offer.",
704
+ "svn_url": "https://github.com/paul/resourceful",
705
+ "url": "https://api.github.com/repos/paul/resourceful"
706
+ },
707
+ {
708
+ "watchers_count": 47,
709
+ "created_at": "2008-05-24T00:08:20Z",
710
+ "open_issues": 4,
711
+ "has_issues": true,
712
+ "ssh_url": "git@github.com:jnicklas/templater.git",
713
+ "html_url": "https://github.com/jnicklas/templater",
714
+ "owner": {
715
+ "avatar_url": "https://secure.gravatar.com/avatar/6c469749d725177dd2837d806c769cd4?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png",
716
+ "gravatar_id": "6c469749d725177dd2837d806c769cd4",
717
+ "id": 134,
718
+ "login": "jnicklas",
719
+ "url": "https://api.github.com/users/jnicklas"
720
+ },
721
+ "open_issues_count": 4,
722
+ "clone_url": "https://github.com/jnicklas/templater.git",
723
+ "pushed_at": "2009-08-27T22:04:43Z",
724
+ "forks": 6,
725
+ "has_downloads": true,
726
+ "updated_at": "2012-09-10T04:48:33Z",
727
+ "full_name": "jnicklas/templater",
728
+ "language": "Ruby",
729
+ "size": 3072,
730
+ "fork": false,
731
+ "homepage": "",
732
+ "name": "templater",
733
+ "forks_count": 6,
734
+ "has_wiki": true,
735
+ "git_url": "git://github.com/jnicklas/templater.git",
736
+ "private": false,
737
+ "id": 19280,
738
+ "watchers": 47,
739
+ "mirror_url": null,
740
+ "description": "RubiGen alternative Generator thingy",
741
+ "svn_url": "https://github.com/jnicklas/templater",
742
+ "url": "https://api.github.com/repos/jnicklas/templater"
743
+ },
744
+ {
745
+ "watchers_count": 473,
746
+ "created_at": "2008-05-31T12:06:38Z",
747
+ "open_issues": 1,
748
+ "has_issues": false,
749
+ "ssh_url": "git@github.com:chneukirchen/rack.git",
750
+ "html_url": "https://github.com/chneukirchen/rack",
751
+ "owner": {
752
+ "avatar_url": "https://secure.gravatar.com/avatar/7264fb16beeea92b89bb42023738259d?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png",
753
+ "gravatar_id": "7264fb16beeea92b89bb42023738259d",
754
+ "id": 139,
755
+ "login": "chneukirchen",
756
+ "url": "https://api.github.com/users/chneukirchen"
757
+ },
758
+ "open_issues_count": 1,
759
+ "clone_url": "https://github.com/chneukirchen/rack.git",
760
+ "pushed_at": "2012-03-15T20:40:17Z",
761
+ "forks": 462,
762
+ "has_downloads": true,
763
+ "updated_at": "2012-09-23T13:53:23Z",
764
+ "full_name": "chneukirchen/rack",
765
+ "language": "Ruby",
766
+ "size": 472,
767
+ "fork": false,
768
+ "homepage": "http://rack.rubyforge.org/",
769
+ "name": "rack",
770
+ "forks_count": 462,
771
+ "has_wiki": true,
772
+ "git_url": "git://github.com/chneukirchen/rack.git",
773
+ "private": false,
774
+ "id": 20990,
775
+ "watchers": 473,
776
+ "mirror_url": null,
777
+ "description": "a modular Ruby webserver interface | personal fork | PLEASE BRANCH/SEND PULL REQUESTS/FILE BUGS AT rack/rack",
778
+ "svn_url": "https://github.com/chneukirchen/rack",
779
+ "url": "https://api.github.com/repos/chneukirchen/rack"
780
+ },
781
+ {
782
+ "watchers_count": 26,
783
+ "created_at": "2008-06-16T17:49:52Z",
784
+ "open_issues": 0,
785
+ "has_issues": true,
786
+ "ssh_url": "git@github.com:samaaron/monomer.git",
787
+ "html_url": "https://github.com/samaaron/monomer",
788
+ "owner": {
789
+ "avatar_url": "https://secure.gravatar.com/avatar/858b3e3b5d26d7a8652da042f86c5c80?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png",
790
+ "gravatar_id": "858b3e3b5d26d7a8652da042f86c5c80",
791
+ "id": 369,
792
+ "login": "samaaron",
793
+ "url": "https://api.github.com/users/samaaron"
794
+ },
795
+ "open_issues_count": 0,
796
+ "clone_url": "https://github.com/samaaron/monomer.git",
797
+ "pushed_at": "2008-06-28T23:14:32Z",
798
+ "forks": 4,
799
+ "has_downloads": true,
800
+ "updated_at": "2012-09-10T04:49:59Z",
801
+ "full_name": "samaaron/monomer",
802
+ "language": "Ruby",
803
+ "size": 772,
804
+ "fork": false,
805
+ "homepage": "http://docs.monome.org/doku.php?id=app:monomer",
806
+ "name": "monomer",
807
+ "forks_count": 4,
808
+ "has_wiki": true,
809
+ "git_url": "git://github.com/samaaron/monomer.git",
810
+ "private": false,
811
+ "id": 25770,
812
+ "watchers": 26,
813
+ "mirror_url": null,
814
+ "description": "A Ruby library (and sample apps) for playing with a monome (http://monome.org)",
815
+ "svn_url": "https://github.com/samaaron/monomer",
816
+ "url": "https://api.github.com/repos/samaaron/monomer"
817
+ },
818
+ {
819
+ "watchers_count": 391,
820
+ "created_at": "2008-07-13T09:27:40Z",
821
+ "open_issues": 14,
822
+ "has_issues": true,
823
+ "ssh_url": "git@github.com:Fudge/gltail.git",
824
+ "html_url": "https://github.com/Fudge/gltail",
825
+ "owner": {
826
+ "avatar_url": "https://secure.gravatar.com/avatar/68cc0d50a7daceeebc83dabd8293bbf9?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png",
827
+ "gravatar_id": "68cc0d50a7daceeebc83dabd8293bbf9",
828
+ "id": 2175,
829
+ "login": "Fudge",
830
+ "url": "https://api.github.com/users/Fudge"
831
+ },
832
+ "open_issues_count": 14,
833
+ "clone_url": "https://github.com/Fudge/gltail.git",
834
+ "pushed_at": "2012-05-10T17:07:12Z",
835
+ "forks": 50,
836
+ "has_downloads": true,
837
+ "updated_at": "2012-09-21T23:33:02Z",
838
+ "full_name": "Fudge/gltail",
839
+ "language": "Ruby",
840
+ "size": 288,
841
+ "fork": false,
842
+ "homepage": "http://www.fudgie.org",
843
+ "name": "gltail",
844
+ "forks_count": 50,
845
+ "has_wiki": true,
846
+ "git_url": "git://github.com/Fudge/gltail.git",
847
+ "private": false,
848
+ "id": 33714,
849
+ "watchers": 391,
850
+ "mirror_url": null,
851
+ "description": "Real-time visualization of server traffic, events and statistics with Ruby, SSH and OpenGL",
852
+ "svn_url": "https://github.com/Fudge/gltail",
853
+ "url": "https://api.github.com/repos/Fudge/gltail"
854
+ },
855
+ {
856
+ "watchers_count": 1572,
857
+ "created_at": "2008-07-28T20:55:11Z",
858
+ "open_issues": 12,
859
+ "has_issues": true,
860
+ "ssh_url": "git@github.com:jnunemaker/httparty.git",
861
+ "html_url": "https://github.com/jnunemaker/httparty",
862
+ "owner": {
863
+ "avatar_url": "https://secure.gravatar.com/avatar/3783e88128f2773aa70a8f925d5f795d?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png",
864
+ "gravatar_id": "3783e88128f2773aa70a8f925d5f795d",
865
+ "id": 235,
866
+ "login": "jnunemaker",
867
+ "url": "https://api.github.com/users/jnunemaker"
868
+ },
869
+ "open_issues_count": 12,
870
+ "clone_url": "https://github.com/jnunemaker/httparty.git",
871
+ "pushed_at": "2012-09-07T18:03:50Z",
872
+ "forks": 241,
873
+ "has_downloads": true,
874
+ "updated_at": "2012-09-23T20:12:29Z",
875
+ "full_name": "jnunemaker/httparty",
876
+ "language": "Ruby",
877
+ "size": 264,
878
+ "fork": false,
879
+ "homepage": "http://jnunemaker.github.com/httparty",
880
+ "name": "httparty",
881
+ "forks_count": 241,
882
+ "has_wiki": true,
883
+ "git_url": "git://github.com/jnunemaker/httparty.git",
884
+ "private": false,
885
+ "id": 37997,
886
+ "watchers": 1572,
887
+ "mirror_url": null,
888
+ "description": "Makes http fun again!",
889
+ "svn_url": "https://github.com/jnunemaker/httparty",
890
+ "url": "https://api.github.com/repos/jnunemaker/httparty"
891
+ },
892
+ {
893
+ "watchers_count": 1336,
894
+ "created_at": "2008-08-25T05:23:31Z",
895
+ "open_issues": 117,
896
+ "has_issues": true,
897
+ "ssh_url": "git@github.com:binarylogic/searchlogic.git",
898
+ "html_url": "https://github.com/binarylogic/searchlogic",
899
+ "owner": {
900
+ "avatar_url": "https://secure.gravatar.com/avatar/824ef1f89fa8b34d257ed83d8fd4e3dc?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-org-420.png",
901
+ "gravatar_id": "824ef1f89fa8b34d257ed83d8fd4e3dc",
902
+ "id": 4136,
903
+ "login": "binarylogic",
904
+ "url": "https://api.github.com/users/binarylogic"
905
+ },
906
+ "open_issues_count": 117,
907
+ "clone_url": "https://github.com/binarylogic/searchlogic.git",
908
+ "pushed_at": "2012-06-01T20:26:40Z",
909
+ "forks": 127,
910
+ "has_downloads": true,
911
+ "updated_at": "2012-09-23T21:13:58Z",
912
+ "full_name": "binarylogic/searchlogic",
913
+ "language": "Ruby",
914
+ "size": 2388,
915
+ "fork": false,
916
+ "homepage": "http://rdoc.info/projects/binarylogic/searchlogic",
917
+ "name": "searchlogic",
918
+ "forks_count": 127,
919
+ "has_wiki": true,
920
+ "git_url": "git://github.com/binarylogic/searchlogic.git",
921
+ "private": false,
922
+ "id": 45668,
923
+ "watchers": 1336,
924
+ "mirror_url": null,
925
+ "description": "Searchlogic provides object based searching, common named scopes, and other useful named scope tools.",
926
+ "svn_url": "https://github.com/binarylogic/searchlogic",
927
+ "url": "https://api.github.com/repos/binarylogic/searchlogic"
928
+ },
929
+ {
930
+ "watchers_count": 3303,
931
+ "created_at": "2008-08-28T18:39:49Z",
932
+ "open_issues": 24,
933
+ "has_issues": true,
934
+ "ssh_url": "git@github.com:jnicklas/carrierwave.git",
935
+ "html_url": "https://github.com/jnicklas/carrierwave",
936
+ "owner": {
937
+ "avatar_url": "https://secure.gravatar.com/avatar/6c469749d725177dd2837d806c769cd4?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png",
938
+ "gravatar_id": "6c469749d725177dd2837d806c769cd4",
939
+ "id": 134,
940
+ "login": "jnicklas",
941
+ "url": "https://api.github.com/users/jnicklas"
942
+ },
943
+ "open_issues_count": 24,
944
+ "clone_url": "https://github.com/jnicklas/carrierwave.git",
945
+ "pushed_at": "2012-09-23T16:57:31Z",
946
+ "forks": 456,
947
+ "has_downloads": true,
948
+ "updated_at": "2012-09-23T20:10:50Z",
949
+ "full_name": "jnicklas/carrierwave",
950
+ "language": "Ruby",
951
+ "size": 312,
952
+ "fork": false,
953
+ "homepage": "https://github.com/jnicklas/carrierwave",
954
+ "name": "carrierwave",
955
+ "forks_count": 456,
956
+ "has_wiki": true,
957
+ "git_url": "git://github.com/jnicklas/carrierwave.git",
958
+ "private": false,
959
+ "id": 47087,
960
+ "watchers": 3303,
961
+ "mirror_url": null,
962
+ "description": "Classier solution for file uploads for Rails, Sinatra and other Ruby web frameworks",
963
+ "svn_url": "https://github.com/jnicklas/carrierwave",
964
+ "url": "https://api.github.com/repos/jnicklas/carrierwave"
965
+ },
966
+ {
967
+ "watchers_count": 600,
968
+ "created_at": "2008-09-05T10:48:33Z",
969
+ "open_issues": 29,
970
+ "has_issues": true,
971
+ "ssh_url": "git@github.com:troessner/reek.git",
972
+ "html_url": "https://github.com/troessner/reek",
973
+ "owner": {
974
+ "avatar_url": "https://secure.gravatar.com/avatar/d1c216897a0708f79144e2032040f751?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png",
975
+ "gravatar_id": "d1c216897a0708f79144e2032040f751",
976
+ "id": 271109,
977
+ "login": "troessner",
978
+ "url": "https://api.github.com/users/troessner"
979
+ },
980
+ "open_issues_count": 29,
981
+ "clone_url": "https://github.com/troessner/reek.git",
982
+ "pushed_at": "2012-07-22T09:15:34Z",
983
+ "forks": 30,
984
+ "has_downloads": true,
985
+ "updated_at": "2012-09-22T16:54:46Z",
986
+ "full_name": "troessner/reek",
987
+ "language": "Ruby",
988
+ "size": 244,
989
+ "fork": false,
990
+ "homepage": "http://wiki.github.com/troessner/reek",
991
+ "name": "reek",
992
+ "forks_count": 30,
993
+ "has_wiki": true,
994
+ "git_url": "git://github.com/troessner/reek.git",
995
+ "private": false,
996
+ "id": 49515,
997
+ "watchers": 600,
998
+ "mirror_url": null,
999
+ "description": "Code smell detector for Ruby",
1000
+ "svn_url": "https://github.com/troessner/reek",
1001
+ "url": "https://api.github.com/repos/troessner/reek"
1002
+ },
1003
+ {
1004
+ "watchers_count": 88,
1005
+ "created_at": "2008-09-09T03:10:42Z",
1006
+ "open_issues": 9,
1007
+ "has_issues": true,
1008
+ "ssh_url": "git@github.com:twitter4r/twitter4r-core.git",
1009
+ "html_url": "https://github.com/twitter4r/twitter4r-core",
1010
+ "owner": {
1011
+ "avatar_url": "https://secure.gravatar.com/avatar/1870789bc49337f67847b9f23a091d64?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-org-420.png",
1012
+ "gravatar_id": "1870789bc49337f67847b9f23a091d64",
1013
+ "id": 23749,
1014
+ "login": "twitter4r",
1015
+ "url": "https://api.github.com/users/twitter4r"
1016
+ },
1017
+ "open_issues_count": 9,
1018
+ "clone_url": "https://github.com/twitter4r/twitter4r-core.git",
1019
+ "pushed_at": "2012-03-10T06:36:56Z",
1020
+ "forks": 8,
1021
+ "has_downloads": true,
1022
+ "updated_at": "2012-09-11T14:02:53Z",
1023
+ "full_name": "twitter4r/twitter4r-core",
1024
+ "language": "Ruby",
1025
+ "size": 208,
1026
+ "fork": false,
1027
+ "homepage": "http://twitter4r.rubyforge.org",
1028
+ "name": "twitter4r-core",
1029
+ "forks_count": 8,
1030
+ "has_wiki": true,
1031
+ "git_url": "git://github.com/twitter4r/twitter4r-core.git",
1032
+ "private": false,
1033
+ "id": 50673,
1034
+ "watchers": 88,
1035
+ "mirror_url": null,
1036
+ "description": "Core library for Twitter4R, which provides Ruby bindings for the Twitter REST API",
1037
+ "svn_url": "https://github.com/twitter4r/twitter4r-core",
1038
+ "url": "https://api.github.com/repos/twitter4r/twitter4r-core"
1039
+ },
1040
+ {
1041
+ "watchers_count": 2183,
1042
+ "created_at": "2008-09-13T14:27:37Z",
1043
+ "open_issues": 108,
1044
+ "has_issues": true,
1045
+ "ssh_url": "git@github.com:collectiveidea/delayed_job.git",
1046
+ "html_url": "https://github.com/collectiveidea/delayed_job",
1047
+ "owner": {
1048
+ "avatar_url": "https://secure.gravatar.com/avatar/13ff8dc8c2bf2a4752816e1e3f201a05?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-org-420.png",
1049
+ "gravatar_id": "13ff8dc8c2bf2a4752816e1e3f201a05",
1050
+ "id": 128,
1051
+ "login": "collectiveidea",
1052
+ "url": "https://api.github.com/users/collectiveidea"
1053
+ },
1054
+ "open_issues_count": 108,
1055
+ "clone_url": "https://github.com/collectiveidea/delayed_job.git",
1056
+ "pushed_at": "2012-06-26T18:45:15Z",
1057
+ "forks": 405,
1058
+ "has_downloads": true,
1059
+ "updated_at": "2012-09-23T19:54:03Z",
1060
+ "full_name": "collectiveidea/delayed_job",
1061
+ "language": "Ruby",
1062
+ "size": 2776,
1063
+ "fork": true,
1064
+ "homepage": "http://groups.google.com/group/delayed_job",
1065
+ "name": "delayed_job",
1066
+ "forks_count": 405,
1067
+ "has_wiki": true,
1068
+ "git_url": "git://github.com/collectiveidea/delayed_job.git",
1069
+ "private": false,
1070
+ "id": 52287,
1071
+ "watchers": 2183,
1072
+ "mirror_url": null,
1073
+ "description": "Database based asynchronously priority queue system -- Extracted from Shopify ",
1074
+ "svn_url": "https://github.com/collectiveidea/delayed_job",
1075
+ "url": "https://api.github.com/repos/collectiveidea/delayed_job"
1076
+ },
1077
+ {
1078
+ "watchers_count": 344,
1079
+ "created_at": "2008-10-13T02:39:08Z",
1080
+ "open_issues": 4,
1081
+ "has_issues": true,
1082
+ "ssh_url": "git@github.com:wycats/merb.git",
1083
+ "html_url": "https://github.com/wycats/merb",
1084
+ "owner": {
1085
+ "avatar_url": "https://secure.gravatar.com/avatar/428167a3ec72235ba971162924492609?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png",
1086
+ "gravatar_id": "428167a3ec72235ba971162924492609",
1087
+ "id": 4,
1088
+ "login": "wycats",
1089
+ "url": "https://api.github.com/users/wycats"
1090
+ },
1091
+ "open_issues_count": 4,
1092
+ "clone_url": "https://github.com/wycats/merb.git",
1093
+ "pushed_at": "2009-10-30T23:47:56Z",
1094
+ "forks": 113,
1095
+ "has_downloads": true,
1096
+ "updated_at": "2012-09-16T22:05:34Z",
1097
+ "full_name": "wycats/merb",
1098
+ "language": "Ruby",
1099
+ "size": 13312,
1100
+ "fork": false,
1101
+ "homepage": "http://www.merbivore.com",
1102
+ "name": "merb",
1103
+ "forks_count": 113,
1104
+ "has_wiki": true,
1105
+ "git_url": "git://github.com/wycats/merb.git",
1106
+ "private": false,
1107
+ "id": 62290,
1108
+ "watchers": 344,
1109
+ "mirror_url": null,
1110
+ "description": "master merb branch",
1111
+ "svn_url": "https://github.com/wycats/merb",
1112
+ "url": "https://api.github.com/repos/wycats/merb"
1113
+ }
1114
+ ]