octokit 1.0.7 → 1.1.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 (75) hide show
  1. data/CHANGELOG.md +1 -0
  2. data/lib/octokit/client.rb +3 -0
  3. data/lib/octokit/client/gists.rb +66 -0
  4. data/lib/octokit/gist.rb +27 -0
  5. data/lib/octokit/version.rb +1 -1
  6. data/spec/fixtures/timeline.json +1408 -1237
  7. data/spec/fixtures/v2/blob_metadata.json +2052 -1
  8. data/spec/fixtures/v2/blobs.json +260 -1
  9. data/spec/fixtures/v2/issues.json +49 -1
  10. data/spec/fixtures/v2/network_data.json +3551 -1
  11. data/spec/fixtures/v2/network_meta.json +2530 -1
  12. data/spec/fixtures/v2/repositories.json +173 -1
  13. data/spec/fixtures/v2/tree_metadata.json +2612 -1
  14. data/spec/fixtures/v2/user.json +19 -1
  15. data/spec/fixtures/v2/users.json +24 -1
  16. data/spec/fixtures/v3/blob.json +5 -5
  17. data/spec/fixtures/v3/branches.json +14 -14
  18. data/spec/fixtures/v3/collaborators.json +60 -60
  19. data/spec/fixtures/v3/comment.json +12 -12
  20. data/spec/fixtures/v3/comments.json +41 -41
  21. data/spec/fixtures/v3/commit.json +50 -1
  22. data/spec/fixtures/v3/commit_comment.json +17 -17
  23. data/spec/fixtures/v3/commit_comments.json +76 -76
  24. data/spec/fixtures/v3/commits.json +1414 -1
  25. data/spec/fixtures/v3/contributors.json +889 -889
  26. data/spec/fixtures/v3/download.json +9 -9
  27. data/spec/fixtures/v3/downloads.json +33 -33
  28. data/spec/fixtures/v3/emails.json +3 -3
  29. data/spec/fixtures/v3/followers.json +210 -210
  30. data/spec/fixtures/v3/following.json +207 -207
  31. data/spec/fixtures/v3/forks.json +870 -870
  32. data/spec/fixtures/v3/gist.json +51 -0
  33. data/spec/fixtures/v3/gists.json +548 -0
  34. data/spec/fixtures/v3/issue.json +33 -35
  35. data/spec/fixtures/v3/issue_closed.json +34 -36
  36. data/spec/fixtures/v3/issue_event.json +40 -42
  37. data/spec/fixtures/v3/issue_events.json +70 -70
  38. data/spec/fixtures/v3/issues.json +1559 -1577
  39. data/spec/fixtures/v3/label.json +3 -3
  40. data/spec/fixtures/v3/labels.json +15 -15
  41. data/spec/fixtures/v3/languages.json +3 -3
  42. data/spec/fixtures/v3/list_commit_comments.json +570 -570
  43. data/spec/fixtures/v3/milestone.json +9 -10
  44. data/spec/fixtures/v3/milestones.json +25 -25
  45. data/spec/fixtures/v3/not_found.json +1 -1
  46. data/spec/fixtures/v3/organization-repositories.json +4290 -4290
  47. data/spec/fixtures/v3/organization-repository.json +41 -41
  48. data/spec/fixtures/v3/organization.json +16 -16
  49. data/spec/fixtures/v3/organization_members.json +574 -574
  50. data/spec/fixtures/v3/organization_team_members.json +14 -14
  51. data/spec/fixtures/v3/organization_team_repos.json +60 -60
  52. data/spec/fixtures/v3/organizations.json +42 -42
  53. data/spec/fixtures/v3/public_events.json +1101 -1107
  54. data/spec/fixtures/v3/public_gists.json +968 -0
  55. data/spec/fixtures/v3/public_key.json +3 -3
  56. data/spec/fixtures/v3/public_keys.json +5 -5
  57. data/spec/fixtures/v3/pull_created.json +134 -134
  58. data/spec/fixtures/v3/pull_request.json +134 -134
  59. data/spec/fixtures/v3/pull_requests.json +185 -185
  60. data/spec/fixtures/v3/repo_events.json +1644 -1660
  61. data/spec/fixtures/v3/repo_issues_events.json +127 -133
  62. data/spec/fixtures/v3/repositories.json +871 -871
  63. data/spec/fixtures/v3/repository.json +33 -33
  64. data/spec/fixtures/v3/starred_gists.json +30 -0
  65. data/spec/fixtures/v3/tags.json +171 -171
  66. data/spec/fixtures/v3/team.json +6 -6
  67. data/spec/fixtures/v3/teams.json +10 -10
  68. data/spec/fixtures/v3/tree.json +110 -110
  69. data/spec/fixtures/v3/user.json +18 -18
  70. data/spec/fixtures/v3/user_events.json +99 -100
  71. data/spec/fixtures/v3/watched.json +1020 -1020
  72. data/spec/fixtures/v3/watchers.json +180 -180
  73. data/spec/octokit/client/gists_spec.rb +133 -0
  74. data/spec/octokit/gist_spec.rb +49 -0
  75. metadata +40 -26
