octopi 0.4.3 → 0.4.4

Sign up to get free protection for your applications and to get access to all the features.
Files changed (153) hide show
  1. data/.gitignore +5 -0
  2. data/Rakefile +2 -84
  3. data/examples/authenticated.rb +20 -0
  4. data/examples/github.yml.example +14 -0
  5. data/examples/issues.rb +18 -0
  6. data/examples/overall.rb +50 -0
  7. data/lib/octopi/version.rb +3 -0
  8. data/octopi.gemspec +20 -93
  9. data/real_world_test/commit_test.rb +20 -0
  10. data/real_world_test/repository_test.rb +19 -0
  11. data/real_world_test/test_helper.rb +11 -0
  12. data/test/.gitconfig +3 -0
  13. data/test/api_test.rb +58 -0
  14. data/test/authenticated_test.rb +39 -0
  15. data/test/base_test.rb +20 -0
  16. data/test/blob_test.rb +23 -0
  17. data/test/branch_test.rb +20 -0
  18. data/test/commit_test.rb +89 -0
  19. data/test/file_object_test.rb +39 -0
  20. data/test/gist_test.rb +16 -0
  21. data/test/issue_comment.rb +19 -0
  22. data/test/issue_set_test.rb +33 -0
  23. data/test/issue_test.rb +136 -0
  24. data/test/key_set_test.rb +29 -0
  25. data/test/key_test.rb +35 -0
  26. data/test/repository_set_test.rb +23 -0
  27. data/test/repository_test.rb +164 -0
  28. data/test/stubs/account +691 -0
  29. data/test/stubs/blob/fcoury/octopi/plain/f6609209c3ac0badd004512d318bfaa508ea10ae +20 -0
  30. data/test/stubs/comments/fcoury/octopi/comments +30 -0
  31. data/test/stubs/comments/fcoury/octopi/comments.atom +48 -0
  32. data/test/stubs/commits/fcoury/octopi/f6609209c3ac0badd004512d318bfaa508ea10ae +94 -0
  33. data/test/stubs/commits/fcoury/octopi/lazy +491 -0
  34. data/test/stubs/commits/fcoury/octopi/master +477 -0
  35. data/test/stubs/commits/fcoury/octopi/octopi.rb +818 -0
  36. data/test/stubs/commits/fcoury/rboard/master +437 -0
  37. data/test/stubs/dashboard +231 -0
  38. data/test/stubs/errors/repository/not_found +16 -0
  39. data/test/stubs/gists/159579 +18 -0
  40. data/test/stubs/issues/fcoury/octopi/27 +42 -0
  41. data/test/stubs/issues/fcoury/octopi/27-reopened +27 -0
  42. data/test/stubs/issues/fcoury/octopi/28 +27 -0
  43. data/test/stubs/issues/fcoury/octopi/28-closed +27 -0
  44. data/test/stubs/issues/fcoury/octopi/28-edited +27 -0
  45. data/test/stubs/issues/fcoury/octopi/closed +175 -0
  46. data/test/stubs/issues/fcoury/octopi/comment/28-comment +15 -0
  47. data/test/stubs/issues/fcoury/octopi/labels/28-maybe-two-point-oh +16 -0
  48. data/test/stubs/issues/fcoury/octopi/labels/28-one-point-oh +16 -0
  49. data/test/stubs/issues/fcoury/octopi/labels/28-remove-maybe-two-point-oh +14 -0
  50. data/test/stubs/issues/fcoury/octopi/labels/28-remove-one-point-oh +15 -0
  51. data/test/stubs/issues/fcoury/octopi/new +27 -0
  52. data/test/stubs/issues/fcoury/octopi/open +329 -0
  53. data/test/stubs/issues/fcoury/octopi/search +139 -0
  54. data/test/stubs/login +157 -0
  55. data/test/stubs/repos/fcoury/octopi/branches +18 -0
  56. data/test/stubs/repos/fcoury/octopi/collaborators +16 -0
  57. data/test/stubs/repos/fcoury/octopi/delete-token +13 -0
  58. data/test/stubs/repos/fcoury/octopi/languages +16 -0
  59. data/test/stubs/repos/fcoury/octopi/main +12 -0
  60. data/test/stubs/repos/fcoury/octopi/master +24 -0
  61. data/test/stubs/repos/fcoury/octopi/tags +23 -0
  62. data/test/stubs/repos/fcoury/octopus/main +24 -0
  63. data/test/stubs/repos/fcoury/rboard/main +12 -0
  64. data/test/stubs/repos/fcoury/rboard/master +24 -0
  65. data/test/stubs/repos/search +238 -0
  66. data/test/stubs/repos/show/fcoury +463 -0
  67. data/test/stubs/repos/show/fcoury-private +454 -0
  68. data/test/stubs/tree/fcoury/octopi/f6609209c3ac0badd004512d318bfaa508ea10ae +54 -0
  69. data/test/stubs/users/Caged +26 -0
  70. data/test/stubs/users/FooBarWidget +26 -0
  71. data/test/stubs/users/aslakhellesoy +26 -0
  72. data/test/stubs/users/augustl +26 -0
  73. data/test/stubs/users/bcalloway +26 -0
  74. data/test/stubs/users/benaskins +26 -0
  75. data/test/stubs/users/benhoskings +26 -0
  76. data/test/stubs/users/bjeanes +27 -0
  77. data/test/stubs/users/cldwalker +26 -0
  78. data/test/stubs/users/danlucraft +26 -0
  79. data/test/stubs/users/dchelimsky +26 -0
  80. data/test/stubs/users/dcrec1 +26 -0
  81. data/test/stubs/users/defunkt +26 -0
  82. data/test/stubs/users/derencius +26 -0
  83. data/test/stubs/users/diy +21 -0
  84. data/test/stubs/users/documentcloud +26 -0
  85. data/test/stubs/users/drnic +26 -0
  86. data/test/stubs/users/dustin +26 -0
  87. data/test/stubs/users/eladmeidar +26 -0
  88. data/test/stubs/users/elliottcable +26 -0
  89. data/test/stubs/users/entp +26 -0
  90. data/test/stubs/users/fcoury +26 -0
  91. data/test/stubs/users/fcoury-private +36 -0
  92. data/test/stubs/users/follow +15 -0
  93. data/test/stubs/users/follow-rails +15 -0
  94. data/test/stubs/users/followers +24 -0
  95. data/test/stubs/users/following +28 -0
  96. data/test/stubs/users/giraffesoft +26 -0
  97. data/test/stubs/users/gwoliveira +26 -0
  98. data/test/stubs/users/hashrocket +26 -0
  99. data/test/stubs/users/hcatlin +26 -0
  100. data/test/stubs/users/jamis +26 -0
  101. data/test/stubs/users/jnicklas +26 -0
  102. data/test/stubs/users/jnunemaker +26 -0
  103. data/test/stubs/users/jruby +21 -0
  104. data/test/stubs/users/kballard +26 -0
  105. data/test/stubs/users/kchris +26 -0
  106. data/test/stubs/users/key-added +20 -0
  107. data/test/stubs/users/key-removed +17 -0
  108. data/test/stubs/users/keys +21 -0
  109. data/test/stubs/users/knewter +26 -0
  110. data/test/stubs/users/lachie +26 -0
  111. data/test/stubs/users/lachlanhardy +26 -0
  112. data/test/stubs/users/lenary +26 -0
  113. data/test/stubs/users/lifo +26 -0
  114. data/test/stubs/users/maccman +26 -0
  115. data/test/stubs/users/markgandolfo +26 -0
  116. data/test/stubs/users/mbleigh +26 -0
  117. data/test/stubs/users/mhodgson +26 -0
  118. data/test/stubs/users/mocra +26 -0
  119. data/test/stubs/users/mojombo +26 -0
  120. data/test/stubs/users/newbamboo +26 -0
  121. data/test/stubs/users/notahat +26 -0
  122. data/test/stubs/users/opscode +26 -0
  123. data/test/stubs/users/paulorv +26 -0
  124. data/test/stubs/users/pvande +21 -0
  125. data/test/stubs/users/rack +26 -0
  126. data/test/stubs/users/radar +26 -0
  127. data/test/stubs/users/rails +26 -0
  128. data/test/stubs/users/railscampau +21 -0
  129. data/test/stubs/users/redinger +26 -0
  130. data/test/stubs/users/remi +26 -0
  131. data/test/stubs/users/search-radar +27 -0
  132. data/test/stubs/users/shanesveller +26 -0
  133. data/test/stubs/users/shuber +26 -0
  134. data/test/stubs/users/softprops +26 -0
  135. data/test/stubs/users/superfeedr +26 -0
  136. data/test/stubs/users/svenfuchs +26 -0
  137. data/test/stubs/users/taylorrf +26 -0
  138. data/test/stubs/users/technoweenie +26 -0
  139. data/test/stubs/users/tgraham +26 -0
  140. data/test/stubs/users/thoughtbot +26 -0
  141. data/test/stubs/users/tmm1 +26 -0
  142. data/test/stubs/users/tobi +26 -0
  143. data/test/stubs/users/tpope +26 -0
  144. data/test/stubs/users/unfollow-rails +14 -0
  145. data/test/stubs/users/watched-repos +1668 -0
  146. data/test/stubs/users/webbynode +26 -0
  147. data/test/stubs/users/wvanbergen +26 -0
  148. data/test/stubs/users/wycats +26 -0
  149. data/test/tag_test.rb +20 -0
  150. data/test/test_helper.rb +251 -0
  151. data/test/user_test.rb +97 -0
  152. data/test_auth.rb +5 -0
  153. metadata +359 -73
