octokit 0.4.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (62) hide show
  1. data/.document +4 -0
  2. data/.gitignore +24 -0
  3. data/Gemfile +3 -0
  4. data/LICENSE +20 -0
  5. data/README.markdown +69 -0
  6. data/Rakefile +14 -0
  7. data/changelog.markdown +34 -0
  8. data/lib/faraday/raise_error.rb +41 -0
  9. data/lib/octokit.rb +49 -0
  10. data/lib/octokit/client.rb +30 -0
  11. data/lib/octokit/client/authentication.rb +19 -0
  12. data/lib/octokit/client/commits.rb +16 -0
  13. data/lib/octokit/client/connection.rb +32 -0
  14. data/lib/octokit/client/issues.rb +60 -0
  15. data/lib/octokit/client/network.rb +15 -0
  16. data/lib/octokit/client/objects.rb +33 -0
  17. data/lib/octokit/client/organizations.rb +89 -0
  18. data/lib/octokit/client/pulls.rb +19 -0
  19. data/lib/octokit/client/repositories.rb +130 -0
  20. data/lib/octokit/client/request.rb +41 -0
  21. data/lib/octokit/client/timelines.rb +20 -0
  22. data/lib/octokit/client/users.rb +77 -0
  23. data/lib/octokit/configuration.rb +45 -0
  24. data/lib/octokit/event.rb +76 -0
  25. data/lib/octokit/repository.rb +39 -0
  26. data/lib/octokit/version.rb +3 -0
  27. data/octokit.gemspec +33 -0
  28. data/test/fixtures/blob.json +10 -0
  29. data/test/fixtures/branch_commits.json +48 -0
  30. data/test/fixtures/branches.json +6 -0
  31. data/test/fixtures/close_issue.json +1 -0
  32. data/test/fixtures/collaborators.json +1 -0
  33. data/test/fixtures/comment.json +1 -0
  34. data/test/fixtures/commits.json +824 -0
  35. data/test/fixtures/contributors.json +6 -0
  36. data/test/fixtures/emails.json +1 -0
  37. data/test/fixtures/followers.json +3 -0
  38. data/test/fixtures/full_user.json +27 -0
  39. data/test/fixtures/issue.json +14 -0
  40. data/test/fixtures/issues.json +50 -0
  41. data/test/fixtures/keys.json +1 -0
  42. data/test/fixtures/labels.json +1 -0
  43. data/test/fixtures/languages.json +1 -0
  44. data/test/fixtures/network.json +26 -0
  45. data/test/fixtures/network_data.json +1 -0
  46. data/test/fixtures/network_meta.json +109 -0
  47. data/test/fixtures/open_issue.json +1 -0
  48. data/test/fixtures/raw_git_data.yaml +7 -0
  49. data/test/fixtures/reopen_issue.json +1 -0
  50. data/test/fixtures/repo.json +14 -0
  51. data/test/fixtures/repo_search.json +452 -0
  52. data/test/fixtures/repos.json +830 -0
  53. data/test/fixtures/search.json +44 -0
  54. data/test/fixtures/show_commit.json +37 -0
  55. data/test/fixtures/tags.json +8 -0
  56. data/test/fixtures/timeline.json +1018 -0
  57. data/test/fixtures/trees.json +140 -0
  58. data/test/fixtures/user.json +16 -0
  59. data/test/helper.rb +57 -0
  60. data/test/octokit_test.rb +765 -0
  61. data/test/repository_test.rb +45 -0
  62. metadata +377 -0