@@ -1,34 +1,34 @@
1
- {
2
- "updated_at": "2011-09-02T07:58:55Z",
3
- "forks": 397,
4
- "has_wiki": true,
5
- "pushed_at": "2011-09-02T07:15:19Z",
6
- "description": "RailsAdmin is a Rails 3 engine that provides an easy-to-use interface for managing your data",
7
- "open_issues": 67,
8
- "html_url": "https://github.com/sferik/rails_admin",
9
- "created_at": "2010-08-01T17:01:00Z",
10
- "has_issues": true,
11
- "fork": false,
12
- "watchers": 2299,
13
- "git_url": "git://github.com/sferik/rails_admin.git",
14
- "integrate_branch": "master",
15
- "homepage": "",
16
- "mirror_url": null,
17
- "language": "JavaScript",
18
- "private": false,
19
- "size": 2748,
20
- "svn_url": "https://svn.github.com/sferik/rails_admin",
21
- "master_branch": null,
22
- "owner": {
23
- "login": "sferik",
24
- "avatar_url": "https://secure.gravatar.com/avatar/1f74b13f1e5c6c69cb5d7fbaabb1e2cb?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png",
25
- "id": 10308,
26
- "url": "https://api.github.com/users/sferik"
27
- },
28
- "name": "rails_admin",
29
- "clone_url": "https://github.com/sferik/rails_admin.git",
30
- "ssh_url": "git@github.com:sferik/rails_admin.git",
31
- "has_downloads": true,
32
- "id": 810796,
33
- "url": "https://api.github.com/repos/sferik/rails_admin"
1
+ {
2
+ "clone_url": "https://github.com/sferik/rails_admin.git",
3
+ "created_at": "2010-08-01T17:01:00Z",
4
+ "description": "RailsAdmin is a Rails 3 engine that provides an easy-to-use interface for managing your data",
5
+ "fork": false,
6
+ "forks": 397,
7
+ "git_url": "git://github.com/sferik/rails_admin.git",
8
+ "has_downloads": true,
9
+ "has_issues": true,
10
+ "has_wiki": true,
11
+ "homepage": "",
12
+ "html_url": "https://github.com/sferik/rails_admin",
13
+ "id": 810796,
14
+ "integrate_branch": "master",
15
+ "language": "JavaScript",
16
+ "master_branch": null,
17
+ "mirror_url": null,
18
+ "name": "rails_admin",
19
+ "open_issues": 67,
20
+ "owner": {
21
+ "avatar_url": "https://secure.gravatar.com/avatar/1f74b13f1e5c6c69cb5d7fbaabb1e2cb?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png",
22
+ "id": 10308,
23
+ "login": "sferik",
24
+ "url": "https://api.github.com/users/sferik"
25
+ },
26
+ "private": false,
27
+ "pushed_at": "2011-09-02T07:15:19Z",
28
+ "size": 2748,
29
+ "ssh_url": "git@github.com:sferik/rails_admin.git",
30
+ "svn_url": "https://svn.github.com/sferik/rails_admin",
31
+ "updated_at": "2011-09-02T07:58:55Z",
32
+ "url": "https://api.github.com/repos/sferik/rails_admin",
33
+ "watchers": 2299
34
34
  }
@@ -0,0 +1,30 @@
1
+ [
2
+ {
3
+ "user": {
4
+ "url": "https://api.github.com/users/tmountain",
5
+ "avatar_url": "https://secure.gravatar.com/avatar/12bbabf5fb962997184731cb9eb304e8?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png",
6
+ "login": "tmountain",
7
+ "gravatar_id": "12bbabf5fb962997184731cb9eb304e8",
8
+ "id": 135297
9
+ },
10
+ "description": null,
11
+ "comments": 0,
12
+ "git_pull_url": "git://gist.github.com/509955.git",
13
+ "updated_at": "2010-08-05T16:15:20Z",
14
+ "public": true,
15
+ "git_push_url": "git@gist.github.com:509955.git",
16
+ "url": "https://api.github.com/gists/509955",
17
+ "id": "509955",
18
+ "created_at": "2010-08-05T16:10:21Z",
19
+ "files": {
20
+ "gistfile1.rb": {
21
+ "type": "application/ruby",
22
+ "raw_url": "https://gist.github.com/raw/509955/26b925a0841d44437ca3e37598f1ca756016bc30/gistfile1.rb",
23
+ "size": 238,
24
+ "filename": "gistfile1.rb",
25
+ "language": "Ruby"
26
+ }
27
+ },
28
+ "html_url": "https://gist.github.com/509955"
29
+ }
30
+ ]
@@ -1,173 +1,173 @@
1
1
  [
2
- {
3
- "zipball_url": "https://github.com/pengwynn/octokit/zipball/v0.1.0",
4
- "commit": {
5
- "sha": "841be65ccaaad2f01db2eeff7171a0bcde3e059e",
6
- "url": "https://api.github.com/repos/pengwynn/octokit/commits/841be65ccaaad2f01db2eeff7171a0bcde3e059e"
7
- },
8
- "tarball_url": "https://github.com/pengwynn/octokit/tarball/v0.1.0",
9
- "name": "v0.1.0"
10
- },
11
- {
12
- "zipball_url": "https://github.com/pengwynn/octokit/zipball/v0.0.1",
13
- "commit": {
14
- "sha": "0d7a03f2035ecd74e4d6eb9be58865c2a688ee55",
15
- "url": "https://api.github.com/repos/pengwynn/octokit/commits/0d7a03f2035ecd74e4d6eb9be58865c2a688ee55"
16
- },
17
- "tarball_url": "https://github.com/pengwynn/octokit/tarball/v0.0.1",
18
- "name": "v0.0.1"
19
- },
20
- {
21
- "zipball_url": "https://github.com/pengwynn/octokit/zipball/v0.2.0",
22
- "commit": {
23
- "sha": "41d0ac1e34b8b62a69d6e3edb6981feecce3b2ef",
24
- "url": "https://api.github.com/repos/pengwynn/octokit/commits/41d0ac1e34b8b62a69d6e3edb6981feecce3b2ef"
25
- },
26
- "tarball_url": "https://github.com/pengwynn/octokit/tarball/v0.2.0",
27
- "name": "v0.2.0"
28
- },
29
- {
30
- "zipball_url": "https://github.com/pengwynn/octokit/zipball/v0.1.1",
31
- "commit": {
32
- "sha": "b116920ce893e62c5b78dd25e34d11c0f2939fb7",
33
- "url": "https://api.github.com/repos/pengwynn/octokit/commits/b116920ce893e62c5b78dd25e34d11c0f2939fb7"
34
- },
35
- "tarball_url": "https://github.com/pengwynn/octokit/tarball/v0.1.1",
36
- "name": "v0.1.1"
37
- },
38
- {
39
- "zipball_url": "https://github.com/pengwynn/octokit/zipball/v0.2.1",
40
- "commit": {
41
- "sha": "3b02fc367fb7db1f9c8a24a7e8a89ad0459e319b",
42
- "url": "https://api.github.com/repos/pengwynn/octokit/commits/3b02fc367fb7db1f9c8a24a7e8a89ad0459e319b"
43
- },
44
- "tarball_url": "https://github.com/pengwynn/octokit/tarball/v0.2.1",
45
- "name": "v0.2.1"
46
- },
47
- {
48
- "zipball_url": "https://github.com/pengwynn/octokit/zipball/v0.1.2",
49
- "commit": {
50
- "sha": "469365fa47b660fed2ad94970d527b0390bfc711",
51
- "url": "https://api.github.com/repos/pengwynn/octokit/commits/469365fa47b660fed2ad94970d527b0390bfc711"
52
- },
53
- "tarball_url": "https://github.com/pengwynn/octokit/tarball/v0.1.2",
54
- "name": "v0.1.2"
55
- },
56
- {
57
- "zipball_url": "https://github.com/pengwynn/octokit/zipball/v0.2.2",
58
- "commit": {
59
- "sha": "4c1b9fcbe1f812c49c26f973f4b059df63df8f6c",
60
- "url": "https://api.github.com/repos/pengwynn/octokit/commits/4c1b9fcbe1f812c49c26f973f4b059df63df8f6c"
61
- },
62
- "tarball_url": "https://github.com/pengwynn/octokit/tarball/v0.2.2",
63
- "name": "v0.2.2"
64
- },
65
- {
66
- "zipball_url": "https://github.com/pengwynn/octokit/zipball/v0.1.3",
67
- "commit": {
68
- "sha": "5b129b15611342fa69b135e1bf2753bedcec7fbc",
69
- "url": "https://api.github.com/repos/pengwynn/octokit/commits/5b129b15611342fa69b135e1bf2753bedcec7fbc"
70
- },
71
- "tarball_url": "https://github.com/pengwynn/octokit/tarball/v0.1.3",
72
- "name": "v0.1.3"
73
- },
74
- {
75
- "zipball_url": "https://github.com/pengwynn/octokit/zipball/v0.5.0",
76
- "commit": {
77
- "sha": "d607805ebc1b97e684fc1967a9ff146a844393eb",
78
- "url": "https://api.github.com/repos/pengwynn/octokit/commits/d607805ebc1b97e684fc1967a9ff146a844393eb"
79
- },
80
- "tarball_url": "https://github.com/pengwynn/octokit/tarball/v0.5.0",
81
- "name": "v0.5.0"
82
- },
83
- {
84
- "zipball_url": "https://github.com/pengwynn/octokit/zipball/v0.4.1",
85
- "commit": {
86
- "sha": "b25de5e3d70ae89326738872c51f0ec54163312c",
87
- "url": "https://api.github.com/repos/pengwynn/octokit/commits/b25de5e3d70ae89326738872c51f0ec54163312c"
88
- },
89
- "tarball_url": "https://github.com/pengwynn/octokit/tarball/v0.4.1",
90
- "name": "v0.4.1"
91
- },
92
- {
93
- "zipball_url": "https://github.com/pengwynn/octokit/zipball/v0.2.3",
94
- "commit": {
95
- "sha": "1e87f1640f0e7b6d3854cdf9d089092d9118be6c",
96
- "url": "https://api.github.com/repos/pengwynn/octokit/commits/1e87f1640f0e7b6d3854cdf9d089092d9118be6c"
97
- },
98
- "tarball_url": "https://github.com/pengwynn/octokit/tarball/v0.2.3",
99
- "name": "v0.2.3"
100
- },
101
- {
102
- "zipball_url": "https://github.com/pengwynn/octokit/zipball/v0.1.4",
103
- "commit": {
104
- "sha": "03ee3f302f99162d5c08f256dbdeef3c96fce25e",
105
- "url": "https://api.github.com/repos/pengwynn/octokit/commits/03ee3f302f99162d5c08f256dbdeef3c96fce25e"
106
- },
107
- "tarball_url": "https://github.com/pengwynn/octokit/tarball/v0.1.4",
108
- "name": "v0.1.4"
109
- },
110
- {
111
- "zipball_url": "https://github.com/pengwynn/octokit/zipball/v0.5.1",
112
- "commit": {
113
- "sha": "8666efd47a3a78a3c666ae208962420a324467f2",
114
- "url": "https://api.github.com/repos/pengwynn/octokit/commits/8666efd47a3a78a3c666ae208962420a324467f2"
115
- },
116
- "tarball_url": "https://github.com/pengwynn/octokit/tarball/v0.5.1",
117
- "name": "v0.5.1"
118
- },
119
- {
120
- "zipball_url": "https://github.com/pengwynn/octokit/zipball/v0.6.0",
121
- "commit": {
122
- "sha": "29a1fdd41de7988b94815477d6dd0647dd31c464",
123
- "url": "https://api.github.com/repos/pengwynn/octokit/commits/29a1fdd41de7988b94815477d6dd0647dd31c464"
124
- },
125
- "tarball_url": "https://github.com/pengwynn/octokit/tarball/v0.6.0",
126
- "name": "v0.6.0"
127
- },
128
- {
129
- "zipball_url": "https://github.com/pengwynn/octokit/zipball/v0.5.2",
130
- "commit": {
131
- "sha": "8c7c6222f11e203cea43d30d33608b87a3bf7ca0",
132
- "url": "https://api.github.com/repos/pengwynn/octokit/commits/8c7c6222f11e203cea43d30d33608b87a3bf7ca0"
133
- },
134
- "tarball_url": "https://github.com/pengwynn/octokit/tarball/v0.5.2",
135
- "name": "v0.5.2"
136
- },
137
- {
138
- "zipball_url": "https://github.com/pengwynn/octokit/zipball/v0.6.1",
139
- "commit": {
140
- "sha": "f1419f5d48896da0c40e134783e4a27529ecf45a",
141
- "url": "https://api.github.com/repos/pengwynn/octokit/commits/f1419f5d48896da0c40e134783e4a27529ecf45a"
142
- },
143
- "tarball_url": "https://github.com/pengwynn/octokit/tarball/v0.6.1",
144
- "name": "v0.6.1"
145
- },
146
- {
147
- "zipball_url": "https://github.com/pengwynn/octokit/zipball/v0.6.2",
148
- "commit": {
149
- "sha": "e5630f9cb5ef9a28b43bcee148283ed99f44a64d",
150
- "url": "https://api.github.com/repos/pengwynn/octokit/commits/e5630f9cb5ef9a28b43bcee148283ed99f44a64d"
151
- },
152
- "tarball_url": "https://github.com/pengwynn/octokit/tarball/v0.6.2",
153
- "name": "v0.6.2"
154
- },
155
- {
156
- "zipball_url": "https://github.com/pengwynn/octokit/zipball/v0.6.3",
157
- "commit": {
158
- "sha": "c8828b22ce0885cb76a3a5619837212eeb63607c",
159
- "url": "https://api.github.com/repos/pengwynn/octokit/commits/c8828b22ce0885cb76a3a5619837212eeb63607c"
160
- },
161
- "tarball_url": "https://github.com/pengwynn/octokit/tarball/v0.6.3",
162
- "name": "v0.6.3"
163
- },
164
- {
165
- "zipball_url": "https://github.com/pengwynn/octokit/zipball/v0.6.4",
166
- "commit": {
167
- "sha": "09bcc30e7286eeb1bbde68d0ace7a6b90b1a84a2",
168
- "url": "https://api.github.com/repos/pengwynn/octokit/commits/09bcc30e7286eeb1bbde68d0ace7a6b90b1a84a2"
169
- },
170
- "tarball_url": "https://github.com/pengwynn/octokit/tarball/v0.6.4",
171
- "name": "v0.6.4"
172
- }
2
+ {
3
+ "commit": {
4
+ "sha": "841be65ccaaad2f01db2eeff7171a0bcde3e059e",
5
+ "url": "https://api.github.com/repos/pengwynn/octokit/commits/841be65ccaaad2f01db2eeff7171a0bcde3e059e"
6
+ },
7
+ "name": "v0.1.0",
8
+ "tarball_url": "https://github.com/pengwynn/octokit/tarball/v0.1.0",
9
+ "zipball_url": "https://github.com/pengwynn/octokit/zipball/v0.1.0"
10
+ },
11
+ {
12
+ "commit": {
13
+ "sha": "0d7a03f2035ecd74e4d6eb9be58865c2a688ee55",
14
+ "url": "https://api.github.com/repos/pengwynn/octokit/commits/0d7a03f2035ecd74e4d6eb9be58865c2a688ee55"
15
+ },
16
+ "name": "v0.0.1",
17
+ "tarball_url": "https://github.com/pengwynn/octokit/tarball/v0.0.1",
18
+ "zipball_url": "https://github.com/pengwynn/octokit/zipball/v0.0.1"
19
+ },
20
+ {
21
+ "commit": {
22
+ "sha": "41d0ac1e34b8b62a69d6e3edb6981feecce3b2ef",
23
+ "url": "https://api.github.com/repos/pengwynn/octokit/commits/41d0ac1e34b8b62a69d6e3edb6981feecce3b2ef"
24
+ },
25
+ "name": "v0.2.0",
26
+ "tarball_url": "https://github.com/pengwynn/octokit/tarball/v0.2.0",
27
+ "zipball_url": "https://github.com/pengwynn/octokit/zipball/v0.2.0"
28
+ },
29
+ {
30
+ "commit": {
31
+ "sha": "b116920ce893e62c5b78dd25e34d11c0f2939fb7",
32
+ "url": "https://api.github.com/repos/pengwynn/octokit/commits/b116920ce893e62c5b78dd25e34d11c0f2939fb7"
33
+ },
34
+ "name": "v0.1.1",
35
+ "tarball_url": "https://github.com/pengwynn/octokit/tarball/v0.1.1",
36
+ "zipball_url": "https://github.com/pengwynn/octokit/zipball/v0.1.1"
37
+ },
38
+ {
39
+ "commit": {
40
+ "sha": "3b02fc367fb7db1f9c8a24a7e8a89ad0459e319b",
41
+ "url": "https://api.github.com/repos/pengwynn/octokit/commits/3b02fc367fb7db1f9c8a24a7e8a89ad0459e319b"
42
+ },
43
+ "name": "v0.2.1",
44
+ "tarball_url": "https://github.com/pengwynn/octokit/tarball/v0.2.1",
45
+ "zipball_url": "https://github.com/pengwynn/octokit/zipball/v0.2.1"
46
+ },
47
+ {
48
+ "commit": {
49
+ "sha": "469365fa47b660fed2ad94970d527b0390bfc711",
50
+ "url": "https://api.github.com/repos/pengwynn/octokit/commits/469365fa47b660fed2ad94970d527b0390bfc711"
51
+ },
52
+ "name": "v0.1.2",
53
+ "tarball_url": "https://github.com/pengwynn/octokit/tarball/v0.1.2",
54
+ "zipball_url": "https://github.com/pengwynn/octokit/zipball/v0.1.2"
55
+ },
56
+ {
57
+ "commit": {
58
+ "sha": "4c1b9fcbe1f812c49c26f973f4b059df63df8f6c",
59
+ "url": "https://api.github.com/repos/pengwynn/octokit/commits/4c1b9fcbe1f812c49c26f973f4b059df63df8f6c"
60
+ },
61
+ "name": "v0.2.2",
62
+ "tarball_url": "https://github.com/pengwynn/octokit/tarball/v0.2.2",
63
+ "zipball_url": "https://github.com/pengwynn/octokit/zipball/v0.2.2"
64
+ },
65
+ {
66
+ "commit": {
67
+ "sha": "5b129b15611342fa69b135e1bf2753bedcec7fbc",
68
+ "url": "https://api.github.com/repos/pengwynn/octokit/commits/5b129b15611342fa69b135e1bf2753bedcec7fbc"
69
+ },
70
+ "name": "v0.1.3",
71
+ "tarball_url": "https://github.com/pengwynn/octokit/tarball/v0.1.3",
72
+ "zipball_url": "https://github.com/pengwynn/octokit/zipball/v0.1.3"
73
+ },
74
+ {
75
+ "commit": {
76
+ "sha": "d607805ebc1b97e684fc1967a9ff146a844393eb",
77
+ "url": "https://api.github.com/repos/pengwynn/octokit/commits/d607805ebc1b97e684fc1967a9ff146a844393eb"
78
+ },
79
+ "name": "v0.5.0",
80
+ "tarball_url": "https://github.com/pengwynn/octokit/tarball/v0.5.0",
81
+ "zipball_url": "https://github.com/pengwynn/octokit/zipball/v0.5.0"
82
+ },
83
+ {
84
+ "commit": {
85
+ "sha": "b25de5e3d70ae89326738872c51f0ec54163312c",
86
+ "url": "https://api.github.com/repos/pengwynn/octokit/commits/b25de5e3d70ae89326738872c51f0ec54163312c"
87
+ },
88
+ "name": "v0.4.1",
89
+ "tarball_url": "https://github.com/pengwynn/octokit/tarball/v0.4.1",
90
+ "zipball_url": "https://github.com/pengwynn/octokit/zipball/v0.4.1"
91
+ },
92
+ {
93
+ "commit": {
94
+ "sha": "1e87f1640f0e7b6d3854cdf9d089092d9118be6c",
95
+ "url": "https://api.github.com/repos/pengwynn/octokit/commits/1e87f1640f0e7b6d3854cdf9d089092d9118be6c"
96
+ },
97
+ "name": "v0.2.3",
98
+ "tarball_url": "https://github.com/pengwynn/octokit/tarball/v0.2.3",
99
+ "zipball_url": "https://github.com/pengwynn/octokit/zipball/v0.2.3"
100
+ },
101
+ {
102
+ "commit": {
103
+ "sha": "03ee3f302f99162d5c08f256dbdeef3c96fce25e",
104
+ "url": "https://api.github.com/repos/pengwynn/octokit/commits/03ee3f302f99162d5c08f256dbdeef3c96fce25e"
105
+ },
106
+ "name": "v0.1.4",
107
+ "tarball_url": "https://github.com/pengwynn/octokit/tarball/v0.1.4",
108
+ "zipball_url": "https://github.com/pengwynn/octokit/zipball/v0.1.4"
109
+ },
110
+ {
111
+ "commit": {
112
+ "sha": "8666efd47a3a78a3c666ae208962420a324467f2",
113
+ "url": "https://api.github.com/repos/pengwynn/octokit/commits/8666efd47a3a78a3c666ae208962420a324467f2"
114
+ },
115
+ "name": "v0.5.1",
116
+ "tarball_url": "https://github.com/pengwynn/octokit/tarball/v0.5.1",
117
+ "zipball_url": "https://github.com/pengwynn/octokit/zipball/v0.5.1"
118
+ },
119
+ {
120
+ "commit": {
121
+ "sha": "29a1fdd41de7988b94815477d6dd0647dd31c464",
122
+ "url": "https://api.github.com/repos/pengwynn/octokit/commits/29a1fdd41de7988b94815477d6dd0647dd31c464"
123
+ },
124
+ "name": "v0.6.0",
125
+ "tarball_url": "https://github.com/pengwynn/octokit/tarball/v0.6.0",
126
+ "zipball_url": "https://github.com/pengwynn/octokit/zipball/v0.6.0"
127
+ },
128
+ {
129
+ "commit": {
130
+ "sha": "8c7c6222f11e203cea43d30d33608b87a3bf7ca0",
131
+ "url": "https://api.github.com/repos/pengwynn/octokit/commits/8c7c6222f11e203cea43d30d33608b87a3bf7ca0"
132
+ },
133
+ "name": "v0.5.2",
134
+ "tarball_url": "https://github.com/pengwynn/octokit/tarball/v0.5.2",
135
+ "zipball_url": "https://github.com/pengwynn/octokit/zipball/v0.5.2"
136
+ },
137
+ {
138
+ "commit": {
139
+ "sha": "f1419f5d48896da0c40e134783e4a27529ecf45a",
140
+ "url": "https://api.github.com/repos/pengwynn/octokit/commits/f1419f5d48896da0c40e134783e4a27529ecf45a"
141
+ },
142
+ "name": "v0.6.1",
143
+ "tarball_url": "https://github.com/pengwynn/octokit/tarball/v0.6.1",
144
+ "zipball_url": "https://github.com/pengwynn/octokit/zipball/v0.6.1"
145
+ },
146
+ {
147
+ "commit": {
148
+ "sha": "e5630f9cb5ef9a28b43bcee148283ed99f44a64d",
149
+ "url": "https://api.github.com/repos/pengwynn/octokit/commits/e5630f9cb5ef9a28b43bcee148283ed99f44a64d"
150
+ },
151
+ "name": "v0.6.2",
152
+ "tarball_url": "https://github.com/pengwynn/octokit/tarball/v0.6.2",
153
+ "zipball_url": "https://github.com/pengwynn/octokit/zipball/v0.6.2"
154
+ },
155
+ {
156
+ "commit": {
157
+ "sha": "c8828b22ce0885cb76a3a5619837212eeb63607c",
158
+ "url": "https://api.github.com/repos/pengwynn/octokit/commits/c8828b22ce0885cb76a3a5619837212eeb63607c"
159
+ },
160
+ "name": "v0.6.3",
161
+ "tarball_url": "https://github.com/pengwynn/octokit/tarball/v0.6.3",
162
+ "zipball_url": "https://github.com/pengwynn/octokit/zipball/v0.6.3"
163
+ },
164
+ {
165
+ "commit": {
166
+ "sha": "09bcc30e7286eeb1bbde68d0ace7a6b90b1a84a2",
167
+ "url": "https://api.github.com/repos/pengwynn/octokit/commits/09bcc30e7286eeb1bbde68d0ace7a6b90b1a84a2"
168
+ },
169
+ "name": "v0.6.4",
170
+ "tarball_url": "https://github.com/pengwynn/octokit/tarball/v0.6.4",
171
+ "zipball_url": "https://github.com/pengwynn/octokit/zipball/v0.6.4"
172
+ }
173
173
  ]
@@ -1,8 +1,8 @@
1
1
  {
2
- "url": "https://api.github.com/teams/32598",
3
- "name": "Fellows",
4
- "id": 325981,
5
- "permission": "push",
6
- "members_count": 3,
7
- "repos_count": 10
2
+ "id": 325981,
3
+ "members_count": 3,
4
+ "name": "Fellows",
5
+ "permission": "push",
6
+ "repos_count": 10,
7
+ "url": "https://api.github.com/teams/32598"
8
8
  }