@@ -0,0 +1,21 @@
1
+ HTTP/1.1 200 OK
2
+ Server: nginx/0.7.61
3
+ Date: Thu, 05 Nov 2009 21:06:26 GMT
4
+ Content-Type: application/x-yaml; charset=utf-8
5
+ Connection: keep-alive
6
+ Status: 200 OK
7
+ ETag: "1127dae64272a747b771a355fa63f4c4"
8
+ X-Runtime: 11ms
9
+ Content-Length: 166
10
+ Set-Cookie: _github_ses=BAh7BiIKZmxhc2hJQzonQWN0aW9uQ29udHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA%3D%3D--884981fc5aa85daf318eeff084d98e2cff92578f; path=/; expires=Wed, 01 Jan 2020 08:00:00 GMT; HttpOnly
11
+ Cache-Control: private, max-age=0, must-revalidate
12
+
13
+ ---
14
+ user:
15
+ created_at: 2009-02-19 06:57:36 -08:00
16
+ public_gist_count: 0
17
+ public_repo_count: 2
18
+ following_count: 0
19
+ id: 55919
20
+ followers_count: 0
21
+ login: diy
@@ -0,0 +1,26 @@
1
+ HTTP/1.1 200 OK
2
+ Server: nginx/0.7.61
3
+ Date: Thu, 05 Nov 2009 21:06:27 GMT
4
+ Content-Type: application/x-yaml; charset=utf-8
5
+ Connection: keep-alive
6
+ Status: 200 OK
7
+ ETag: "854e1fb125e955fe46c2aef1efdf2cb7"
8
+ X-Runtime: 18ms
9
+ Content-Length: 312
10
+ Set-Cookie: _github_ses=BAh7BiIKZmxhc2hJQzonQWN0aW9uQ29udHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA%3D%3D--884981fc5aa85daf318eeff084d98e2cff92578f; path=/; expires=Wed, 01 Jan 2020 08:00:00 GMT; HttpOnly
11
+ Cache-Control: private, max-age=0, must-revalidate
12
+
13
+ ---
14
+ user:
15
+ name: DocumentCloud
16
+ company: DocumentCloud
17
+ location: New York, NY
18
+ created_at: 2009-06-08 18:27:40 -07:00
19
+ public_gist_count: 10
20
+ public_repo_count: 3
21
+ blog: www.documentcloud.org
22
+ following_count: 0
23
+ id: 93383
24
+ followers_count: 63
25
+ login: documentcloud
26
+ email: info@documentcloud.org
@@ -0,0 +1,26 @@
1
+ HTTP/1.1 200 OK
2
+ Server: nginx/0.7.61
3
+ Date: Thu, 05 Nov 2009 21:06:27 GMT
4
+ Content-Type: application/x-yaml; charset=utf-8
5
+ Connection: keep-alive
6
+ Status: 200 OK
7
+ ETag: "a420f467ba12f8b419710d74a489da6e"
8
+ X-Runtime: 18ms
9
+ Content-Length: 328
10
+ Set-Cookie: _github_ses=BAh7BiIKZmxhc2hJQzonQWN0aW9uQ29udHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA%3D%3D--884981fc5aa85daf318eeff084d98e2cff92578f; path=/; expires=Wed, 01 Jan 2020 08:00:00 GMT; HttpOnly
11
+ Cache-Control: private, max-age=0, must-revalidate
12
+
13
+ ---
14
+ user:
15
+ name: Dr Nic Williams
16
+ company: Mocra http://mocra.com
17
+ location: Brisbane, Australia
18
+ created_at: 2008-01-30 15:19:18 -08:00
19
+ public_gist_count: 48
20
+ public_repo_count: 113
21
+ blog: http://drnicwilliams.com
22
+ following_count: 13
23
+ id: 108
24
+ followers_count: 591
25
+ login: drnic
26
+ email: drnicwilliams@gmail.com
@@ -0,0 +1,26 @@
1
+ HTTP/1.1 200 OK
2
+ Server: nginx/0.6.26
3
+ Date: Sat, 01 Aug 2009 11:51:23 GMT
4
+ Content-Type: application/x-yaml; charset=utf-8
5
+ Connection: keep-alive
6
+ Set-Cookie: _github_ses=BAh7BiIKZmxhc2hJQzonQWN0aW9uQ29udHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA%3D%3D--884981fc5aa85daf318eeff084d98e2cff92578f; path=/; expires=Wed, 01 Jan 2020 08:00:00 GMT; HttpOnly
7
+ Status: 200 OK
8
+ X-Runtime: 103ms
9
+ ETag: "93e62c055c5fe23cb7cc91da1d0827a3"
10
+ Cache-Control: private, max-age=0, must-revalidate
11
+ Content-Length: 303
12
+
13
+ ---
14
+ user:
15
+ name: Dustin Sallings
16
+ company:
17
+ following_count: 15
18
+ public_gist_count: 27
19
+ public_repo_count: 94
20
+ blog: http://bleu.west.spy.net/~dustin/
21
+ id: 1779
22
+ followers_count: 104
23
+ login: dustin
24
+ location: Santa Clara, CA
25
+ email: dustin@spy.net
26
+ created_at: 2008-02-29 09:59:09 -08:00
@@ -0,0 +1,26 @@
1
+ HTTP/1.1 200 OK
2
+ Server: nginx/0.7.61
3
+ Date: Thu, 05 Nov 2009 21:06:28 GMT
4
+ Content-Type: application/x-yaml; charset=utf-8
5
+ Connection: keep-alive
6
+ Status: 200 OK
7
+ ETag: "8e945e168c1b935797bf97f836f26662"
8
+ X-Runtime: 27ms
9
+ Content-Length: 302
10
+ Set-Cookie: _github_ses=BAh7BiIKZmxhc2hJQzonQWN0aW9uQ29udHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA%3D%3D--884981fc5aa85daf318eeff084d98e2cff92578f; path=/; expires=Wed, 01 Jan 2020 08:00:00 GMT; HttpOnly
11
+ Cache-Control: private, max-age=0, must-revalidate
12
+
13
+ ---
14
+ user:
15
+ name: Elad Meidar
16
+ company: Natutilus6
17
+ location: davie, florida
18
+ created_at: 2008-10-18 18:54:20 -07:00
19
+ public_gist_count: 65
20
+ public_repo_count: 41
21
+ blog: http://blog.eizesus.com
22
+ following_count: 1
23
+ id: 29753
24
+ followers_count: 7
25
+ login: eladmeidar
26
+ email: elad@eizesus.com
@@ -0,0 +1,26 @@
1
+ HTTP/1.1 200 OK
2
+ Server: nginx/0.6.26
3
+ Date: Sat, 01 Aug 2009 11:51:36 GMT
4
+ Content-Type: application/x-yaml; charset=utf-8
5
+ Connection: keep-alive
6
+ Set-Cookie: _github_ses=BAh7BiIKZmxhc2hJQzonQWN0aW9uQ29udHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA%3D%3D--884981fc5aa85daf318eeff084d98e2cff92578f; path=/; expires=Wed, 01 Jan 2020 08:00:00 GMT; HttpOnly
7
+ Status: 200 OK
8
+ X-Runtime: 38ms
9
+ ETag: "8bd45181b89f18c968e53bef626623ba"
10
+ Cache-Control: private, max-age=0, must-revalidate
11
+ Content-Length: 321
12
+
13
+ ---
14
+ user:
15
+ name: elliottcable
16
+ company: yreality
17
+ following_count: 323
18
+ public_gist_count: 291
19
+ public_repo_count: 87
20
+ blog: http://elliottcable.name/
21
+ id: 200
22
+ followers_count: 74
23
+ login: elliottcable
24
+ location: anchorage, alaska
25
+ email: github / elliottcable / com
26
+ created_at: 2008-02-12 19:27:01 -08:00
@@ -0,0 +1,26 @@
1
+ HTTP/1.1 200 OK
2
+ Server: nginx/0.7.61
3
+ Date: Thu, 05 Nov 2009 21:06:29 GMT
4
+ Content-Type: application/x-yaml; charset=utf-8
5
+ Connection: keep-alive
6
+ Status: 200 OK
7
+ ETag: "eb2f9d3f8cb48c5064cce9b93879844d"
8
+ X-Runtime: 17ms
9
+ Content-Length: 282
10
+ Set-Cookie: _github_ses=BAh7BiIKZmxhc2hJQzonQWN0aW9uQ29udHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA%3D%3D--884981fc5aa85daf318eeff084d98e2cff92578f; path=/; expires=Wed, 01 Jan 2020 08:00:00 GMT; HttpOnly
11
+ Cache-Control: private, max-age=0, must-revalidate
12
+
13
+ ---
14
+ user:
15
+ name: ENTP
16
+ company: ENTP
17
+ location: Portland, OR
18
+ created_at: 2008-06-05 19:32:45 -07:00
19
+ public_gist_count: 11
20
+ public_repo_count: 8
21
+ blog: http://hoth.entp.com
22
+ following_count: 10
23
+ id: 12773
24
+ followers_count: 110
25
+ login: entp
26
+ email: courtenay@entp.com
@@ -0,0 +1,26 @@
1
+ HTTP/1.1 200 OK
2
+ Server: nginx/0.7.61
3
+ Date: Thu, 05 Nov 2009 21:06:29 GMT
4
+ Content-Type: application/x-yaml; charset=utf-8
5
+ Connection: keep-alive
6
+ Status: 200 OK
7
+ ETag: "1c0f94d8916d15997378b65dd5f759ab"
8
+ X-Runtime: 17ms
9
+ Content-Length: 316
10
+ Set-Cookie: _github_ses=BAh7BiIKZmxhc2hJQzonQWN0aW9uQ29udHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA%3D%3D--884981fc5aa85daf318eeff084d98e2cff92578f; path=/; expires=Wed, 01 Jan 2020 08:00:00 GMT; HttpOnly
11
+ Cache-Control: private, max-age=0, must-revalidate
12
+
13
+ ---
14
+ user:
15
+ name: Felipe Coury
16
+ company: FelipeCoury.com
17
+ location: Campinas, SP, Brazil
18
+ created_at: 2008-02-27 17:03:42 -08:00
19
+ public_gist_count: 32
20
+ public_repo_count: 53
21
+ blog: http://felipecoury.com
22
+ following_count: 15
23
+ id: 1371
24
+ followers_count: 13
25
+ login: fcoury
26
+ email: felipe.coury@gmail.com
@@ -0,0 +1,36 @@
1
+ HTTP/1.1 200 OK
2
+ Server: nginx/0.6.26
3
+ Date: Sat, 01 Aug 2009 05:23:00 GMT
4
+ Content-Type: application/x-yaml; charset=utf-8
5
+ Connection: keep-alive
6
+ Set-Cookie: _github_ses=BAh7BiIKZmxhc2hJQzonQWN0aW9uQ29udHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA%3D%3D--884981fc5aa85daf318eeff084d98e2cff92578f; path=/; expires=Wed, 01 Jan 2020 08:00:00 GMT; HttpOnly
7
+ Status: 200 OK
8
+ X-Runtime: 22ms
9
+ ETag: "157c37571ef32df9f59bc2abaa61431b"
10
+ Cache-Control: private, max-age=0, must-revalidate
11
+ Content-Length: 526
12
+
13
+ ---
14
+ user:
15
+ name: Felipe Coury
16
+ company: FelipeCoury.com
17
+ following_count: 14
18
+ plan:
19
+ name: small
20
+ collaborators: 5
21
+ space: 1228800
22
+ private_repos: 10
23
+ collaborators: 5
24
+ disk_usage: 153444
25
+ public_gist_count: 19
26
+ public_repo_count: 43
27
+ blog: http://felipecoury.com
28
+ id: 1381
29
+ owned_private_repo_count: 4
30
+ total_private_repo_count: 4
31
+ private_gist_count: 1
32
+ followers_count: 10
33
+ login: fcoury
34
+ location: Campinas, SP, Brazil
35
+ email: felipe.coury@gmail.com
36
+ created_at: 2008-02-27 17:03:42 -08:00
@@ -0,0 +1,15 @@
1
+ HTTP/1.1 200 OK
2
+ Server: nginx/0.6.26
3
+ Date: Sat, 01 Aug 2009 23:19:30 GMT
4
+ Content-Type: application/x-yaml; charset=utf-8
5
+ Connection: keep-alive
6
+ Set-Cookie: _github_ses=BAh7BiIKZmxhc2hJQzonQWN0aW9uQ29udHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA%3D%3D--884981fc5aa85daf318eeff084d98e2cff92578f; path=/; expires=Wed, 01 Jan 2020 08:00:00 GMT; HttpOnly
7
+ Status: 200 OK
8
+ X-Runtime: 12ms
9
+ ETag: "3cb913170d403b8a731721650eea0598"
10
+ Cache-Control: private, max-age=0, must-revalidate
11
+ Content-Length: 44
12
+
13
+ ---
14
+ users:
15
+ - rails
@@ -0,0 +1,15 @@
1
+ HTTP/1.1 200 OK
2
+ Server: nginx/0.6.31
3
+ Date: Sun, 02 Aug 2009 00:07:54 GMT
4
+ Content-Type: application/x-yaml; charset=utf-8
5
+ Connection: keep-alive
6
+ Set-Cookie: _github_ses=BAh7BiIKZmxhc2hJQzonQWN0aW9uQ29udHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA%3D%3D--884981fc5aa85daf318eeff084d98e2cff92578f; path=/; expires=Wed, 01 Jan 2020 08:00:00 GMT; HttpOnly
7
+ Status: 200 OK
8
+ X-Runtime: 10ms
9
+ ETag: "3cb913170d403b8a731721650eea0598"
10
+ Cache-Control: private, max-age=0, must-revalidate
11
+ Content-Length: 20
12
+
13
+ ---
14
+ users:
15
+ - rails
@@ -0,0 +1,24 @@
1
+ HTTP/1.1 200 OK
2
+ Server: nginx/0.6.31
3
+ Date: Sat, 01 Aug 2009 11:23:25 GMT
4
+ Content-Type: application/x-yaml; charset=utf-8
5
+ Connection: keep-alive
6
+ Set-Cookie: _github_ses=BAh7BiIKZmxhc2hJQzonQWN0aW9uQ29udHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA%3D%3D--884981fc5aa85daf318eeff084d98e2cff92578f; path=/; expires=Wed, 01 Jan 2020 08:00:00 GMT; HttpOnly
7
+ Status: 200 OK
8
+ X-Runtime: 10ms
9
+ ETag: "7d40cb967a2a47ca906a46352135091a"
10
+ Cache-Control: private, max-age=0, must-revalidate
11
+ Content-Length: 136
12
+
13
+ ---
14
+ users:
15
+ - paulorv
16
+ - elliottcable
17
+ - tgraham
18
+ - gwoliveira
19
+ - webbynode
20
+ - bcalloway
21
+ - superfeedr
22
+ - taylorrf
23
+ - shanesveller
24
+ - derencius
@@ -0,0 +1,28 @@
1
+ HTTP/1.1 200 OK
2
+ Server: nginx/0.6.31
3
+ Date: Sat, 01 Aug 2009 11:23:32 GMT
4
+ Content-Type: application/x-yaml; charset=utf-8
5
+ Connection: keep-alive
6
+ Set-Cookie: _github_ses=BAh7BiIKZmxhc2hJQzonQWN0aW9uQ29udHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA%3D%3D--884981fc5aa85daf318eeff084d98e2cff92578f; path=/; expires=Wed, 01 Jan 2020 08:00:00 GMT; HttpOnly
7
+ Status: 200 OK
8
+ X-Runtime: 71ms
9
+ ETag: "2d8d392af5b2514b882ab1d0c512f257"
10
+ Cache-Control: private, max-age=0, must-revalidate
11
+ Content-Length: 153
12
+
13
+ ---
14
+ users:
15
+ - kchris
16
+ - paulorv
17
+ - dustin
18
+ - dcrec1
19
+ - augustl
20
+ - elliottcable
21
+ - tpope
22
+ - hashrocket
23
+ - tgraham
24
+ - webbynode
25
+ - jruby
26
+ - tmm1
27
+ - remi
28
+ - danlucraft
@@ -0,0 +1,26 @@
1
+ HTTP/1.1 200 OK
2
+ Server: nginx/0.7.61
3
+ Date: Thu, 05 Nov 2009 21:06:30 GMT
4
+ Content-Type: application/x-yaml; charset=utf-8
5
+ Connection: keep-alive
6
+ Status: 200 OK
7
+ ETag: "5dae6f9858de63fa0eae801dfcd9079d"
8
+ X-Runtime: 17ms
9
+ Content-Length: 312
10
+ Set-Cookie: _github_ses=BAh7BiIKZmxhc2hJQzonQWN0aW9uQ29udHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA%3D%3D--884981fc5aa85daf318eeff084d98e2cff92578f; path=/; expires=Wed, 01 Jan 2020 08:00:00 GMT; HttpOnly
11
+ Cache-Control: private, max-age=0, must-revalidate
12
+
13
+ ---
14
+ user:
15
+ name: James Golick
16
+ company: Nine Lives Inc.
17
+ location: Vancouver, BC
18
+ created_at: 2008-01-19 14:52:30 -08:00
19
+ public_gist_count: 35
20
+ public_repo_count: 59
21
+ blog: http://jamesgolick.com
22
+ following_count: 15
23
+ id: 37
24
+ followers_count: 156
25
+ login: giraffesoft
26
+ email: jamesgolick@gmail.com
@@ -0,0 +1,26 @@
1
+ HTTP/1.1 200 OK
2
+ Server: nginx/0.6.26
3
+ Date: Sat, 01 Aug 2009 11:51:37 GMT
4
+ Content-Type: application/x-yaml; charset=utf-8
5
+ Connection: keep-alive
6
+ Set-Cookie: _github_ses=BAh7BiIKZmxhc2hJQzonQWN0aW9uQ29udHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA%3D%3D--884981fc5aa85daf318eeff084d98e2cff92578f; path=/; expires=Wed, 01 Jan 2020 08:00:00 GMT; HttpOnly
7
+ Status: 200 OK
8
+ X-Runtime: 35ms
9
+ ETag: "0299da8f890b5c9d126a5bf541f9d52a"
10
+ Cache-Control: private, max-age=0, must-revalidate
11
+ Content-Length: 297
12
+
13
+ ---
14
+ user:
15
+ name: Guilherme Willian de Oliveira
16
+ company:
17
+ following_count: 1
18
+ public_gist_count: 0
19
+ public_repo_count: 0
20
+ blog:
21
+ id: 70350
22
+ followers_count: 0
23
+ login: gwoliveira
24
+ location: "Uberl\xC3\xA2ndia MG"
25
+ email: gwoliveira@gmail.com
26
+ created_at: 2009-04-03 19:34:00 -07:00
@@ -0,0 +1,26 @@
1
+ HTTP/1.1 200 OK
2
+ Server: nginx/0.7.61
3
+ Date: Thu, 05 Nov 2009 21:06:31 GMT
4
+ Content-Type: application/x-yaml; charset=utf-8
5
+ Connection: keep-alive
6
+ Status: 200 OK
7
+ ETag: "80ec2175b0a078bc16544e2d5a205b14"
8
+ X-Runtime: 13ms
9
+ Content-Length: 310
10
+ Set-Cookie: _github_ses=BAh7BiIKZmxhc2hJQzonQWN0aW9uQ29udHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA%3D%3D--884981fc5aa85daf318eeff084d98e2cff92578f; path=/; expires=Wed, 01 Jan 2020 08:00:00 GMT; HttpOnly
11
+ Cache-Control: private, max-age=0, must-revalidate
12
+
13
+ ---
14
+ user:
15
+ name: Hashrocket
16
+ company:
17
+ location: Jacksonville Beach, FL
18
+ created_at: 2008-04-08 10:24:30 -07:00
19
+ public_gist_count: 8
20
+ public_repo_count: 29
21
+ blog: http://www.hashrocket.com/blog
22
+ following_count: 24
23
+ id: 5875
24
+ followers_count: 133
25
+ login: hashrocket
26
+ email: info@hashrocket.com
@@ -0,0 +1,26 @@
1
+ HTTP/1.1 200 OK
2
+ Server: nginx/0.7.61
3
+ Date: Thu, 05 Nov 2009 21:06:31 GMT
4
+ Content-Type: application/x-yaml; charset=utf-8
5
+ Connection: keep-alive
6
+ Status: 200 OK
7
+ ETag: "04294efec725c034c7753c429731690d"
8
+ X-Runtime: 12ms
9
+ Content-Length: 319
10
+ Set-Cookie: _github_ses=BAh7BiIKZmxhc2hJQzonQWN0aW9uQ29udHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA%3D%3D--884981fc5aa85daf318eeff084d98e2cff92578f; path=/; expires=Wed, 01 Jan 2020 08:00:00 GMT; HttpOnly
11
+ Cache-Control: private, max-age=0, must-revalidate
12
+
13
+ ---
14
+ user:
15
+ name: Hampton Catlin
16
+ company: Wikimedia Foundation
17
+ location: Jacksonville, FL
18
+ created_at: 2008-01-31 09:03:51 -08:00
19
+ public_gist_count: 11
20
+ public_repo_count: 14
21
+ blog: http://www.hamptoncatlin.com
22
+ following_count: 1
23
+ id: 111
24
+ followers_count: 70
25
+ login: hcatlin
26
+ email: hcatlin@gmail.com