@@ -0,0 +1,44 @@
1
+ {
2
+ "users": [{
3
+ "name": "pengwynn",
4
+ "location": "Dallas, TX",
5
+ "followers": 19,
6
+ "username": "pengwynn",
7
+ "language": "Ruby",
8
+ "fullname": "Wynn Netherland",
9
+ "repos": 15,
10
+ "id": "user-865",
11
+ "type": "user",
12
+ "pushed": "2009-12-05T17:15:06.757Z",
13
+ "score": 2.6885872,
14
+ "created": "2008-02-25T18:24:19Z"
15
+ },
16
+ {
17
+ "name": "mattwynne",
18
+ "location": "London",
19
+ "followers": 13,
20
+ "username": "mattwynne",
21
+ "language": "Ruby",
22
+ "fullname": "Matt Wynne",
23
+ "repos": 13,
24
+ "id": "user-19260",
25
+ "type": "user",
26
+ "pushed": "2009-09-26T18:31:33.171Z",
27
+ "score": 2.6885872,
28
+ "created": "2008-08-01T17:15:11Z"
29
+ },
30
+ {
31
+ "name": "harrywynn",
32
+ "location": "Myrtle Beach, SC",
33
+ "followers": 2,
34
+ "username": "harrywynn",
35
+ "language": "",
36
+ "fullname": "Harry Wynn",
37
+ "repos": 0,
38
+ "id": "user-103879",
39
+ "type": "user",
40
+ "pushed": "2009-09-26T19:13:37.522Z",
41
+ "score": 2.6885872,
42
+ "created": "2009-07-11T12:12:32Z"
43
+ }]
44
+ }
@@ -0,0 +1,37 @@
1
+ {
2
+ "commit": {
3
+ "modified": [
4
+ {
5
+ "filename": "facebox.css",
6
+ "diff": "@@ -103,5 +103,5 @@\n \n * html #facebox_overlay { \/* ie6 hack *\/\n position: absolute;\n- height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');\n+ height: expression(\"document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px'\");\n }"
7
+ }
8
+ ],
9
+ "added": [
10
+
11
+ ],
12
+ "author": {
13
+ "name": "Stephen Martin",
14
+ "login": "",
15
+ "email": "stephenmartin@stephen-martins-mac-pro.local"
16
+ },
17
+ "parents": [
18
+ {
19
+ "id": "b9a23779076953b33744261a8b745ff753cce85b"
20
+ }
21
+ ],
22
+ "removed": [
23
+
24
+ ],
25
+ "url": "http:\/\/github.com\/defunkt\/facebox\/commit\/1ff368f79b0f0aa0e1f1d78bcaa8691f94f9703e",
26
+ "id": "1ff368f79b0f0aa0e1f1d78bcaa8691f94f9703e",
27
+ "committed_date": "2010-04-23T08:49:45-07:00",
28
+ "authored_date": "2009-03-19T06:28:05-07:00",
29
+ "message": "Fixed CSS expression, throwing errors in IE6.",
30
+ "committer": {
31
+ "name": "Chris Wanstrath",
32
+ "login": "defunkt",
33
+ "email": "chris@ozmm.org"
34
+ },
35
+ "tree": "2460799b2a8c55df06690b663cf47874661e6745"
36
+ }
37
+ }
@@ -0,0 +1,8 @@
1
+ {
2
+ "tags": {
3
+ "v0.1.0": "b372d3fbbcef395e8b376d94ad62dc5c91795856",
4
+ "v0.0.1": "432a127e1320559f80d48dde268c8b6587d2825b",
5
+ "v0.1.1": "a202fb290bac4a488f6aee9f2d30ee0738e08602",
6
+ "v0.0.2": "8500d5646fcb9e9983023565d681fc7b64f8cb3e"
7
+ }
8
+ }
@@ -0,0 +1,1018 @@
1
+ [{
2
+ "created_at": "2010/06/17 18:04:16 -0700",
3
+ "sha": null,
4
+ "public": true,
5
+ "actor": "pengwynn",
6
+ "payload": {
7
+ "target": "miksago"
8
+ },
9
+ "times": 0,
10
+ "type": "FollowEvent"
11
+ },
12
+ {
13
+ "repository": {
14
+ "description": "Simple Ruby wrapper for the GitHub v2 API and feeds",
15
+ "has_downloads": true,
16
+ "watchers": 19,
17
+ "forks": 7,
18
+ "url": "http://github.com/pengwynn/octokit",
19
+ "homepage": "",
20
+ "has_wiki": true,
21
+ "fork": false,
22
+ "open_issues": 0,
23
+ "created_at": "2009/12/10 13:41:49 -0800",
24
+ "pushed_at": "2010/06/17 09:17:37 -0700",
25
+ "private": false,
26
+ "has_issues": true,
27
+ "name": "octokit",
28
+ "owner": "pengwynn"
29
+ },
30
+ "created_at": "2010/06/17 09:17:37 -0700",
31
+ "sha": null,
32
+ "public": true,
33
+ "actor": "pengwynn",
34
+ "payload": {
35
+ "name": "octokit",
36
+ "object_name": "v0.2.3",
37
+ "object": "tag"
38
+ },
39
+ "url": "http://github.com/pengwynn/octokit/tree/v0.2.3",
40
+ "times": 0,
41
+ "type": "CreateEvent"
42
+ },
43
+ {
44
+ "repository": {
45
+ "description": "Simple Ruby wrapper for the GitHub v2 API and feeds",
46
+ "has_downloads": true,
47
+ "watchers": 19,
48
+ "forks": 7,
49
+ "url": "http://github.com/pengwynn/octokit",
50
+ "homepage": "",
51
+ "has_wiki": true,
52
+ "fork": false,
53
+ "open_issues": 0,
54
+ "created_at": "2009/12/10 13:41:49 -0800",
55
+ "pushed_at": "2010/06/17 09:17:37 -0700",
56
+ "private": false,
57
+ "has_issues": true,
58
+ "name": "octokit",
59
+ "owner": "pengwynn"
60
+ },
61
+ "created_at": "2010/06/17 09:17:36 -0700",
62
+ "sha": null,
63
+ "public": true,
64
+ "actor": "pengwynn",
65
+ "payload": {
66
+ "head": "1e87f1640f0e7b6d3854cdf9d089092d9118be6c",
67
+ "size": 5,
68
+ "shas": [["c06905d5db1847ade958853389112238f89d8ec5", "sutto@sutto.net", "Use authentication with list repos if available", "Darcy Laycock"], ["2efeb73934ae30e7091385fa6c2e81c994a60bb9", "wynn.netherland@gmail.com", "updated changelog", "Wynn Netherland"], ["91f602cf588824df011f532c69af31cb2f2e23ef", "wynn.netherland@gmail.com", "Version bump to 0.2.3", "Wynn Netherland"], ["9d5a78a7253f2e4871609cf16ca55ba3e9fae8cb", "wynn.netherland@gmail.com", "updated homepage", "Wynn Netherland"], ["1e87f1640f0e7b6d3854cdf9d089092d9118be6c", "wynn.netherland@gmail.com", "Regenerated gemspec for version 0.2.3", "Wynn Netherland"]],
69
+ "ref": "refs/heads/master"
70
+ },
71
+ "url": "http://github.com/pengwynn/octokit/compare/4c1b9fcbe1...1e87f1640f",
72
+ "times": 0,
73
+ "type": "PushEvent"
74
+ },
75
+ {
76
+ "created_at": "2010/06/17 09:15:32 -0700",
77
+ "sha": null,
78
+ "public": true,
79
+ "actor": "pengwynn",
80
+ "payload": {
81
+ "target": "Sutto"
82
+ },
83
+ "times": 0,
84
+ "type": "FollowEvent"
85
+ },
86
+ {
87
+ "repository": {
88
+ "description": "Simple Ruby wrapper for the GitHub v2 API and feeds",
89
+ "has_downloads": true,
90
+ "watchers": 19,
91
+ "forks": 7,
92
+ "url": "http://github.com/pengwynn/octokit",
93
+ "homepage": "",
94
+ "has_wiki": true,
95
+ "fork": false,
96
+ "open_issues": 0,
97
+ "created_at": "2009/12/10 13:41:49 -0800",
98
+ "pushed_at": "2010/06/17 09:17:37 -0700",
99
+ "private": false,
100
+ "has_issues": true,
101
+ "name": "octokit",
102
+ "owner": "pengwynn"
103
+ },
104
+ "created_at": "2010/06/17 09:12:34 -0700",
105
+ "sha": null,
106
+ "public": true,
107
+ "actor": "pengwynn",
108
+ "payload": {
109
+ "head": "integration",
110
+ "commit": "c06905d5db1847ade958853389112238f89d8ec5",
111
+ "original": "4c1b9fcbe1f812c49c26f973f4b059df63df8f6c"
112
+ },
113
+ "url": "http://github.com/pengwynn/octokit/tree/integration",
114
+ "times": 0,
115
+ "type": "ForkApplyEvent"
116
+ },
117
+ {
118
+ "repository": {
119
+ "description": "Simple Ruby wrapper for the GitHub v2 API and feeds",
120
+ "has_downloads": true,
121
+ "watchers": 19,
122
+ "forks": 7,
123
+ "url": "http://github.com/pengwynn/octokit",
124
+ "homepage": "",
125
+ "has_wiki": true,
126
+ "fork": false,
127
+ "open_issues": 0,
128
+ "created_at": "2009/12/10 13:41:49 -0800",
129
+ "pushed_at": "2010/06/17 09:17:37 -0700",
130
+ "private": false,
131
+ "has_issues": true,
132
+ "name": "octokit",
133
+ "owner": "pengwynn"
134
+ },
135
+ "created_at": "2010/06/17 09:12:13 -0700",
136
+ "sha": null,
137
+ "public": true,
138
+ "actor": "pengwynn",
139
+ "payload": {
140
+ "head": "4c1b9fcbe1f812c49c26f973f4b059df63df8f6c",
141
+ "size": 8,
142
+ "shas": [["3b02fc367fb7db1f9c8a24a7e8a89ad0459e319b", "wynn.netherland@gmail.com", "Regenerated gemspec for version 0.2.1", "Wynn Netherland"], ["83c3c5bc39f863b3568ae0c6cb408d90274e2ca5", "abrader@itmat.upenn.edu", "Added the auth_params query to the blob, tree, and repo class methods", "Andrew Brader"], ["cee9d0682831b168fb4449dcd7c442ae1c02ba92", "wynn.netherland@gmail.com", "rev'd hashie", "Wynn Netherland"], ["fc8694bc75e009eac08ba836e56b845b0431f642", "wynn.netherland@gmail.com", "Version bump to 0.2.2", "Wynn Netherland"], ["b7083aba6444f9da95df28873f93f5fdd5c5a452", "wynn.netherland@gmail.com", "Patch for auth params", "Wynn Netherland"], ["775a5f1df314c88049b2d7696a56fe07c09eb770", "wynn.netherland@gmail.com", "Merge branch 'integration'", "Wynn Netherland"], ["5b24bf1c610e15e5b7d3b8b10d9c300311692818", "wynn.netherland@gmail.com", "updated changelog", "Wynn Netherland"], ["4c1b9fcbe1f812c49c26f973f4b059df63df8f6c", "wynn.netherland@gmail.com", "Regenerated gemspec for version 0.2.2", "Wynn Netherland"]],
143
+ "ref": "refs/heads/integration"
144
+ },
145
+ "url": "http://github.com/pengwynn/octokit/compare/85cb4af26c...4c1b9fcbe1",
146
+ "times": 0,
147
+ "type": "PushEvent"
148
+ },
149
+ {
150
+ "repository": {
151
+ "description": "API wrapper for Twitter and Twitter Search API's",
152
+ "has_downloads": true,
153
+ "watchers": 824,
154
+ "forks": 148,
155
+ "url": "http://github.com/jnunemaker/twitter",
156
+ "homepage": "http://twitter.rubyforge.org/",
157
+ "has_wiki": true,
158
+ "fork": false,
159
+ "open_issues": 15,
160
+ "created_at": "2008/02/13 18:20:50 -0800",
161
+ "pushed_at": "2010/06/17 06:53:52 -0700",
162
+ "private": false,
163
+ "has_issues": true,
164
+ "name": "twitter",
165
+ "pledgie": 1193,
166
+ "owner": "jnunemaker"
167
+ },
168
+ "created_at": "2010/06/17 06:53:53 -0700",
169
+ "sha": null,
170
+ "public": true,
171
+ "actor": "pengwynn",
172
+ "payload": {
173
+ "head": "ecb732a7bbd731a872903dc9a2fe7f7b79346097",
174
+ "size": 5,
175
+ "shas": [["2da6c47b17660c83a1f78858a746b1ed48a32ba7", "wynn.netherland@gmail.com", "fixed spelling error", "Wynn Netherland"], ["ff20ecb4f4fef12c58572fb31e5c06162f8659d7", "marsh@earth2marsh.com", "Permits endpoint definition for both unauthenticated and OAuth proxied requests", "Marsh Gardiner"], ["2da0c30df6c2e93c86f5e682522c242ca4c81978", "wynn.netherland@gmail.com", "fixed tests", "Wynn Netherland"], ["a731dda741caee29022ccad7e86f0cada75ce844", "wynn.netherland@gmail.com", "updated oauth dependency", "Wynn Netherland"], ["ecb732a7bbd731a872903dc9a2fe7f7b79346097", "wynn.netherland@gmail.com", "cleaned up api_endpoint config a bit", "Wynn Netherland"]],
176
+ "ref": "refs/heads/master"
177
+ },
178
+ "url": "http://github.com/jnunemaker/twitter/compare/810bc79281...ecb732a7bb",
179
+ "times": 0,
180
+ "type": "PushEvent"
181
+ },
182
+ {
183
+ "repository": {
184
+ "description": "API wrapper for Twitter and Twitter Search API's",
185
+ "has_downloads": true,
186
+ "watchers": 824,
187
+ "forks": 148,
188
+ "url": "http://github.com/jnunemaker/twitter",
189
+ "homepage": "http://twitter.rubyforge.org/",
190
+ "has_wiki": true,
191
+ "fork": false,
192
+ "open_issues": 15,
193
+ "created_at": "2008/02/13 18:20:50 -0800",
194
+ "pushed_at": "2010/06/17 06:53:52 -0700",
195
+ "private": false,
196
+ "has_issues": true,
197
+ "name": "twitter",
198
+ "pledgie": 1193,
199
+ "owner": "jnunemaker"
200
+ },
201
+ "created_at": "2010/06/17 06:53:51 -0700",
202
+ "sha": null,
203
+ "public": true,
204
+ "actor": "pengwynn",
205
+ "payload": {
206
+ "head": "a731dda741caee29022ccad7e86f0cada75ce844",
207
+ "size": 2,
208
+ "shas": [["2da0c30df6c2e93c86f5e682522c242ca4c81978", "wynn.netherland@gmail.com", "fixed tests", "Wynn Netherland"], ["a731dda741caee29022ccad7e86f0cada75ce844", "wynn.netherland@gmail.com", "updated oauth dependency", "Wynn Netherland"]],
209
+ "ref": "refs/heads/integration"
210
+ },
211
+ "url": "http://github.com/jnunemaker/twitter/compare/ff20ecb4f4...a731dda741",
212
+ "times": 0,
213
+ "type": "PushEvent"
214
+ },
215
+ {
216
+ "repository": {
217
+ "description": "API wrapper for Twitter and Twitter Search API's",
218
+ "has_downloads": true,
219
+ "watchers": 824,
220
+ "forks": 148,
221
+ "url": "http://github.com/jnunemaker/twitter",
222
+ "homepage": "http://twitter.rubyforge.org/",
223
+ "has_wiki": true,
224
+ "fork": false,
225
+ "open_issues": 15,
226
+ "created_at": "2008/02/13 18:20:50 -0800",
227
+ "pushed_at": "2010/06/17 06:53:52 -0700",
228
+ "private": false,
229
+ "has_issues": true,
230
+ "name": "twitter",
231
+ "pledgie": 1193,
232
+ "owner": "jnunemaker"
233
+ },
234
+ "created_at": "2010/06/17 05:37:26 -0700",
235
+ "sha": null,
236
+ "public": true,
237
+ "actor": "pengwynn",
238
+ "payload": {
239
+ "head": "integration",
240
+ "commit": "ff20ecb4f4fef12c58572fb31e5c06162f8659d7",
241
+ "original": "2da6c47b17660c83a1f78858a746b1ed48a32ba7"
242
+ },
243
+ "url": "http://github.com/jnunemaker/twitter/tree/integration",
244
+ "times": 0,
245
+ "type": "ForkApplyEvent"
246
+ },
247
+ {
248
+ "repository": {
249
+ "description": "API wrapper for Twitter and Twitter Search API's",
250
+ "has_downloads": true,
251
+ "watchers": 824,
252
+ "forks": 148,
253
+ "url": "http://github.com/jnunemaker/twitter",
254
+ "homepage": "http://twitter.rubyforge.org/",
255
+ "has_wiki": true,
256
+ "fork": false,
257
+ "open_issues": 15,
258
+ "created_at": "2008/02/13 18:20:50 -0800",
259
+ "pushed_at": "2010/06/17 06:53:52 -0700",
260
+ "private": false,
261
+ "has_issues": true,
262
+ "name": "twitter",
263
+ "pledgie": 1193,
264
+ "owner": "jnunemaker"
265
+ },
266
+ "created_at": "2010/06/17 05:36:51 -0700",
267
+ "sha": null,
268
+ "public": true,
269
+ "actor": "pengwynn",
270
+ "payload": {
271
+ "head": "2da6c47b17660c83a1f78858a746b1ed48a32ba7",
272
+ "size": 16,
273
+ "shas": [["3f724f42799747ee1f3cbfcb1c4bccbeb3f317a6", "sferik@gmail.com", "With YAJL it's no longer necessary to check if the response is an empty string", "Erik Michaels-Ober"], ["3b1c54dda34a5cf82101c130f0c943e5107d4dea", "wynn.netherland@gmail.com", "test for report_spam", "Wynn Netherland"], ["bc4ce2794c28fa84e9515d152311379e7aed1a5b", "wynn.netherland@gmail.com", "Merge branch 'master' of git://github.com/sferik/twitter", "Wynn Netherland"], ["6b93f021383e6b40ef7354a805485f4b5866826a", "wynn.netherland@gmail.com", "Merge branch 'integration'", "Wynn Netherland"], ["ecd90b975dcd7658900889e8e2fbaab23cabb7e4", "wynn.netherland@gmail.com", "Updated history", "Wynn Netherland"], ["b87dc2dd47f01231e8ddbb26f6c52eb7a8a06c10", "wynn.netherland@gmail.com", "Regenerated gemspec for version 0.9.5", "Wynn Netherland"], ["878c09527037ab8ec5ac11a48afece61f03861e1", "wynn.netherland@gmail.com", "deprecate Basic auth", "Wynn Netherland"], ["be937cf93db35f60cd47288aeea45afd2ab42288", "wynn.netherland@gmail.com", "Added ability to specify api endpoint for OAuth", "Wynn Netherland"], ["e84dd0d9ca0cd6cd23ed9f1dffc98ccae7dc0eb5", "wynn.netherland@gmail.com", "Version bump to 0.9.6", "Wynn Netherland"], ["095baf45e665a52b68efd9a428d940fc8e9de0ef", "wynn.netherland@gmail.com", "Updated changelog", "Wynn Netherland"], ["69dc5334771cbfe4fdd89b43e5824fcd96b32f79", "wynn.netherland@gmail.com", "Regenerated gemspec for version 0.9.6", "Wynn Netherland"], ["3c3d73fb8eedb5d322aeb1e4431d9936226fef9b", "wynn.netherland@gmail.com", "Add API endpoint option to search", "Wynn Netherland"], ["233068e930e77ec10431b16b250a923d25bf6322", "wynn.netherland@gmail.com", "Version bump to 0.9.7", "Wynn Netherland"], ["ca9458b0bc356a8c0e50ae2c5e1f128e61778372", "wynn.netherland@gmail.com", "updated changelog", "Wynn Netherland"], ["810bc7928132bf5eaee8f0680fef36e03aee83ca", "wynn.netherland@gmail.com", "Regenerated gemspec for version 0.9.7", "Wynn Netherland"], ["2da6c47b17660c83a1f78858a746b1ed48a32ba7", "wynn.netherland@gmail.com", "fixed spelling error", "Wynn Netherland"]],
274
+ "ref": "refs/heads/integration"
275
+ },
276
+ "url": "http://github.com/jnunemaker/twitter/compare/16ad81eb16...2da6c47b17",
277
+ "times": 0,
278
+ "type": "PushEvent"
279
+ },
280
+ {
281
+ "repository": {
282
+ "description": "Wrapper for the unpublished Plancast API",
283
+ "has_downloads": true,
284
+ "watchers": 4,
285
+ "forks": 0,
286
+ "url": "http://github.com/pengwynn/plancast",
287
+ "homepage": "",
288
+ "has_wiki": true,
289
+ "fork": false,
290
+ "open_issues": 0,
291
+ "created_at": "2010/03/21 13:23:30 -0700",
292
+ "pushed_at": "2010/06/16 06:46:35 -0700",
293
+ "private": false,
294
+ "has_issues": true,
295
+ "name": "plancast",
296
+ "owner": "pengwynn"
297
+ },
298
+ "created_at": "2010/06/16 06:46:35 -0700",
299
+ "sha": null,
300
+ "public": true,
301
+ "actor": "pengwynn",
302
+ "payload": {
303
+ "head": "132041dd3feaeee34ae70bee7ee256bb4688bad9",
304
+ "size": 2,
305
+ "shas": [["cc0fddaa64174889fb99a3b2500702941690d7d1", "wynn.netherland@gmail.com", "docs, readme", "Wynn Netherland"], ["132041dd3feaeee34ae70bee7ee256bb4688bad9", "wynn.netherland@gmail.com", "ignore yardoc", "Wynn Netherland"]],
306
+ "ref": "refs/heads/master"
307
+ },
308
+ "url": "http://github.com/pengwynn/plancast/compare/442a261ad5...132041dd3f",
309
+ "times": 0,
310
+ "type": "PushEvent"
311
+ },
312
+ {
313
+ "created_at": "2010/06/15 12:33:08 -0700",
314
+ "sha": null,
315
+ "public": true,
316
+ "actor": "pengwynn",
317
+ "payload": {
318
+ "target": "jsmestad"
319
+ },
320
+ "times": 0,
321
+ "type": "FollowEvent"
322
+ },
323
+ {
324
+ "repository": {
325
+ "description": "A Padrino module that provides authentication for your Padrino application through Warden ",
326
+ "has_downloads": true,
327
+ "watchers": 6,
328
+ "forks": 0,
329
+ "url": "http://github.com/jondot/padrino-warden",
330
+ "has_wiki": true,
331
+ "fork": false,
332
+ "open_issues": 0,
333
+ "created_at": "2010/06/11 06:28:50 -0700",
334
+ "pushed_at": "2010/06/13 05:04:33 -0700",
335
+ "private": false,
336
+ "has_issues": true,
337
+ "name": "padrino-warden",
338
+ "owner": "jondot"
339
+ },
340
+ "created_at": "2010/06/14 19:01:36 -0700",
341
+ "sha": null,
342
+ "public": true,
343
+ "actor": "pengwynn",
344
+ "payload": {
345
+ "action": "started"
346
+ },
347
+ "url": "http://github.com/jondot/padrino-warden",
348
+ "times": 0,
349
+ "type": "WatchEvent"
350
+ },
351
+ {
352
+ "created_at": "2010/06/14 08:47:04 -0700",
353
+ "sha": null,
354
+ "public": true,
355
+ "actor": "pengwynn",
356
+ "payload": {
357
+ "target": "Marak"
358
+ },
359
+ "times": 0,
360
+ "type": "FollowEvent"
361
+ },
362
+ {
363
+ "repository": {
364
+ "description": "translate text from one language to another on node.js and the browser. 30+ languages supported, simple as cake.",
365
+ "has_downloads": true,
366
+ "watchers": 14,
367
+ "forks": 1,
368
+ "url": "http://github.com/Marak/translate.js",
369
+ "homepage": "http://www.maraksquires.com",
370
+ "has_wiki": true,
371
+ "fork": false,
372
+ "open_issues": 1,
373
+ "created_at": "2010/06/12 11:15:59 -0700",
374
+ "pushed_at": "2010/06/14 20:59:58 -0700",
375
+ "private": false,
376
+ "has_issues": true,
377
+ "name": "translate.js",
378
+ "owner": "Marak"
379
+ },
380
+ "created_at": "2010/06/14 08:46:59 -0700",
381
+ "sha": null,
382
+ "public": true,
383
+ "actor": "pengwynn",
384
+ "payload": {
385
+ "action": "started"
386
+ },
387
+ "url": "http://github.com/Marak/translate.js",
388
+ "times": 0,
389
+ "type": "WatchEvent"
390
+ },
391
+ {
392
+ "repository": {
393
+ "description": "Padrino + NestaCMS",
394
+ "has_downloads": true,
395
+ "watchers": 7,
396
+ "forks": 0,
397
+ "url": "http://github.com/pengwynn/presto",
398
+ "homepage": "",
399
+ "has_wiki": true,
400
+ "fork": false,
401
+ "open_issues": 0,
402
+ "created_at": "2010/04/12 10:16:11 -0700",
403
+ "pushed_at": "2010/06/13 18:16:11 -0700",
404
+ "private": false,
405
+ "has_issues": true,
406
+ "name": "presto",
407
+ "owner": "pengwynn"
408
+ },
409
+ "created_at": "2010/06/13 18:16:12 -0700",
410
+ "sha": null,
411
+ "public": true,
412
+ "actor": "pengwynn",
413
+ "payload": {
414
+ "head": "6a92493e501e9b6096c6b2c34b59f98f460b8373",
415
+ "size": 1,
416
+ "shas": [["6a92493e501e9b6096c6b2c34b59f98f460b8373", "wynn.netherland@gmail.com", "theme-ized 404, sitemap exclusions", "Wynn Netherland"]],
417
+ "ref": "refs/heads/master"
418
+ },
419
+ "url": "http://github.com/pengwynn/presto/compare/ee0dfe4bbf...6a92493e50",
420
+ "times": 0,
421
+ "type": "PushEvent"
422
+ },
423
+ {
424
+ "repository": {
425
+ "description": "Ruby wrapper for the ghost Buzzsprout API",
426
+ "has_downloads": true,
427
+ "watchers": 3,
428
+ "forks": 0,
429
+ "url": "http://github.com/pengwynn/buzzsprout",
430
+ "homepage": "",
431
+ "has_wiki": true,
432
+ "fork": false,
433
+ "open_issues": 0,
434
+ "created_at": "2010/01/26 18:39:24 -0800",
435
+ "pushed_at": "2010/06/12 13:13:53 -0700",
436
+ "private": false,
437
+ "has_issues": true,
438
+ "name": "buzzsprout",
439
+ "owner": "pengwynn"
440
+ },
441
+ "created_at": "2010/06/12 13:13:54 -0700",
442
+ "sha": null,
443
+ "public": true,
444
+ "actor": "pengwynn",
445
+ "payload": {
446
+ "name": "buzzsprout",
447
+ "object_name": "v0.0.2",
448
+ "object": "tag"
449
+ },
450
+ "url": "http://github.com/pengwynn/buzzsprout/tree/v0.0.2",
451
+ "times": 0,
452
+ "type": "CreateEvent"
453
+ },
454
+ {
455
+ "repository": {
456
+ "description": "Ruby wrapper for the ghost Buzzsprout API",
457
+ "has_downloads": true,
458
+ "watchers": 3,
459
+ "forks": 0,
460
+ "url": "http://github.com/pengwynn/buzzsprout",
461
+ "homepage": "",
462
+ "has_wiki": true,
463
+ "fork": false,
464
+ "open_issues": 0,
465
+ "created_at": "2010/01/26 18:39:24 -0800",
466
+ "pushed_at": "2010/06/12 13:13:53 -0700",
467
+ "private": false,
468
+ "has_issues": true,
469
+ "name": "buzzsprout",
470
+ "owner": "pengwynn"
471
+ },
472
+ "created_at": "2010/06/12 13:13:52 -0700",
473
+ "sha": null,
474
+ "public": true,
475
+ "actor": "pengwynn",
476
+ "payload": {
477
+ "head": "02f941728a71c5378b37c009ed299b6c19c356b4",
478
+ "size": 2,
479
+ "shas": [["70c144120bf36e1d3ba30f32612fa98f52011cc3", "wynn.netherland@gmail.com", "updated dependencies, docs", "Wynn Netherland"], ["02f941728a71c5378b37c009ed299b6c19c356b4", "wynn.netherland@gmail.com", "Version bump to 0.0.2", "Wynn Netherland"]],
480
+ "ref": "refs/heads/master"
481
+ },
482
+ "url": "http://github.com/pengwynn/buzzsprout/compare/64635a4a0c...02f941728a",
483
+ "times": 0,
484
+ "type": "PushEvent"
485
+ },
486
+ {
487
+ "repository": {
488
+ "description": "Find your next gig from the console. Ruby wrapper for the Authentic Jobs API",
489
+ "has_downloads": true,
490
+ "watchers": 1,
491
+ "forks": 0,
492
+ "url": "http://github.com/pengwynn/authentic_jobs",
493
+ "homepage": "",
494
+ "has_wiki": true,
495
+ "fork": false,
496
+ "open_issues": 0,
497
+ "created_at": "2009/12/19 11:37:21 -0800",
498
+ "pushed_at": "2010/06/12 12:49:40 -0700",
499
+ "private": false,
500
+ "has_issues": true,
501
+ "name": "authentic_jobs",
502
+ "owner": "pengwynn"
503
+ },
504
+ "created_at": "2010/06/12 12:49:40 -0700",
505
+ "sha": null,
506
+ "public": true,
507
+ "actor": "pengwynn",
508
+ "payload": {
509
+ "name": "authentic_jobs",
510
+ "object_name": "v0.2.2",
511
+ "object": "tag"
512
+ },
513
+ "url": "http://github.com/pengwynn/authentic_jobs/tree/v0.2.2",
514
+ "times": 0,
515
+ "type": "CreateEvent"
516
+ },
517
+ {
518
+ "repository": {
519
+ "description": "Find your next gig from the console. Ruby wrapper for the Authentic Jobs API",
520
+ "has_downloads": true,
521
+ "watchers": 1,
522
+ "forks": 0,
523
+ "url": "http://github.com/pengwynn/authentic_jobs",
524
+ "homepage": "",
525
+ "has_wiki": true,
526
+ "fork": false,
527
+ "open_issues": 0,
528
+ "created_at": "2009/12/19 11:37:21 -0800",
529
+ "pushed_at": "2010/06/12 12:49:40 -0700",
530
+ "private": false,
531
+ "has_issues": true,
532
+ "name": "authentic_jobs",
533
+ "owner": "pengwynn"
534
+ },
535
+ "created_at": "2010/06/12 12:49:37 -0700",
536
+ "sha": null,
537
+ "public": true,
538
+ "actor": "pengwynn",
539
+ "payload": {
540
+ "head": "ba3b154a70072d52822efd3a6aa8d6b88dda11ab",
541
+ "size": 4,
542
+ "shas": [["d44cc6419df4049b43b13841ae6ec180d4349ecb", "wynn.netherland@gmail.com", "updated docs", "Wynn Netherland"], ["85cb691878c2c9954bd3c0f7880e2645d8d6be61", "wynn.netherland@gmail.com", "updated homepage", "Wynn Netherland"], ["97d59836b8308846383e0db00d9a913bf1c7e3b3", "wynn.netherland@gmail.com", "Version bump to 0.2.2", "Wynn Netherland"], ["ba3b154a70072d52822efd3a6aa8d6b88dda11ab", "wynn.netherland@gmail.com", "Regenerated gemspec for version 0.2.2", "Wynn Netherland"]],
543
+ "ref": "refs/heads/master"
544
+ },
545
+ "url": "http://github.com/pengwynn/authentic_jobs/compare/cb8a77d0c7...ba3b154a70",
546
+ "times": 0,
547
+ "type": "PushEvent"
548
+ },
549
+ {
550
+ "repository": {
551
+ "description": "Find your next gig from the console. Ruby wrapper for the Authentic Jobs API",
552
+ "has_downloads": true,
553
+ "watchers": 1,
554
+ "forks": 0,
555
+ "url": "http://github.com/pengwynn/authentic_jobs",
556
+ "homepage": "",
557
+ "has_wiki": true,
558
+ "fork": false,
559
+ "open_issues": 0,
560
+ "created_at": "2009/12/19 11:37:21 -0800",
561
+ "pushed_at": "2010/06/12 12:49:40 -0700",
562
+ "private": false,
563
+ "has_issues": true,
564
+ "name": "authentic_jobs",
565
+ "owner": "pengwynn"
566
+ },
567
+ "created_at": "2010/06/12 07:12:56 -0700",
568
+ "sha": null,
569
+ "public": true,
570
+ "actor": "pengwynn",
571
+ "payload": {
572
+ "name": "authentic_jobs",
573
+ "object_name": "v0.2.1",
574
+ "object": "tag"
575
+ },
576
+ "url": "http://github.com/pengwynn/authentic_jobs/tree/v0.2.1",
577
+ "times": 0,
578
+ "type": "CreateEvent"
579
+ },
580
+ {
581
+ "repository": {
582
+ "description": "Find your next gig from the console. Ruby wrapper for the Authentic Jobs API",
583
+ "has_downloads": true,
584
+ "watchers": 1,
585
+ "forks": 0,
586
+ "url": "http://github.com/pengwynn/authentic_jobs",
587
+ "homepage": "",
588
+ "has_wiki": true,
589
+ "fork": false,
590
+ "open_issues": 0,
591
+ "created_at": "2009/12/19 11:37:21 -0800",
592
+ "pushed_at": "2010/06/12 12:49:40 -0700",
593
+ "private": false,
594
+ "has_issues": true,
595
+ "name": "authentic_jobs",
596
+ "owner": "pengwynn"
597
+ },
598
+ "created_at": "2010/06/12 07:12:54 -0700",
599
+ "sha": null,
600
+ "public": true,
601
+ "actor": "pengwynn",
602
+ "payload": {
603
+ "head": "cb8a77d0c7fb611314695d8671a576d9f35ef556",
604
+ "size": 4,
605
+ "shas": [["8e51f9fbe620edb07233b46e7ae3b741e1ac8194", "wynn.netherland@gmail.com", "Version bump to 0.2.1", "Wynn Netherland"], ["43b2416806d12e687b525d56107d17454e816e62", "wynn.netherland@gmail.com", "Docs, dependencies", "Wynn Netherland"], ["8fc07578bd3f28dfc78a6b5ed7fd08180746ca7b", "wynn.netherland@gmail.com", "exclude yardoc", "Wynn Netherland"], ["cb8a77d0c7fb611314695d8671a576d9f35ef556", "wynn.netherland@gmail.com", "Regenerated gemspec for version 0.2.1", "Wynn Netherland"]],
606
+ "ref": "refs/heads/master"
607
+ },
608
+ "url": "http://github.com/pengwynn/authentic_jobs/compare/d588af5a07...cb8a77d0c7",
609
+ "times": 0,
610
+ "type": "PushEvent"
611
+ },
612
+ {
613
+ "repository": {
614
+ "description": "Simple Ruby wrapper for the GitHub v2 API and feeds",
615
+ "has_downloads": true,
616
+ "watchers": 19,
617
+ "forks": 7,
618
+ "url": "http://github.com/pengwynn/octokit",
619
+ "homepage": "",
620
+ "has_wiki": true,
621
+ "fork": false,
622
+ "open_issues": 0,
623
+ "created_at": "2009/12/10 13:41:49 -0800",
624
+ "pushed_at": "2010/06/17 09:17:37 -0700",
625
+ "private": false,
626
+ "has_issues": true,
627
+ "name": "octokit",
628
+ "owner": "pengwynn"
629
+ },
630
+ "created_at": "2010/06/08 20:38:47 -0700",
631
+ "sha": null,
632
+ "public": true,
633
+ "actor": "pengwynn",
634
+ "payload": {
635
+ "name": "octokit",
636
+ "object_name": "v0.2.2",
637
+ "object": "tag"
638
+ },
639
+ "url": "http://github.com/pengwynn/octokit/tree/v0.2.2",
640
+ "times": 0,
641
+ "type": "CreateEvent"
642
+ },
643
+ {
644
+ "repository": {
645
+ "description": "Simple Ruby wrapper for the GitHub v2 API and feeds",
646
+ "has_downloads": true,
647
+ "watchers": 19,
648
+ "forks": 7,
649
+ "url": "http://github.com/pengwynn/octokit",
650
+ "homepage": "",
651
+ "has_wiki": true,
652
+ "fork": false,
653
+ "open_issues": 0,
654
+ "created_at": "2009/12/10 13:41:49 -0800",
655
+ "pushed_at": "2010/06/17 09:17:37 -0700",
656
+ "private": false,
657
+ "has_issues": true,
658
+ "name": "octokit",
659
+ "owner": "pengwynn"
660
+ },
661
+ "created_at": "2010/06/08 20:38:40 -0700",
662
+ "sha": null,
663
+ "public": true,
664
+ "actor": "pengwynn",
665
+ "payload": {
666
+ "head": "4c1b9fcbe1f812c49c26f973f4b059df63df8f6c",
667
+ "size": 7,
668
+ "shas": [["83c3c5bc39f863b3568ae0c6cb408d90274e2ca5", "abrader@itmat.upenn.edu", "Added the auth_params query to the blob, tree, and repo class methods", "Andrew Brader"], ["cee9d0682831b168fb4449dcd7c442ae1c02ba92", "wynn.netherland@gmail.com", "rev'd hashie", "Wynn Netherland"], ["fc8694bc75e009eac08ba836e56b845b0431f642", "wynn.netherland@gmail.com", "Version bump to 0.2.2", "Wynn Netherland"], ["b7083aba6444f9da95df28873f93f5fdd5c5a452", "wynn.netherland@gmail.com", "Patch for auth params", "Wynn Netherland"], ["775a5f1df314c88049b2d7696a56fe07c09eb770", "wynn.netherland@gmail.com", "Merge branch 'integration'", "Wynn Netherland"], ["5b24bf1c610e15e5b7d3b8b10d9c300311692818", "wynn.netherland@gmail.com", "updated changelog", "Wynn Netherland"], ["4c1b9fcbe1f812c49c26f973f4b059df63df8f6c", "wynn.netherland@gmail.com", "Regenerated gemspec for version 0.2.2", "Wynn Netherland"]],
669
+ "ref": "refs/heads/master"
670
+ },
671
+ "url": "http://github.com/pengwynn/octokit/compare/3b02fc367f...4c1b9fcbe1",
672
+ "times": 0,
673
+ "type": "PushEvent"
674
+ },
675
+ {
676
+ "repository": {
677
+ "description": "Padrino + NestaCMS",
678
+ "has_downloads": true,
679
+ "watchers": 7,
680
+ "forks": 0,
681
+ "url": "http://github.com/pengwynn/presto",
682
+ "homepage": "",
683
+ "has_wiki": true,
684
+ "fork": false,
685
+ "open_issues": 0,
686
+ "created_at": "2010/04/12 10:16:11 -0700",
687
+ "pushed_at": "2010/06/13 18:16:11 -0700",
688
+ "private": false,
689
+ "has_issues": true,
690
+ "name": "presto",
691
+ "owner": "pengwynn"
692
+ },
693
+ "created_at": "2010/06/07 20:10:56 -0700",
694
+ "sha": null,
695
+ "public": true,
696
+ "actor": "pengwynn",
697
+ "payload": {
698
+ "head": "ee0dfe4bbf7e9e60d73229b6febf9562ec27d980",
699
+ "size": 1,
700
+ "shas": [["ee0dfe4bbf7e9e60d73229b6febf9562ec27d980", "wynn.netherland@gmail.com", "updated theme helper", "Wynn Netherland"]],
701
+ "ref": "refs/heads/master"
702
+ },
703
+ "url": "http://github.com/pengwynn/presto/compare/8d1cc24cce...ee0dfe4bbf",
704
+ "times": 0,
705
+ "type": "PushEvent"
706
+ },
707
+ {
708
+ "repository": {
709
+ "description": "Padrino + NestaCMS",
710
+ "has_downloads": true,
711
+ "watchers": 7,
712
+ "forks": 0,
713
+ "url": "http://github.com/pengwynn/presto",
714
+ "homepage": "",
715
+ "has_wiki": true,
716
+ "fork": false,
717
+ "open_issues": 0,
718
+ "created_at": "2010/04/12 10:16:11 -0700",
719
+ "pushed_at": "2010/06/13 18:16:11 -0700",
720
+ "private": false,
721
+ "has_issues": true,
722
+ "name": "presto",
723
+ "owner": "pengwynn"
724
+ },
725
+ "created_at": "2010/06/07 19:50:31 -0700",
726
+ "sha": null,
727
+ "public": true,
728
+ "actor": "pengwynn",
729
+ "payload": {
730
+ "head": "8d1cc24cce75b6efbf63d1f3c0f46a5cb1bb2876",
731
+ "size": 2,
732
+ "shas": [["cc31f59fea15e11a51d729acc01bda8a8ec724fb", "wynn.netherland@gmail.com", "moved views to themes", "Wynn Netherland"], ["8d1cc24cce75b6efbf63d1f3c0f46a5cb1bb2876", "wynn.netherland@gmail.com", "custom templates for pages", "Wynn Netherland"]],
733
+ "ref": "refs/heads/master"
734
+ },
735
+ "url": "http://github.com/pengwynn/presto/compare/1fd930cb39...8d1cc24cce",
736
+ "times": 0,
737
+ "type": "PushEvent"
738
+ },
739
+ {
740
+ "repository": {
741
+ "description": "TouchScroll is a JavaScript- and CSS 3-based scroller for devices using Webkit Mobile. It is meant to mimic “native” scrolling feeling and behavior as much as possible.",
742
+ "has_downloads": true,
743
+ "watchers": 156,
744
+ "forks": 4,
745
+ "url": "http://github.com/davidaurelio/TouchScroll",
746
+ "homepage": "http://uxebu.com/blog/2010/04/27/touchscroll-a-scrolling-layer-for-webkit-mobile/",
747
+ "has_wiki": true,
748
+ "fork": false,
749
+ "open_issues": 14,
750
+ "created_at": "2010/04/27 06:28:07 -0700",
751
+ "pushed_at": "2010/06/02 14:23:53 -0700",
752
+ "private": false,
753
+ "has_issues": true,
754
+ "name": "TouchScroll",
755
+ "owner": "davidaurelio"
756
+ },
757
+ "created_at": "2010/06/05 08:43:36 -0700",
758
+ "sha": null,
759
+ "public": true,
760
+ "actor": "pengwynn",
761
+ "payload": {
762
+ "action": "started"
763
+ },
764
+ "url": "http://github.com/davidaurelio/TouchScroll",
765
+ "times": 0,
766
+ "type": "WatchEvent"
767
+ },
768
+ {
769
+ "repository": {
770
+ "description": "Padrino + NestaCMS",
771
+ "has_downloads": true,
772
+ "watchers": 7,
773
+ "forks": 0,
774
+ "url": "http://github.com/pengwynn/presto",
775
+ "homepage": "",
776
+ "has_wiki": true,
777
+ "fork": false,
778
+ "open_issues": 0,
779
+ "created_at": "2010/04/12 10:16:11 -0700",
780
+ "pushed_at": "2010/06/13 18:16:11 -0700",
781
+ "private": false,
782
+ "has_issues": true,
783
+ "name": "presto",
784
+ "owner": "pengwynn"
785
+ },
786
+ "created_at": "2010/06/02 19:50:16 -0700",
787
+ "sha": null,
788
+ "public": true,
789
+ "actor": "pengwynn",
790
+ "payload": {
791
+ "head": "1fd930cb39739c1450c5643c75a7e6910b04abf6",
792
+ "size": 1,
793
+ "shas": [["1fd930cb39739c1450c5643c75a7e6910b04abf6", "wynn.netherland@gmail.com", "switched to mash for metadata", "Wynn Netherland"]],
794
+ "ref": "refs/heads/master"
795
+ },
796
+ "url": "http://github.com/pengwynn/presto/compare/4503b4c7ac...1fd930cb39",
797
+ "times": 0,
798
+ "type": "PushEvent"
799
+ },
800
+ {
801
+ "repository": {
802
+ "description": "TextMate Bundle (tmBundle) for the Appcelerator Titanium Mobile JavaScript API. Includes complete API Code Completion and context sensitive API doc ToolTips. Yes, this is real.",
803
+ "has_downloads": true,
804
+ "watchers": 27,
805
+ "forks": 3,
806
+ "url": "http://github.com/subtleGradient/JavaScript-Appcelerator-Titanium-Mobile.tmbundle",
807
+ "has_wiki": true,
808
+ "fork": false,
809
+ "open_issues": 0,
810
+ "created_at": "2010/05/31 11:47:37 -0700",
811
+ "pushed_at": "2010/06/14 02:42:02 -0700",
812
+ "private": false,
813
+ "has_issues": true,
814
+ "name": "JavaScript-Appcelerator-Titanium-Mobile.tmbundle",
815
+ "owner": "subtleGradient"
816
+ },
817
+ "created_at": "2010/06/01 14:34:18 -0700",
818
+ "sha": null,
819
+ "public": true,
820
+ "actor": "pengwynn",
821
+ "payload": {
822
+ "action": "started"
823
+ },
824
+ "url": "http://github.com/subtleGradient/JavaScript-Appcelerator-Titanium-Mobile.tmbundle",
825
+ "times": 0,
826
+ "type": "WatchEvent"
827
+ },
828
+ {
829
+ "repository": {
830
+ "description": "Ruby wrapper for the Groupon API",
831
+ "has_downloads": true,
832
+ "watchers": 1,
833
+ "forks": 0,
834
+ "url": "http://github.com/pengwynn/groupon",
835
+ "homepage": "",
836
+ "has_wiki": true,
837
+ "fork": false,
838
+ "open_issues": 0,
839
+ "created_at": "2010/05/27 21:11:03 -0700",
840
+ "pushed_at": "2010/05/30 14:08:02 -0700",
841
+ "private": false,
842
+ "has_issues": true,
843
+ "name": "groupon",
844
+ "owner": "pengwynn"
845
+ },
846
+ "created_at": "2010/05/30 14:08:04 -0700",
847
+ "sha": null,
848
+ "public": true,
849
+ "actor": "pengwynn",
850
+ "payload": {
851
+ "head": "4321da7a8072d9a3a0ced99aaf81ddb787e7617e",
852
+ "size": 1,
853
+ "shas": [["4321da7a8072d9a3a0ced99aaf81ddb787e7617e", "wynn.netherland@gmail.com", "typekit", "Wynn Netherland"]],
854
+ "ref": "refs/heads/gh-pages"
855
+ },
856
+ "url": "http://github.com/pengwynn/groupon/compare/50449990de...4321da7a80",
857
+ "times": 0,
858
+ "type": "PushEvent"
859
+ },
860
+ {
861
+ "repository": {
862
+ "description": "Ruby wrapper for the Groupon API",
863
+ "has_downloads": true,
864
+ "watchers": 1,
865
+ "forks": 0,
866
+ "url": "http://github.com/pengwynn/groupon",
867
+ "homepage": "",
868
+ "has_wiki": true,
869
+ "fork": false,
870
+ "open_issues": 0,
871
+ "created_at": "2010/05/27 21:11:03 -0700",
872
+ "pushed_at": "2010/05/30 14:08:02 -0700",
873
+ "private": false,
874
+ "has_issues": true,
875
+ "name": "groupon",
876
+ "owner": "pengwynn"
877
+ },
878
+ "created_at": "2010/05/30 12:34:51 -0700",
879
+ "sha": null,
880
+ "public": true,
881
+ "actor": "pengwynn",
882
+ "payload": {
883
+ "head": "f08801b5553ef106261ac9072ad2576382b428a3",
884
+ "size": 1,
885
+ "shas": [["f08801b5553ef106261ac9072ad2576382b428a3", "wynn.netherland@gmail.com", "moved yardoc templates external", "Wynn Netherland"]],
886
+ "ref": "refs/heads/master"
887
+ },
888
+ "url": "http://github.com/pengwynn/groupon/compare/37836c2208...f08801b555",
889
+ "times": 0,
890
+ "type": "PushEvent"
891
+ },
892
+ {
893
+ "repository": {
894
+ "description": "Ruby wrapper for the Groupon API",
895
+ "has_downloads": true,
896
+ "watchers": 1,
897
+ "forks": 0,
898
+ "url": "http://github.com/pengwynn/groupon",
899
+ "homepage": "",
900
+ "has_wiki": true,
901
+ "fork": false,
902
+ "open_issues": 0,
903
+ "created_at": "2010/05/27 21:11:03 -0700",
904
+ "pushed_at": "2010/05/30 14:08:02 -0700",
905
+ "private": false,
906
+ "has_issues": true,
907
+ "name": "groupon",
908
+ "owner": "pengwynn"
909
+ },
910
+ "created_at": "2010/05/30 10:44:57 -0700",
911
+ "sha": null,
912
+ "public": true,
913
+ "actor": "pengwynn",
914
+ "payload": {
915
+ "head": "50449990dea33224b90358ff966d23e6f2ec8b22",
916
+ "size": 1,
917
+ "shas": [["50449990dea33224b90358ff966d23e6f2ec8b22", "wynn.netherland@gmail.com", "updated doc styles", "Wynn Netherland"]],
918
+ "ref": "refs/heads/gh-pages"
919
+ },
920
+ "url": "http://github.com/pengwynn/groupon/compare/e6de2992f6...50449990de",
921
+ "times": 0,
922
+ "type": "PushEvent"
923
+ },
924
+ {
925
+ "repository": {
926
+ "description": "Ruby wrapper for the Groupon API",
927
+ "has_downloads": true,
928
+ "watchers": 1,
929
+ "forks": 0,
930
+ "url": "http://github.com/pengwynn/groupon",
931
+ "homepage": "",
932
+ "has_wiki": true,
933
+ "fork": false,
934
+ "open_issues": 0,
935
+ "created_at": "2010/05/27 21:11:03 -0700",
936
+ "pushed_at": "2010/05/30 14:08:02 -0700",
937
+ "private": false,
938
+ "has_issues": true,
939
+ "name": "groupon",
940
+ "owner": "pengwynn"
941
+ },
942
+ "created_at": "2010/05/30 10:43:52 -0700",
943
+ "sha": null,
944
+ "public": true,
945
+ "actor": "pengwynn",
946
+ "payload": {
947
+ "head": "e6de2992f68ccafdf3dae394f0cbc872f6ef40f2",
948
+ "size": 1,
949
+ "shas": [["e6de2992f68ccafdf3dae394f0cbc872f6ef40f2", "wynn.netherland@gmail.com", "updated doc styles", "Wynn Netherland"]],
950
+ "ref": "refs/heads/gh-pages"
951
+ },
952
+ "url": "http://github.com/pengwynn/groupon/compare/8a6d7b6356...e6de2992f6",
953
+ "times": 0,
954
+ "type": "PushEvent"
955
+ },
956
+ {
957
+ "repository": {
958
+ "description": "Ruby wrapper for the Groupon API",
959
+ "has_downloads": true,
960
+ "watchers": 1,
961
+ "forks": 0,
962
+ "url": "http://github.com/pengwynn/groupon",
963
+ "homepage": "",
964
+ "has_wiki": true,
965
+ "fork": false,
966
+ "open_issues": 0,
967
+ "created_at": "2010/05/27 21:11:03 -0700",
968
+ "pushed_at": "2010/05/30 14:08:02 -0700",
969
+ "private": false,
970
+ "has_issues": true,
971
+ "name": "groupon",
972
+ "owner": "pengwynn"
973
+ },
974
+ "created_at": "2010/05/30 10:25:16 -0700",
975
+ "sha": null,
976
+ "public": true,
977
+ "actor": "pengwynn",
978
+ "payload": {
979
+ "name": "groupon",
980
+ "object_name": "gh-pages",
981
+ "object": "branch"
982
+ },
983
+ "url": "http://github.com/pengwynn/groupon/compare/gh-pages",
984
+ "times": 0,
985
+ "type": "CreateEvent"
986
+ },
987
+ {
988
+ "repository": {
989
+ "description": "Ruby wrapper for the Groupon API",
990
+ "has_downloads": true,
991
+ "watchers": 1,
992
+ "forks": 0,
993
+ "url": "http://github.com/pengwynn/groupon",
994
+ "homepage": "",
995
+ "has_wiki": true,
996
+ "fork": false,
997
+ "open_issues": 0,
998
+ "created_at": "2010/05/27 21:11:03 -0700",
999
+ "pushed_at": "2010/05/30 14:08:02 -0700",
1000
+ "private": false,
1001
+ "has_issues": true,
1002
+ "name": "groupon",
1003
+ "owner": "pengwynn"
1004
+ },
1005
+ "created_at": "2010/05/30 09:39:49 -0700",
1006
+ "sha": null,
1007
+ "public": true,
1008
+ "actor": "pengwynn",
1009
+ "payload": {
1010
+ "head": "37836c2208bb067225524334ecc939ef9aab63ab",
1011
+ "size": 5,
1012
+ "shas": [["2db1fe06648c731c3cc80bc86019cd73dbac8da6", "wynn.netherland@gmail.com", "added license", "Wynn Netherland"], ["ea68207f3a62ce72f25a91582d1ad6dd4eb07767", "wynn.netherland@gmail.com", "yardoc prep", "Wynn Netherland"], ["cd95fc3df732c945b8ade3942d7c071fea55427d", "wynn.netherland@gmail.com", "updated docs", "Wynn Netherland"], ["c0afb9a55ebf858d9d3ae030fd80e35138d9cb31", "wynn.netherland@gmail.com", "updated docs", "Wynn Netherland"], ["37836c2208bb067225524334ecc939ef9aab63ab", "wynn.netherland@gmail.com", "updated docs", "Wynn Netherland"]],
1013
+ "ref": "refs/heads/master"
1014
+ },
1015
+ "url": "http://github.com/pengwynn/groupon/compare/9e927a5e68...37836c2208",
1016
+ "times": 0,
1017
+ "type": "PushEvent"
1018
+ }]