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,26 @@
1
+ HTTP/1.1 200 OK
2
+ Server: nginx/0.7.61
3
+ Date: Thu, 05 Nov 2009 21:06:32 GMT
4
+ Content-Type: application/x-yaml; charset=utf-8
5
+ Connection: keep-alive
6
+ Status: 200 OK
7
+ ETag: "003ad16a4f3c849584b7d82bc180e8ef"
8
+ X-Runtime: 14ms
9
+ Content-Length: 308
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: Jamis Buck
16
+ company: 37signals
17
+ location: Caldwell, Idaho, USA
18
+ created_at: 2008-02-28 09:37:32 -08:00
19
+ public_gist_count: 6
20
+ public_repo_count: 24
21
+ blog: http://weblog.jamisbuck.org
22
+ following_count: 1
23
+ id: 1627
24
+ followers_count: 356
25
+ login: jamis
26
+ email: jamis@37signals.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:33 GMT
4
+ Content-Type: application/x-yaml; charset=utf-8
5
+ Connection: keep-alive
6
+ Status: 200 OK
7
+ ETag: "01f3de137c725f2e0da0a76637b53ad9"
8
+ X-Runtime: 15ms
9
+ Content-Length: 301
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: Jonas Nicklas
16
+ company: Usagitoneko HB
17
+ location: Sweden
18
+ created_at: 2008-02-03 12:43:50 -08:00
19
+ public_gist_count: 30
20
+ public_repo_count: 37
21
+ blog: blog.usagitoneko.com
22
+ following_count: 7
23
+ id: 134
24
+ followers_count: 20
25
+ login: jnicklas
26
+ email: jonas.nicklas@gmail.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:33 GMT
4
+ Content-Type: application/x-yaml; charset=utf-8
5
+ Connection: keep-alive
6
+ Status: 200 OK
7
+ ETag: "3e83d4a5d05e9b7b30cc32961379017f"
8
+ X-Runtime: 15ms
9
+ Content-Length: 297
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: John Nunemaker
16
+ company: Ordered List, Inc.
17
+ location: South Bend, IN
18
+ created_at: 2008-02-13 10:00:42 -08:00
19
+ public_gist_count: 31
20
+ public_repo_count: 33
21
+ blog: http://railstips.org/
22
+ following_count: 2
23
+ id: 235
24
+ followers_count: 247
25
+ login: jnunemaker
26
+ email: ""
@@ -0,0 +1,21 @@
1
+ HTTP/1.1 200 OK
2
+ Server: nginx/0.6.26
3
+ Date: Sat, 01 Aug 2009 11:51:33 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: 28ms
9
+ ETag: "5d12a468931cede028537526cb02f12b"
10
+ Cache-Control: private, max-age=0, must-revalidate
11
+ Content-Length: 170
12
+
13
+ ---
14
+ user:
15
+ following_count: 0
16
+ public_gist_count: 16
17
+ public_repo_count: 6
18
+ id: 55687
19
+ followers_count: 54
20
+ login: jruby
21
+ created_at: 2009-02-18 12:25: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:34 GMT
4
+ Content-Type: application/x-yaml; charset=utf-8
5
+ Connection: keep-alive
6
+ Status: 200 OK
7
+ ETag: "e8431d5795db620888aeffdbf8843705"
8
+ X-Runtime: 14ms
9
+ Content-Length: 292
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: Kevin Ballard
16
+ company: Zynga
17
+ location: San Francisco, CA
18
+ created_at: 2008-02-23 14:42:52 -08:00
19
+ public_gist_count: 10
20
+ public_repo_count: 28
21
+ blog: http://kevin.sb.org
22
+ following_count: 16
23
+ id: 714
24
+ followers_count: 32
25
+ login: kballard
26
+ email: kevin@sb.org
@@ -0,0 +1,26 @@
1
+ HTTP/1.1 200 OK
2
+ Server: nginx/0.6.31
3
+ Date: Sat, 01 Aug 2009 11:51:22 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: "ddb738db24b101f4a71fe438cdff57cb"
10
+ Cache-Control: private, max-age=0, must-revalidate
11
+ Content-Length: 275
12
+
13
+ ---
14
+ user:
15
+ name:
16
+ company: WebbyNode
17
+ following_count: 0
18
+ public_gist_count: 0
19
+ public_repo_count: 0
20
+ blog: blog.webbynode.com
21
+ id: 44135
22
+ followers_count: 2
23
+ login: kchris
24
+ location: Austria
25
+ email: chris@webbynode.com
26
+ created_at: 2009-01-04 11:19:37 -08:00
@@ -0,0 +1,20 @@
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: 841
12
+
13
+ ---
14
+ public_keys:
15
+ - title: macbook
16
+ id: 1
17
+ key: ssh-rsa AAAAB3NzaC1yc2EAAAABIwAAAQEAl6y4r2+zGvCzguWUXKszGQXSHku96cm1zuit08k/GnZ+k4QzHBb2V0X2Qe8vbS9EdyH2d6+BTKyLyj2wKMUUWQnFct0HaxdzT9xCf3uVs4DFZwuuJ0l6vTQUNFFAE81WUiIcACD0VSz+2uSdnp7JP/a8BGM4o9Nyus+J4ITfBEXQKBLvsemvNklWRqXXjdsiaT/fEivLROYCWidx2V/XoXdwHXAx5Cqg2EuM3YZcJYYthAfGBCF881hMdQihlaU7T+RSRZLKJ9BZw6MTU+wOunpOpeE8462MKrKtEtEqKexiXdf6bYi55NL8QFr5og/DpqJAFlkoAULAVgakD2n9YQ==
18
+ - title: test
19
+ id: 2
20
+ key: ssh-rsa AAAAB3NzaC1yc2EAAAABIwAAAQEA3Hsjl1b8V8zsnp2sDCeEFRDKjUBNPmDDdq57M+DNKxGGWiuwTqJPEendhf9eh4hI+ycs0P3PAeBjGv916Av4E7KnoO6F1fBBVEsv8hcZ1dA0rJJeLM/cafVnVdjcF7GNczAmOBf5f8kkMe8AHpJ5Unq3prXUGFCET3scmcp+aVRrQU29ti/Xd7ftodBU/OsXYTLD7ldCOvF/wSFb47D6rx7Xh/qLUWnhu2eoJivNUQQ/9gHG0fqKMyejl8KD49u3kppmloLVlE+D7Q8SkFsuMytvC9OG0VKBUSRkbFqh+sA1F/aKI0DlrxzLf5hYksqJFIQ22zHfjbBtBjhenb4xoQ==
@@ -0,0 +1,17 @@
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: 431
12
+
13
+ ---
14
+ public_keys:
15
+ - title: macbook
16
+ id: 1
17
+ key: ssh-rsa AAAAB3NzaC1yc2EAAAABIwAAAQEAl6y4r2+zGvCzguWUXKszGQXSHku96cm1zuit08k/GnZ+k4QzHBb2V0X2Qe8vbS9EdyH2d6+BTKyLyj2wKMUUWQnFct0HaxdzT9xCf3uVs4DFZwuuJ0l6vTQUNFFAE81WUiIcACD0VSz+2uSdnp7JP/a8BGM4o9Nyus+J4ITfBEXQKBLvsemvNklWRqXXjdsiaT/fEivLROYCWidx2V/XoXdwHXAx5Cqg2EuM3YZcJYYthAfGBCF881hMdQihlaU7T+RSRZLKJ9BZw6MTU+wOunpOpeE8462MKrKtEtEqKexiXdf6bYi55NL8QFr5og/DpqJAFlkoAULAVgakD2n9YQ==
@@ -0,0 +1,21 @@
1
+ HTTP/1.1 200 OK
2
+ Server: nginx/0.6.26
3
+ Date: Sat, 01 Aug 2009 06:07:42 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: 44ms
9
+ ETag: "faa4b600dd11e351c6777caba84cd44a"
10
+ Cache-Control: private, max-age=0, must-revalidate
11
+ Content-Length: 841
12
+
13
+
14
+ ---
15
+ public_keys:
16
+ - title: macbook
17
+ id: 1
18
+ key: ssh-rsa AAAAB3NzaC1yc2EAAAABIwAAAQEAl6y4r2+zGvCzguWUXKszGQXSHku96cm1zuit08k/GnZ+k4QzHBb2V0X2Qe8vbS9EdyH2d6+BTKyLyj2wKMUUWQnFct0HaxdzT9xCf3uVs4DFZwuuJ0l6vTQUNFFAE81WUiIcACD0VSz+2uSdnp7JP/a8BGM4o9Nyus+J4ITfBEXQKBLvsemvNklWRqXXjdsiaT/fEivLROYCWidx2V/XoXdwHXAx5Cqg2EuM3YZcJYYthAfGBCF881hMdQihlaU7T+RSRZLKJ9BZw6MTU+wOunpOpeE8462MKrKtEtEqKexiXdf6bYi55NL8QFr5og/DpqJAFlkoAULAVgakD2n9YQ==
19
+ - title: test
20
+ id: 2
21
+ key: ssh-rsa AAAAB3NzaC1yc2EAAAABIwAAAQEA3Hsjl1b8V8zsnp2sDCeEFRDKjUBNPmDDdq57M+DNKxGGWiuwTqJPEendhf9eh4hI+ycs0P3PAeBjGv916Av4E7KnoO6F1fBBVEsv8hcZ1dA0rJJeLM/cafVnVdjcF7GNczAmOBf5f8kkMe8AHpJ5Unq3prXUGFCET3scmcp+aVRrQU29ti/Xd7ftodBU/OsXYTLD7ldCOvF/wSFb47D6rx7Xh/qLUWnhu2eoJivNUQQ/9gHG0fqKMyejl8KD49u3kppmloLVlE+D7Q8SkFsuMytvC9OG0VKBUSRkbFqh+sA1F/aKI0DlrxzLf5hYksqJFIQ22zHfjbBtBjhenb4xoQ==
@@ -0,0 +1,26 @@
1
+ HTTP/1.1 200 OK
2
+ Server: nginx/0.7.61
3
+ Date: Thu, 05 Nov 2009 21:06:35 GMT
4
+ Content-Type: application/x-yaml; charset=utf-8
5
+ Connection: keep-alive
6
+ Status: 200 OK
7
+ ETag: "e052d27136193f03561edd73abb57f5b"
8
+ X-Runtime: 11ms
9
+ Content-Length: 260
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: Josh Adams
16
+ company: Isotope11
17
+ location:
18
+ created_at: 2008-03-25 15:39:54 -07:00
19
+ public_gist_count: 18
20
+ public_repo_count: 42
21
+ blog:
22
+ following_count: 3
23
+ id: 3829
24
+ followers_count: 8
25
+ login: knewter
26
+ email: knewter@gmail.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:35 GMT
4
+ Content-Type: application/x-yaml; charset=utf-8
5
+ Connection: keep-alive
6
+ Status: 200 OK
7
+ ETag: "f95d54bb792a90e73c325f03ca7c91c0"
8
+ X-Runtime: 15ms
9
+ Content-Length: 303
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: Lachie Cox
16
+ company: rising sun pictures
17
+ location: Sydney, Australia
18
+ created_at: 2008-02-13 18:36:11 -08:00
19
+ public_gist_count: 67
20
+ public_repo_count: 34
21
+ blog: smartbomb.com.au
22
+ following_count: 23
23
+ id: 265
24
+ followers_count: 37
25
+ login: lachie
26
+ email: lachiec@gmail.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:36 GMT
4
+ Content-Type: application/x-yaml; charset=utf-8
5
+ Connection: keep-alive
6
+ Status: 200 OK
7
+ ETag: "49daff84f747f09c62e664ea6c92bb6c"
8
+ X-Runtime: 15ms
9
+ Content-Length: 298
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: Lachlan Hardy
16
+ company:
17
+ location: Sydney
18
+ created_at: 2008-03-24 04:43:45 -07:00
19
+ public_gist_count: 12
20
+ public_repo_count: 17
21
+ blog: http://lachstock.com.au
22
+ following_count: 124
23
+ id: 3682
24
+ followers_count: 71
25
+ login: lachlanhardy
26
+ email: lachlan@lachstock.com.au
@@ -0,0 +1,26 @@
1
+ HTTP/1.1 200 OK
2
+ Server: nginx/0.7.61
3
+ Date: Thu, 05 Nov 2009 21:06:36 GMT
4
+ Content-Type: application/x-yaml; charset=utf-8
5
+ Connection: keep-alive
6
+ Status: 200 OK
7
+ ETag: "82cf0b769757af2675ce668b8fc933af"
8
+ X-Runtime: 22ms
9
+ Content-Length: 290
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: Sam Elliott
16
+ company: None
17
+ location: Scotland
18
+ created_at: 2008-06-21 14:55:36 -07:00
19
+ public_gist_count: 44
20
+ public_repo_count: 14
21
+ blog: http://lenary.co.uk
22
+ following_count: 29
23
+ id: 14548
24
+ followers_count: 6
25
+ login: lenary
26
+ email: sam+github@lenary.co.uk
@@ -0,0 +1,26 @@
1
+ HTTP/1.1 200 OK
2
+ Server: nginx/0.7.61
3
+ Date: Thu, 05 Nov 2009 21:06:37 GMT
4
+ Content-Type: application/x-yaml; charset=utf-8
5
+ Connection: keep-alive
6
+ Status: 200 OK
7
+ ETag: "619b9a1d423b76794a64cca21730e65b"
8
+ X-Runtime: 16ms
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: Pratik
16
+ company: ActionRails
17
+ location: London
18
+ created_at: 2008-01-29 15:09:30 -08:00
19
+ public_gist_count: 83
20
+ public_repo_count: 6
21
+ blog: http://m.onkey.org
22
+ following_count: 43
23
+ id: 91
24
+ followers_count: 110
25
+ login: lifo
26
+ email: pratiknaik@gmail.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:38 GMT
4
+ Content-Type: application/x-yaml; charset=utf-8
5
+ Connection: keep-alive
6
+ Status: 200 OK
7
+ ETag: "e71851a0ab1b56357b1f2951247340cb"
8
+ X-Runtime: 15ms
9
+ Content-Length: 294
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: Alex MacCaw
16
+ company: Made by Many
17
+ location: London
18
+ created_at: 2008-03-04 07:53:35 -08:00
19
+ public_gist_count: 31
20
+ public_repo_count: 21
21
+ blog: http://www.eribium.org
22
+ following_count: 46
23
+ id: 2142
24
+ followers_count: 75
25
+ login: maccman
26
+ email: maccman@gmail.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:38 GMT
4
+ Content-Type: application/x-yaml; charset=utf-8
5
+ Connection: keep-alive
6
+ Status: 200 OK
7
+ ETag: "119cbff3b3d2742076d4167e3a082403"
8
+ X-Runtime: 10ms
9
+ Content-Length: 300
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: Mark Gandolfo
16
+ company:
17
+ location: Brisbane, Australia
18
+ created_at: 2008-12-16 01:44:41 -08:00
19
+ public_gist_count: 4
20
+ public_repo_count: 17
21
+ blog: markgandolfo.com.au
22
+ following_count: 8
23
+ id: 40725
24
+ followers_count: 4
25
+ login: markgandolfo
26
+ email: mark@aussiev8.com.au
@@ -0,0 +1,26 @@
1
+ HTTP/1.1 200 OK
2
+ Server: nginx/0.7.61
3
+ Date: Thu, 05 Nov 2009 21:06:39 GMT
4
+ Content-Type: application/x-yaml; charset=utf-8
5
+ Connection: keep-alive
6
+ Status: 200 OK
7
+ ETag: "302d2b785e119241d8553790b8e99075"
8
+ X-Runtime: 14ms
9
+ Content-Length: 307
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: Michael Bleigh
16
+ company: Intridea, Inc.
17
+ location: Canton, MI
18
+ created_at: 2008-02-26 18:52:53 -08:00
19
+ public_gist_count: 15
20
+ public_repo_count: 32
21
+ blog: http://www.mbleigh.com/
22
+ following_count: 5
23
+ id: 1022
24
+ followers_count: 100
25
+ login: mbleigh
26
+ email: michael@intridea.com