githu3 0.0.3 → 0.0.4

Sign up to get free protection for your applications and to get access to all the features.
Files changed (77) hide show
  1. data/README.md +179 -0
  2. data/bin/githu3 +7 -0
  3. data/lib/faraday/response/parse_json.rb +22 -0
  4. data/lib/githu3/cache/disk.rb +43 -0
  5. data/lib/githu3/cache/redis.rb +35 -0
  6. data/lib/githu3/cache.rb +8 -0
  7. data/lib/githu3/cli.rb +25 -0
  8. data/lib/githu3/client.rb +46 -30
  9. data/lib/githu3/comment.rb +15 -0
  10. data/lib/githu3/commit.rb +13 -0
  11. data/lib/githu3/connection.rb +47 -0
  12. data/lib/githu3/core_ext/hash.rb +18 -0
  13. data/lib/githu3/download.rb +4 -0
  14. data/lib/githu3/event.rb +6 -0
  15. data/lib/githu3/git_commit.rb +5 -0
  16. data/lib/githu3/issue.rb +10 -1
  17. data/lib/githu3/org.rb +1 -1
  18. data/lib/githu3/pull.rb +9 -0
  19. data/lib/githu3/ref.rb +9 -0
  20. data/lib/githu3/relations.rb +22 -2
  21. data/lib/githu3/repo.rb +14 -4
  22. data/lib/githu3/resource.rb +19 -4
  23. data/lib/githu3/resource_collection.rb +26 -9
  24. data/lib/githu3/store.rb +2 -2
  25. data/lib/githu3/team.rb +4 -0
  26. data/lib/githu3/tree.rb +4 -0
  27. data/lib/githu3/user.rb +5 -0
  28. data/lib/githu3/version.rb +1 -1
  29. data/lib/githu3.rb +23 -1
  30. metadata +94 -119
  31. data/.autotest +0 -3
  32. data/.document +0 -5
  33. data/.gitignore +0 -22
  34. data/.rspec +0 -4
  35. data/.travis.yml +0 -6
  36. data/Gemfile +0 -16
  37. data/Rakefile +0 -16
  38. data/githu3.gemspec +0 -34
  39. data/spec/fixtures/all_repos.json +0 -54
  40. data/spec/fixtures/error.json +0 -1
  41. data/spec/fixtures/issues/comments.json +0 -41
  42. data/spec/fixtures/issues/event.json +0 -12
  43. data/spec/fixtures/issues/events.json +0 -14
  44. data/spec/fixtures/me.json +0 -31
  45. data/spec/fixtures/orgs/github.json +0 -18
  46. data/spec/fixtures/orgs/rails.json +0 -18
  47. data/spec/fixtures/orgs.json +0 -14
  48. data/spec/fixtures/public_repos.json +0 -132
  49. data/spec/fixtures/repos/branches.json +0 -23
  50. data/spec/fixtures/repos/contributors.json +0 -58
  51. data/spec/fixtures/repos/faraday.json +0 -31
  52. data/spec/fixtures/repos/issue.json +0 -53
  53. data/spec/fixtures/repos/issues.json +0 -55
  54. data/spec/fixtures/repos/label.json +0 -5
  55. data/spec/fixtures/repos/labels.json +0 -7
  56. data/spec/fixtures/repos/milestone.json +0 -17
  57. data/spec/fixtures/repos/milestones.json +0 -19
  58. data/spec/fixtures/repos/tags.json +0 -164
  59. data/spec/fixtures/repos/teams.json +0 -17
  60. data/spec/fixtures/teams/1.json +0 -8
  61. data/spec/fixtures/teams/members.json +0 -8
  62. data/spec/fixtures/teams/repos.json +0 -28
  63. data/spec/fixtures/users/followers.json +0 -80
  64. data/spec/fixtures/users/following.json +0 -182
  65. data/spec/fixtures/users/orgs.json +0 -8
  66. data/spec/fixtures/users/repos.json +0 -132
  67. data/spec/fixtures/users/sbellity.json +0 -20
  68. data/spec/githu3/client_spec.rb +0 -66
  69. data/spec/githu3/error_spec.rb +0 -0
  70. data/spec/githu3/issue_spec.rb +0 -54
  71. data/spec/githu3/org_spec.rb +0 -79
  72. data/spec/githu3/repo_spec.rb +0 -100
  73. data/spec/githu3/resource_collection_spec.rb +0 -64
  74. data/spec/githu3/team_spec.rb +0 -47
  75. data/spec/githu3/user_spec.rb +0 -47
  76. data/spec/githu3_spec.rb +0 -7
  77. data/spec/helper.rb +0 -21
@@ -1,19 +0,0 @@
1
- [
2
- {
3
- "url": "https://api.github.com/repos/technoweenie/faraday/milestones/1",
4
- "number": 1,
5
- "state": "open",
6
- "title": "v1.0",
7
- "description": "",
8
- "creator": {
9
- "login": "octocat",
10
- "id": 1,
11
- "gravatar_url": "https://github.com/images/error/octocat_happy.gif",
12
- "url": "https://api.github.com/users/octocat"
13
- },
14
- "open_issues": 4,
15
- "closed_issues": 8,
16
- "created_at": "2011-04-10T20:09:31Z",
17
- "due_on": null
18
- }
19
- ]
@@ -1,164 +0,0 @@
1
- [
2
- {
3
- "tarball_url": "https://github.com/technoweenie/faraday/tarball/v0.5.6",
4
- "zipball_url": "https://github.com/technoweenie/faraday/zipball/v0.5.6",
5
- "commit": {
6
- "sha": "deb794faad098f83335c11710203e23a7241319c",
7
- "url": "https://api.github.com/repos/technoweenie/faraday/commits/deb794faad098f83335c11710203e23a7241319c"
8
- },
9
- "name": "v0.5.6"
10
- },
11
- {
12
- "tarball_url": "https://github.com/technoweenie/faraday/tarball/v0.5.7",
13
- "zipball_url": "https://github.com/technoweenie/faraday/zipball/v0.5.7",
14
- "commit": {
15
- "sha": "cb03cd2eb924129fd12cd501ee4178fc0dccaefe",
16
- "url": "https://api.github.com/repos/technoweenie/faraday/commits/cb03cd2eb924129fd12cd501ee4178fc0dccaefe"
17
- },
18
- "name": "v0.5.7"
19
- },
20
- {
21
- "tarball_url": "https://github.com/technoweenie/faraday/tarball/v0.1.1",
22
- "zipball_url": "https://github.com/technoweenie/faraday/zipball/v0.1.1",
23
- "commit": {
24
- "sha": "3c166066ca364d9caebd3710adebd6ebde61cddb",
25
- "url": "https://api.github.com/repos/technoweenie/faraday/commits/3c166066ca364d9caebd3710adebd6ebde61cddb"
26
- },
27
- "name": "v0.1.1"
28
- },
29
- {
30
- "tarball_url": "https://github.com/technoweenie/faraday/tarball/v0.3.0",
31
- "zipball_url": "https://github.com/technoweenie/faraday/zipball/v0.3.0",
32
- "commit": {
33
- "sha": "3313836ae9c016e835c03f186de641b11a8cc3a8",
34
- "url": "https://api.github.com/repos/technoweenie/faraday/commits/3313836ae9c016e835c03f186de641b11a8cc3a8"
35
- },
36
- "name": "v0.3.0"
37
- },
38
- {
39
- "tarball_url": "https://github.com/technoweenie/faraday/tarball/v0.2.1",
40
- "zipball_url": "https://github.com/technoweenie/faraday/zipball/v0.2.1",
41
- "commit": {
42
- "sha": "ba31dbf39a3bfb7100c580751f31edc3513cba20",
43
- "url": "https://api.github.com/repos/technoweenie/faraday/commits/ba31dbf39a3bfb7100c580751f31edc3513cba20"
44
- },
45
- "name": "v0.2.1"
46
- },
47
- {
48
- "tarball_url": "https://github.com/technoweenie/faraday/tarball/v0.1.2",
49
- "zipball_url": "https://github.com/technoweenie/faraday/zipball/v0.1.2",
50
- "commit": {
51
- "sha": "86f5a2a83dae49db9f015ef5fca7816b2f9c6203",
52
- "url": "https://api.github.com/repos/technoweenie/faraday/commits/86f5a2a83dae49db9f015ef5fca7816b2f9c6203"
53
- },
54
- "name": "v0.1.2"
55
- },
56
- {
57
- "tarball_url": "https://github.com/technoweenie/faraday/tarball/v0.3.1",
58
- "zipball_url": "https://github.com/technoweenie/faraday/zipball/v0.3.1",
59
- "commit": {
60
- "sha": "4d266f42b68013139c6015606f2cfbe4b492d49f",
61
- "url": "https://api.github.com/repos/technoweenie/faraday/commits/4d266f42b68013139c6015606f2cfbe4b492d49f"
62
- },
63
- "name": "v0.3.1"
64
- },
65
- {
66
- "tarball_url": "https://github.com/technoweenie/faraday/tarball/v0.5.0",
67
- "zipball_url": "https://github.com/technoweenie/faraday/zipball/v0.5.0",
68
- "commit": {
69
- "sha": "101c55f10b5995d40141be3b35a78fe5dd947cc6",
70
- "url": "https://api.github.com/repos/technoweenie/faraday/commits/101c55f10b5995d40141be3b35a78fe5dd947cc6"
71
- },
72
- "name": "v0.5.0"
73
- },
74
- {
75
- "tarball_url": "https://github.com/technoweenie/faraday/tarball/v0.5.1",
76
- "zipball_url": "https://github.com/technoweenie/faraday/zipball/v0.5.1",
77
- "commit": {
78
- "sha": "54d4813c98606f712f55904925b122e8881e19d0",
79
- "url": "https://api.github.com/repos/technoweenie/faraday/commits/54d4813c98606f712f55904925b122e8881e19d0"
80
- },
81
- "name": "v0.5.1"
82
- },
83
- {
84
- "tarball_url": "https://github.com/technoweenie/faraday/tarball/v0.6.0",
85
- "zipball_url": "https://github.com/technoweenie/faraday/zipball/v0.6.0",
86
- "commit": {
87
- "sha": "74c8201857c0ddb77aa51dbfee8d8d6a2ecd9200",
88
- "url": "https://api.github.com/repos/technoweenie/faraday/commits/74c8201857c0ddb77aa51dbfee8d8d6a2ecd9200"
89
- },
90
- "name": "v0.6.0"
91
- },
92
- {
93
- "tarball_url": "https://github.com/technoweenie/faraday/tarball/v0.5.2",
94
- "zipball_url": "https://github.com/technoweenie/faraday/zipball/v0.5.2",
95
- "commit": {
96
- "sha": "53397635da83a2f4b5e862b5e59cc66f6c39f9c6",
97
- "url": "https://api.github.com/repos/technoweenie/faraday/commits/53397635da83a2f4b5e862b5e59cc66f6c39f9c6"
98
- },
99
- "name": "v0.5.2"
100
- },
101
- {
102
- "tarball_url": "https://github.com/technoweenie/faraday/tarball/v0.6.1",
103
- "zipball_url": "https://github.com/technoweenie/faraday/zipball/v0.6.1",
104
- "commit": {
105
- "sha": "6411855dce705d873e64139d9f97f92dcfae7956",
106
- "url": "https://api.github.com/repos/technoweenie/faraday/commits/6411855dce705d873e64139d9f97f92dcfae7956"
107
- },
108
- "name": "v0.6.1"
109
- },
110
- {
111
- "tarball_url": "https://github.com/technoweenie/faraday/tarball/v0.7.0",
112
- "zipball_url": "https://github.com/technoweenie/faraday/zipball/v0.7.0",
113
- "commit": {
114
- "sha": "d7c23bc2e8ad3a309a96f4d09a0fb26fd9c524bc",
115
- "url": "https://api.github.com/repos/technoweenie/faraday/commits/d7c23bc2e8ad3a309a96f4d09a0fb26fd9c524bc"
116
- },
117
- "name": "v0.7.0"
118
- },
119
- {
120
- "tarball_url": "https://github.com/technoweenie/faraday/tarball/v0.5.3",
121
- "zipball_url": "https://github.com/technoweenie/faraday/zipball/v0.5.3",
122
- "commit": {
123
- "sha": "53d4244e97e199b9ceecbd4a41c712e116c69a31",
124
- "url": "https://api.github.com/repos/technoweenie/faraday/commits/53d4244e97e199b9ceecbd4a41c712e116c69a31"
125
- },
126
- "name": "v0.5.3"
127
- },
128
- {
129
- "tarball_url": "https://github.com/technoweenie/faraday/tarball/v0.7.1",
130
- "zipball_url": "https://github.com/technoweenie/faraday/zipball/v0.7.1",
131
- "commit": {
132
- "sha": "41c3e49e672b54bef2fe8d383afc2f8623dd4a90",
133
- "url": "https://api.github.com/repos/technoweenie/faraday/commits/41c3e49e672b54bef2fe8d383afc2f8623dd4a90"
134
- },
135
- "name": "v0.7.1"
136
- },
137
- {
138
- "tarball_url": "https://github.com/technoweenie/faraday/tarball/v0.5.4",
139
- "zipball_url": "https://github.com/technoweenie/faraday/zipball/v0.5.4",
140
- "commit": {
141
- "sha": "67f5c0b580f7bc5d77030bca27d24542eb8f85f0",
142
- "url": "https://api.github.com/repos/technoweenie/faraday/commits/67f5c0b580f7bc5d77030bca27d24542eb8f85f0"
143
- },
144
- "name": "v0.5.4"
145
- },
146
- {
147
- "tarball_url": "https://github.com/technoweenie/faraday/tarball/v0.7.2",
148
- "zipball_url": "https://github.com/technoweenie/faraday/zipball/v0.7.2",
149
- "commit": {
150
- "sha": "2ce28e9a81a77bc396850991d86564fd09a9b150",
151
- "url": "https://api.github.com/repos/technoweenie/faraday/commits/2ce28e9a81a77bc396850991d86564fd09a9b150"
152
- },
153
- "name": "v0.7.2"
154
- },
155
- {
156
- "tarball_url": "https://github.com/technoweenie/faraday/tarball/v0.5.5",
157
- "zipball_url": "https://github.com/technoweenie/faraday/zipball/v0.5.5",
158
- "commit": {
159
- "sha": "825c86d4c4dd7f65667f4c4b18b73fb2f07e9076",
160
- "url": "https://api.github.com/repos/technoweenie/faraday/commits/825c86d4c4dd7f65667f4c4b18b73fb2f07e9076"
161
- },
162
- "name": "v0.5.5"
163
- }
164
- ]
@@ -1,17 +0,0 @@
1
- [
2
- {
3
- "url": "https://api.github.com/teams/17383",
4
- "name": "Developers",
5
- "id": 17383
6
- },
7
- {
8
- "url": "https://api.github.com/teams/129199",
9
- "name": "Freelances",
10
- "id": 129199
11
- },
12
- {
13
- "url": "https://api.github.com/teams/32067002",
14
- "name": "Guests",
15
- "id": 32067002
16
- }
17
- ]
@@ -1,8 +0,0 @@
1
- {
2
- "url": "https://api.github.com/teams/1",
3
- "name": "Owners",
4
- "id": 1,
5
- "permission": "admin",
6
- "members_count": 3,
7
- "repos_count": 10
8
- }
@@ -1,8 +0,0 @@
1
- [
2
- {
3
- "login": "octocat",
4
- "id": 1,
5
- "gravatar_url": "https://github.com/images/error/octocat_happy.gif",
6
- "url": "https://api.github.com/users/octocat"
7
- }
8
- ]
@@ -1,28 +0,0 @@
1
- [
2
- {
3
- "url": "https://api.github.com/repos/octocat/Hello-World",
4
- "html_url": "https://github.com/octocat/Hello-World",
5
- "clone_url": "https://github.com/octocat/Hello-World.git",
6
- "git_url": "git://github.com/octocat/Hello-World.git",
7
- "ssh_url": "git@github.com:octocat/Hello-World.git",
8
- "svn_url": "https://svn.github.com/octocat/Hello-World",
9
- "owner": {
10
- "login": "octocat",
11
- "id": 1,
12
- "gravatar_url": "https://github.com/images/error/octocat_happy.gif",
13
- "url": "https://api.github.com/users/octocat"
14
- },
15
- "name": "Hello-World",
16
- "description": "This your first repo!",
17
- "homepage": "https://github.com",
18
- "language": null,
19
- "private": false,
20
- "fork": false,
21
- "forks": 9,
22
- "watchers": 80,
23
- "size": 108,
24
- "open_issues": 0,
25
- "pushed_at": "2011-01-26T19:06:43Z",
26
- "created_at": "2011-01-26T19:01:12Z"
27
- }
28
- ]
@@ -1,80 +0,0 @@
1
- [
2
- {
3
- "url": "https://api.github.com/users/penso",
4
- "login": "penso",
5
- "id": 7703,
6
- "avatar_url": "https://secure.gravatar.com/avatar/5b2bde5812466012d9dde870c258254f?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png"
7
- },
8
- {
9
- "url": "https://api.github.com/users/gmarabout",
10
- "login": "gmarabout",
11
- "id": 30989,
12
- "avatar_url": "https://secure.gravatar.com/avatar/636c843240fc848f011aeff882c8c52d?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png"
13
- },
14
- {
15
- "url": "https://api.github.com/users/mathieuravaux",
16
- "login": "mathieuravaux",
17
- "id": 38495,
18
- "avatar_url": "https://secure.gravatar.com/avatar/0ef5aaa4d393b0fbc1a8300d18b30c51?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png"
19
- },
20
- {
21
- "url": "https://api.github.com/users/svetlyak40wt",
22
- "login": "svetlyak40wt",
23
- "id": 24827,
24
- "avatar_url": "https://secure.gravatar.com/avatar/5b3558b0fd5ca9c08d9061a6e51b555a?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png"
25
- },
26
- {
27
- "url": "https://api.github.com/users/charlenopires",
28
- "login": "charlenopires",
29
- "id": 1365,
30
- "avatar_url": "https://secure.gravatar.com/avatar/4f03547679f181e7aa0747f97990d9ff?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png"
31
- },
32
- {
33
- "url": "https://api.github.com/users/xlvector",
34
- "login": "xlvector",
35
- "id": 100203,
36
- "avatar_url": "https://secure.gravatar.com/avatar/aac41bb9eb0d9b614979b5710d5bfe5e?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png"
37
- },
38
- {
39
- "url": "https://api.github.com/users/banker",
40
- "login": "banker",
41
- "id": 11589,
42
- "avatar_url": "https://secure.gravatar.com/avatar/e609907a6f936efa8279e3c579b6191b?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png"
43
- },
44
- {
45
- "url": "https://api.github.com/users/machaduss",
46
- "login": "machaduss",
47
- "id": 75219,
48
- "avatar_url": "https://secure.gravatar.com/avatar/a6df0436b9ec87917e697b9acf803ecd?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png"
49
- },
50
- {
51
- "url": "https://api.github.com/users/ntulip",
52
- "login": "ntulip",
53
- "id": 28819,
54
- "avatar_url": "https://secure.gravatar.com/avatar/254c76877dc8f0406ff8dadd275c4d82?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png"
55
- },
56
- {
57
- "url": "https://api.github.com/users/jeremyvdw",
58
- "login": "jeremyvdw",
59
- "id": 3919,
60
- "avatar_url": "https://secure.gravatar.com/avatar/a1fb7a45c0cfadfe630ac49ecb5ef6bc?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png"
61
- },
62
- {
63
- "url": "https://api.github.com/users/superfeedr",
64
- "login": "superfeedr",
65
- "id": 83422,
66
- "avatar_url": "https://secure.gravatar.com/avatar/a2f7d4dd6df7dd59e4adab811c00a3a1?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png"
67
- },
68
- {
69
- "url": "https://api.github.com/users/stormbrew",
70
- "login": "stormbrew",
71
- "id": 54328,
72
- "avatar_url": "https://secure.gravatar.com/avatar/a90fe4fd62b350e9fac730c99c649be4?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png"
73
- },
74
- {
75
- "url": "https://api.github.com/users/mtsoerin",
76
- "login": "mtsoerin",
77
- "id": 643236,
78
- "avatar_url": "https://secure.gravatar.com/avatar/50be7ccda1a6f9f895a2cdf4615eed6e?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png"
79
- }
80
- ]
@@ -1,182 +0,0 @@
1
- [
2
- {
3
- "url": "https://api.github.com/orgs/37signals",
4
- "login": "37signals",
5
- "avatar_url": "https://secure.gravatar.com/avatar/349210726e1ce6aa21840f665749fe0d?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-orgs.png",
6
- "id": 13131
7
- },
8
- {
9
- "url": "https://api.github.com/users/penso",
10
- "login": "penso",
11
- "avatar_url": "https://secure.gravatar.com/avatar/5b2bde5812466012d9dde870c258254f?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png",
12
- "id": 7703
13
- },
14
- {
15
- "url": "https://api.github.com/users/jonathanbelolo",
16
- "login": "jonathanbelolo",
17
- "avatar_url": "https://secure.gravatar.com/avatar/eb969a298c3677f957ba858d773f3e0e?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png",
18
- "id": 32671
19
- },
20
- {
21
- "url": "https://api.github.com/users/gmarabout",
22
- "login": "gmarabout",
23
- "avatar_url": "https://secure.gravatar.com/avatar/636c843240fc848f011aeff882c8c52d?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png",
24
- "id": 30989
25
- },
26
- {
27
- "url": "https://api.github.com/users/davidrichards",
28
- "login": "davidrichards",
29
- "avatar_url": "https://secure.gravatar.com/avatar/bc6c0fd7296921fb7eae416f7c9e86a1?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png",
30
- "id": 11128
31
- },
32
- {
33
- "url": "https://api.github.com/users/dima",
34
- "login": "dima",
35
- "avatar_url": "https://secure.gravatar.com/avatar/4d0cafc12f4241d5ac68407faa9c24b6?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png",
36
- "id": 9495
37
- },
38
- {
39
- "url": "https://api.github.com/users/tmm1",
40
- "login": "tmm1",
41
- "avatar_url": "https://secure.gravatar.com/avatar/d47656e20ff5e42f125fc5ea0fd636c6?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png",
42
- "id": 2567
43
- },
44
- {
45
- "url": "https://api.github.com/orgs/mongodb",
46
- "login": "mongodb",
47
- "avatar_url": "https://secure.gravatar.com/avatar/5ae90e7594b1a7524d6101f64da1a3ba?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-orgs.png",
48
- "id": 45120
49
- },
50
- {
51
- "url": "https://api.github.com/users/bratta",
52
- "login": "bratta",
53
- "avatar_url": "https://secure.gravatar.com/avatar/d1c1ba7899a732839f524652c2f03910?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png",
54
- "id": 8271
55
- },
56
- {
57
- "url": "https://api.github.com/users/erh",
58
- "login": "erh",
59
- "avatar_url": "https://secure.gravatar.com/avatar/3a65e56654f15efab9adabf24d96d9c8?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png",
60
- "id": 12109
61
- },
62
- {
63
- "url": "https://api.github.com/users/mathieuravaux",
64
- "login": "mathieuravaux",
65
- "avatar_url": "https://secure.gravatar.com/avatar/0ef5aaa4d393b0fbc1a8300d18b30c51?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png",
66
- "id": 38495
67
- },
68
- {
69
- "url": "https://api.github.com/users/tuulos",
70
- "login": "tuulos",
71
- "avatar_url": "https://secure.gravatar.com/avatar/dd0a54eed20a2f20b43b32e37ec623d7?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png",
72
- "id": 18241
73
- },
74
- {
75
- "url": "https://api.github.com/users/stevej",
76
- "login": "stevej",
77
- "avatar_url": "https://secure.gravatar.com/avatar/433ae7033c76750e7daef3fc9128aae5?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png",
78
- "id": 5834
79
- },
80
- {
81
- "url": "https://api.github.com/users/pjstadig",
82
- "login": "pjstadig",
83
- "avatar_url": "https://secure.gravatar.com/avatar/9b945bfeebdf25fb6c9adc6ea7756c8c?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png",
84
- "id": 5656
85
- },
86
- {
87
- "url": "https://api.github.com/users/nel",
88
- "login": "nel",
89
- "avatar_url": "https://secure.gravatar.com/avatar/6c272e38e6144586b00f90a0f06a90f0?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png",
90
- "id": 7854
91
- },
92
- {
93
- "url": "https://api.github.com/users/hadley",
94
- "login": "hadley",
95
- "avatar_url": "https://secure.gravatar.com/avatar/7ba164f40a50bc23dbb2aa825fb7bc16?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png",
96
- "id": 4196
97
- },
98
- {
99
- "url": "https://api.github.com/users/mrflip",
100
- "login": "mrflip",
101
- "avatar_url": "https://secure.gravatar.com/avatar/99df54e24a1bed7d0edb6c51e7010d17?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png",
102
- "id": 6128
103
- },
104
- {
105
- "url": "https://api.github.com/users/tilgovi",
106
- "login": "tilgovi",
107
- "avatar_url": "https://secure.gravatar.com/avatar/7129ff665d962af537bf7a01f392396d?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png",
108
- "id": 20818
109
- },
110
- {
111
- "url": "https://api.github.com/orgs/facebook",
112
- "login": "facebook",
113
- "avatar_url": "https://secure.gravatar.com/avatar/193c1a93276f729041fc875cf2a20773?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-orgs.png",
114
- "id": 69631
115
- },
116
- {
117
- "url": "https://api.github.com/users/jab",
118
- "login": "jab",
119
- "avatar_url": "https://secure.gravatar.com/avatar/98b17f75c19fab97993daffed954487f?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png",
120
- "id": 64992
121
- },
122
- {
123
- "url": "https://api.github.com/users/relevance",
124
- "login": "relevance",
125
- "avatar_url": "https://secure.gravatar.com/avatar/62dbc2a44dfb59d37e47b150fe68f8df?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png",
126
- "id": 2853
127
- },
128
- {
129
- "url": "https://api.github.com/users/tobi",
130
- "login": "tobi",
131
- "avatar_url": "https://secure.gravatar.com/avatar/43bc2bd2f4f5eea925e61a3eb61362b4?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png",
132
- "id": 347
133
- },
134
- {
135
- "url": "https://api.github.com/users/tlrobinson",
136
- "login": "tlrobinson",
137
- "avatar_url": "https://secure.gravatar.com/avatar/b8b1657e3d9725114383b2763d367a3a?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png",
138
- "id": 18193
139
- },
140
- {
141
- "url": "https://api.github.com/users/banker",
142
- "login": "banker",
143
- "avatar_url": "https://secure.gravatar.com/avatar/e609907a6f936efa8279e3c579b6191b?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png",
144
- "id": 11589
145
- },
146
- {
147
- "url": "https://api.github.com/users/janl",
148
- "login": "janl",
149
- "avatar_url": "https://secure.gravatar.com/avatar/2af516fdc33afea661fb3b32c769c9cc?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png",
150
- "id": 11321
151
- },
152
- {
153
- "url": "https://api.github.com/users/mxcl",
154
- "login": "mxcl",
155
- "avatar_url": "https://secure.gravatar.com/avatar/25ff3dfe48d3847ecf9971aab99589fb?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png",
156
- "id": 58962
157
- },
158
- {
159
- "url": "https://api.github.com/users/jeremyvdw",
160
- "login": "jeremyvdw",
161
- "avatar_url": "https://secure.gravatar.com/avatar/a1fb7a45c0cfadfe630ac49ecb5ef6bc?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png",
162
- "id": 3919
163
- },
164
- {
165
- "url": "https://api.github.com/users/stormbrew",
166
- "login": "stormbrew",
167
- "avatar_url": "https://secure.gravatar.com/avatar/a90fe4fd62b350e9fac730c99c649be4?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png",
168
- "id": 54328
169
- },
170
- {
171
- "url": "https://api.github.com/users/SFEley",
172
- "login": "SFEley",
173
- "avatar_url": "https://secure.gravatar.com/avatar/994e42bda994be2cd1d791f18ee6d561?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png",
174
- "id": 8199
175
- },
176
- {
177
- "url": "https://api.github.com/users/onesocialweb",
178
- "login": "onesocialweb",
179
- "avatar_url": "https://secure.gravatar.com/avatar/cffc42fae43279e2041b62b49df415fa?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png",
180
- "id": 186946
181
- }
182
- ]
@@ -1,8 +0,0 @@
1
- [
2
- {
3
- "url": "https://api.github.com/orgs/sixdegrees",
4
- "login": "sixdegrees",
5
- "avatar_url": "https://secure.gravatar.com/avatar/1605f681326408ae4ce7136509af5205?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-orgs.png",
6
- "id": 334012
7
- }
8
- ]
@@ -1,132 +0,0 @@
1
- [
2
- {
3
- "url": "https://api.github.com/repos/sbellity/futon4mongo",
4
- "clone_url": "https://github.com/sbellity/futon4mongo.git",
5
- "open_issues": 1,
6
- "homepage": "",
7
- "html_url": "https://github.com/sbellity/futon4mongo",
8
- "git_url": "git://github.com/sbellity/futon4mongo.git",
9
- "language": "JavaScript",
10
- "forks": 17,
11
- "svn_url": "https://svn.github.com/sbellity/futon4mongo",
12
- "fork": false,
13
- "watchers": 164,
14
- "pushed_at": "2010-10-09T12:30:08Z",
15
- "created_at": "2009-08-30T17:47:27Z",
16
- "private": false,
17
- "size": 856,
18
- "owner": {
19
- "url": "https://api.github.com/users/sbellity",
20
- "avatar_url": "https://secure.gravatar.com/avatar/9abf3d284748357bb044d3386796ecd6?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png",
21
- "login": "sbellity",
22
- "id": 4250
23
- },
24
- "name": "futon4mongo",
25
- "description": "A port of CouchDB's Futon web interface to MongoDB",
26
- "ssh_url": "git@github.com:sbellity/futon4mongo.git"
27
- },
28
- {
29
- "url": "https://api.github.com/repos/sbellity/serializr",
30
- "clone_url": "https://github.com/sbellity/serializr.git",
31
- "open_issues": 0,
32
- "homepage": null,
33
- "html_url": "https://github.com/sbellity/serializr",
34
- "git_url": "git://github.com/sbellity/serializr.git",
35
- "language": null,
36
- "forks": 1,
37
- "svn_url": "https://svn.github.com/sbellity/serializr",
38
- "fork": false,
39
- "watchers": 2,
40
- "pushed_at": "2010-06-30T08:35:05Z",
41
- "created_at": "2010-06-26T16:45:55Z",
42
- "private": false,
43
- "size": 504,
44
- "owner": {
45
- "url": "https://api.github.com/users/sbellity",
46
- "avatar_url": "https://secure.gravatar.com/avatar/9abf3d284748357bb044d3386796ecd6?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png",
47
- "login": "sbellity",
48
- "id": 4250
49
- },
50
- "name": "serializr",
51
- "description": "TODO: one-line summary of your gem",
52
- "ssh_url": "git@github.com:sbellity/serializr.git"
53
- },
54
- {
55
- "url": "https://api.github.com/repos/sbellity/graylog2-web-interface",
56
- "clone_url": "https://github.com/sbellity/graylog2-web-interface.git",
57
- "open_issues": 0,
58
- "homepage": "http://www.graylog2.org/",
59
- "html_url": "https://github.com/sbellity/graylog2-web-interface",
60
- "git_url": "git://github.com/sbellity/graylog2-web-interface.git",
61
- "language": null,
62
- "forks": 0,
63
- "svn_url": "https://svn.github.com/sbellity/graylog2-web-interface",
64
- "fork": true,
65
- "watchers": 1,
66
- "pushed_at": "2010-12-15T19:57:41Z",
67
- "created_at": "2010-12-15T10:12:29Z",
68
- "private": false,
69
- "size": 1660,
70
- "owner": {
71
- "url": "https://api.github.com/users/sbellity",
72
- "avatar_url": "https://secure.gravatar.com/avatar/9abf3d284748357bb044d3386796ecd6?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png",
73
- "login": "sbellity",
74
- "id": 4250
75
- },
76
- "name": "graylog2-web-interface",
77
- "description": " Graylog2 is an open source syslog implementation that stores your logs in MongoDB. It consists of a server written in Java that accepts your syslog messages via TCP or UDP and stores it in the database. The second part is a Ruby on Rails web interface that allows you to view the log messages.",
78
- "ssh_url": "git@github.com:sbellity/graylog2-web-interface.git"
79
- },
80
- {
81
- "url": "https://api.github.com/repos/sbellity/homebrew",
82
- "clone_url": "https://github.com/sbellity/homebrew.git",
83
- "open_issues": 0,
84
- "homepage": "http://mxcl.github.com/homebrew",
85
- "html_url": "https://github.com/sbellity/homebrew",
86
- "git_url": "git://github.com/sbellity/homebrew.git",
87
- "language": "Ruby",
88
- "forks": 0,
89
- "svn_url": "https://svn.github.com/sbellity/homebrew",
90
- "fork": true,
91
- "watchers": 1,
92
- "pushed_at": "2011-04-12T14:10:38Z",
93
- "created_at": "2011-04-12T14:09:04Z",
94
- "private": false,
95
- "size": 5228,
96
- "owner": {
97
- "url": "https://api.github.com/users/sbellity",
98
- "avatar_url": "https://secure.gravatar.com/avatar/9abf3d284748357bb044d3386796ecd6?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png",
99
- "login": "sbellity",
100
- "id": 4250
101
- },
102
- "name": "homebrew",
103
- "description": "The missing package manager for OS X.",
104
- "ssh_url": "git@github.com:sbellity/homebrew.git"
105
- },
106
- {
107
- "url": "https://api.github.com/repos/sbellity/hope",
108
- "clone_url": "https://github.com/sbellity/hope.git",
109
- "open_issues": 0,
110
- "homepage": "",
111
- "html_url": "https://github.com/sbellity/hope",
112
- "git_url": "git://github.com/sbellity/hope.git",
113
- "language": "Ruby",
114
- "forks": 1,
115
- "svn_url": "https://svn.github.com/sbellity/hope",
116
- "fork": false,
117
- "watchers": 1,
118
- "pushed_at": "2011-06-16T15:27:05Z",
119
- "created_at": "2011-06-16T15:25:47Z",
120
- "private": false,
121
- "size": 92,
122
- "owner": {
123
- "url": "https://api.github.com/users/sbellity",
124
- "avatar_url": "https://secure.gravatar.com/avatar/9abf3d284748357bb044d3386796ecd6?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png",
125
- "login": "sbellity",
126
- "id": 4250
127
- },
128
- "name": "hope",
129
- "description": "jruby wrapper for Esper (Stream Event Processing)",
130
- "ssh_url": "git@github.com:sbellity/hope.git"
131
- }
132
- ]