octokit 1.25.0 → 2.0.0.pre

Sign up to get free protection for your applications and to get access to all the features.
Files changed (502) hide show
  1. data/Rakefile +10 -7
  2. data/lib/octokit.rb +22 -15
  3. data/lib/octokit/arguments.rb +14 -0
  4. data/lib/octokit/authentication.rb +48 -25
  5. data/lib/octokit/client.rb +245 -44
  6. data/lib/octokit/client/authorizations.rb +36 -10
  7. data/lib/octokit/client/commit_comments.rb +96 -0
  8. data/lib/octokit/client/commits.rb +152 -94
  9. data/lib/octokit/client/contents.rb +32 -24
  10. data/lib/octokit/client/downloads.rb +11 -7
  11. data/lib/octokit/client/emojis.rb +3 -1
  12. data/lib/octokit/client/events.rb +62 -18
  13. data/lib/octokit/client/gists.rb +27 -26
  14. data/lib/octokit/client/gitignore.rb +7 -3
  15. data/lib/octokit/client/issues.rb +43 -71
  16. data/lib/octokit/client/labels.rb +24 -20
  17. data/lib/octokit/client/legacy_search.rb +78 -0
  18. data/lib/octokit/client/markdown.rb +6 -1
  19. data/lib/octokit/client/meta.rb +21 -0
  20. data/lib/octokit/client/milestones.rb +13 -9
  21. data/lib/octokit/client/notifications.rb +24 -64
  22. data/lib/octokit/client/objects.rb +17 -12
  23. data/lib/octokit/client/organizations.rb +43 -52
  24. data/lib/octokit/client/pub_sub_hubbub.rb +68 -8
  25. data/lib/octokit/client/{pulls.rb → pull_requests.rb} +65 -41
  26. data/lib/octokit/client/rate_limit.rb +42 -8
  27. data/lib/octokit/client/refs.rb +16 -10
  28. data/lib/octokit/client/repositories.rb +73 -124
  29. data/lib/octokit/client/say.rb +7 -1
  30. data/lib/octokit/client/service_status.rb +39 -0
  31. data/lib/octokit/client/stats.rb +12 -6
  32. data/lib/octokit/client/statuses.rb +8 -29
  33. data/lib/octokit/client/users.rb +56 -75
  34. data/lib/octokit/configurable.rb +117 -0
  35. data/lib/octokit/default.rb +140 -0
  36. data/lib/octokit/error.rb +6 -5
  37. data/lib/octokit/gist.rb +11 -0
  38. data/lib/octokit/rate_limit.rb +22 -0
  39. data/lib/octokit/repo_arguments.rb +19 -0
  40. data/lib/octokit/repository.rb +11 -4
  41. data/lib/octokit/response/raise_error.rb +35 -0
  42. data/lib/octokit/version.rb +5 -1
  43. data/octokit.gemspec +4 -9
  44. data/spec/cassettes/Octokit_Client/_get/handles_query_params.json +1 -0
  45. data/spec/cassettes/Octokit_Client/_head/handles_query_params.json +1 -0
  46. data/spec/cassettes/Octokit_Client/_last_response/caches_the_last_agent_response.json +1 -0
  47. data/spec/cassettes/Octokit_Client/authentication/when_token_authenticated/fetches_and_memoizes_login.json +1 -0
  48. data/spec/cassettes/Octokit_Client/auto_pagination/fetches_all_the_pages.json +1 -0
  49. data/spec/cassettes/Octokit_Client/error_handling/raises_on_404.json +1 -0
  50. data/spec/cassettes/Octokit_Client_Authorizations/_authorization/returns_a_single_authorization.json +1 -0
  51. data/spec/cassettes/Octokit_Client_Authorizations/_authorizations/lists_existing_authorizations.json +1 -0
  52. data/spec/cassettes/Octokit_Client_Authorizations/_create_authorization/creates_a_new_authorization_with_options.json +1 -0
  53. data/spec/cassettes/Octokit_Client_Authorizations/_create_authorization/creates_an_API_authorization.json +1 -0
  54. data/spec/cassettes/Octokit_Client_Authorizations/_scopes/checks_the_scopes_on_a_one-off_token.json +1 -0
  55. data/spec/cassettes/Octokit_Client_Authorizations/_scopes/checks_the_scopes_on_the_current_token.json +1 -0
  56. data/spec/cassettes/Octokit_Client_Authorizations/_update_authorization/updates_and_existing_authorization.json +1 -0
  57. data/spec/cassettes/Octokit_Client_CommitComments/_commit_comment/returns_a_single_commit_comment.json +1 -0
  58. data/spec/cassettes/Octokit_Client_CommitComments/_commit_comments/returns_a_list_of_comments_for_a_specific_commit.json +1 -0
  59. data/spec/cassettes/Octokit_Client_CommitComments/_create_commit_comment/creates_a_commit_comment.json +1 -0
  60. data/spec/cassettes/Octokit_Client_CommitComments/_delete_commit_comment/deletes_a_commit_comment.json +1 -0
  61. data/spec/cassettes/Octokit_Client_CommitComments/_list_commit_comments/returns_a_list_of_all_commit_comments.json +1 -0
  62. data/spec/cassettes/Octokit_Client_CommitComments/_update_commit_comment/updates_a_commit_comment.json +1 -0
  63. data/spec/cassettes/Octokit_Client_Commits/_commit/returns_a_commit.json +1 -0
  64. data/spec/cassettes/Octokit_Client_Commits/_commits/handles_branch_or_sha_argument.json +1 -0
  65. data/spec/cassettes/Octokit_Client_Commits/_commits/handles_the_sha_option.json +1 -0
  66. data/spec/cassettes/Octokit_Client_Commits/_commits/returns_all_commits.json +1 -0
  67. data/spec/cassettes/Octokit_Client_Commits/_commits_before/handles_branch_or_sha_argument.json +1 -0
  68. data/spec/cassettes/Octokit_Client_Commits/_commits_before/handles_the_sha_option.json +1 -0
  69. data/spec/cassettes/Octokit_Client_Commits/_commits_before/returns_all_commits_until_the_specified_date.json +1 -0
  70. data/spec/cassettes/Octokit_Client_Commits/_commits_between/handles_branch_or_sha_argument.json +1 -0
  71. data/spec/cassettes/Octokit_Client_Commits/_commits_between/handles_the_sha_option.json +1 -0
  72. data/spec/cassettes/Octokit_Client_Commits/_commits_between/returns_all_commits_until_the_specified_date.json +1 -0
  73. data/spec/cassettes/Octokit_Client_Commits/_commits_on/handles_branch_or_sha_argument.json +1 -0
  74. data/spec/cassettes/Octokit_Client_Commits/_commits_on/handles_the_sha_option.json +1 -0
  75. data/spec/cassettes/Octokit_Client_Commits/_commits_on/returns_all_commits_on_the_specified_date.json +1 -0
  76. data/spec/cassettes/Octokit_Client_Commits/_commits_since/handles_branch_or_sha_argument.json +1 -0
  77. data/spec/cassettes/Octokit_Client_Commits/_commits_since/handles_the_sha_option.json +1 -0
  78. data/spec/cassettes/Octokit_Client_Commits/_commits_since/returns_all_commits_since_the_specified_date.json +1 -0
  79. data/spec/cassettes/Octokit_Client_Commits/_compare/returns_a_comparison.json +1 -0
  80. data/spec/cassettes/Octokit_Client_Commits/_create_commit/creates_a_commit.json +1 -0
  81. data/spec/cassettes/Octokit_Client_Commits/_merge/merges_a_branch_into_another.json +1 -0
  82. data/spec/cassettes/Octokit_Client_Contents/_archive_link/returns_the_headers_of_the_request.json +1 -0
  83. data/spec/cassettes/Octokit_Client_Contents/_contents/returns_the_contents_of_a_file.json +1 -0
  84. data/spec/cassettes/Octokit_Client_Contents/_create_contents/creates_contents_from_File_object.json +1 -0
  85. data/spec/cassettes/Octokit_Client_Contents/_create_contents/creates_contents_from_file_path.json +1 -0
  86. data/spec/cassettes/Octokit_Client_Contents/_create_contents/creates_repository_contents_at_a_path.json +1 -0
  87. data/spec/cassettes/Octokit_Client_Contents/_delete_contents/deletes_repository_contents_at_a_path.json +1 -0
  88. data/spec/cassettes/Octokit_Client_Contents/_readme/returns_the_default_readme.json +1 -0
  89. data/spec/cassettes/Octokit_Client_Contents/_update_contents/updates_repository_contents_at_a_path.json +1 -0
  90. data/spec/cassettes/Octokit_Client_Downloads/_download/gets_a_single_download.json +1 -0
  91. data/spec/cassettes/Octokit_Client_Downloads/_downloads/lists_available_downloads.json +1 -0
  92. data/spec/cassettes/Octokit_Client_Downloads/methods_that_require_a_download/_create_download/creates_a_download_resource.json +1 -0
  93. data/spec/cassettes/Octokit_Client_Downloads/methods_that_require_a_download/_create_download/posts_to_an_S3_url.json +1 -0
  94. data/spec/cassettes/Octokit_Client_Downloads/methods_that_require_a_download/_delete_download/deletes_a_download.json +1 -0
  95. data/spec/cassettes/Octokit_Client_Emojis/_emojis/returns_all_github_emojis.json +1 -0
  96. data/spec/cassettes/Octokit_Client_Events/_issue_event/lists_issue_events_for_a_repository.json +1 -0
  97. data/spec/cassettes/Octokit_Client_Events/_issue_events/lists_issue_events_for_a_repository.json +1 -0
  98. data/spec/cassettes/Octokit_Client_Events/_organization_events/returns_all_events_for_an_organization.json +1 -0
  99. data/spec/cassettes/Octokit_Client_Events/_organization_public_events/returns_an_organization_s_public_events.json +1 -0
  100. data/spec/cassettes/Octokit_Client_Events/_public_events/returns_all_public_events.json +1 -0
  101. data/spec/cassettes/Octokit_Client_Events/_received_events/returns_all_user_received_events.json +1 -0
  102. data/spec/cassettes/Octokit_Client_Events/_received_public_events/returns_public_user_received_events.json +1 -0
  103. data/spec/cassettes/Octokit_Client_Events/_repo_issue_events/lists_issue_events_for_a_repository.json +1 -0
  104. data/spec/cassettes/Octokit_Client_Events/_repository_events/returns_events_for_a_repository.json +1 -0
  105. data/spec/cassettes/Octokit_Client_Events/_repository_network_events/returns_events_for_a_repository_s_network.json +1 -0
  106. data/spec/cassettes/Octokit_Client_Events/_user_events/returns_all_user_events.json +1 -0
  107. data/spec/cassettes/Octokit_Client_Events/_user_public_events/returns_public_events_performed_by_a_user.json +1 -0
  108. data/spec/cassettes/Octokit_Client_Gists/unauthenticated/_gist/returns_the_gist_by_ID.json +1 -0
  109. data/spec/cassettes/Octokit_Client_Gists/unauthenticated/_gists/with_username_passed/returns_a_list_of_gists.json +1 -0
  110. data/spec/cassettes/Octokit_Client_Gists/unauthenticated/_gists/without_a_username_passed/returns_a_list_of_gists.json +1 -0
  111. data/spec/cassettes/Octokit_Client_Gists/unauthenticated/_public_gists/returns_public_gists.json +1 -0
  112. data/spec/cassettes/Octokit_Client_Gists/when_authenticated/_create_gist/creates_a_new_gist.json +1 -0
  113. data/spec/cassettes/Octokit_Client_Gists/when_authenticated/_create_gist_comment/creates_a_gist_comment.json +1 -0
  114. data/spec/cassettes/Octokit_Client_Gists/when_authenticated/_delete_gist/deletes_an_existing_gist.json +1 -0
  115. data/spec/cassettes/Octokit_Client_Gists/when_authenticated/_delete_gist_comment/deletes_a_gist_comment.json +1 -0
  116. data/spec/cassettes/Octokit_Client_Gists/when_authenticated/_edit_gist/edit_an_existing_gist.json +1 -0
  117. data/spec/cassettes/Octokit_Client_Gists/when_authenticated/_fork_gist/forks_an_existing_gist.json +1 -0
  118. data/spec/cassettes/Octokit_Client_Gists/when_authenticated/_gist_comment/returns_a_gist_comment.json +1 -0
  119. data/spec/cassettes/Octokit_Client_Gists/when_authenticated/_gist_comments/returns_the_list_of_gist_comments.json +1 -0
  120. data/spec/cassettes/Octokit_Client_Gists/when_authenticated/_gist_starred_/is_not_starred.json +1 -0
  121. data/spec/cassettes/Octokit_Client_Gists/when_authenticated/_gist_starred_/is_starred.json +1 -0
  122. data/spec/cassettes/Octokit_Client_Gists/when_authenticated/_gists/returns_a_list_of_gists.json +1 -0
  123. data/spec/cassettes/Octokit_Client_Gists/when_authenticated/_star_gist/stars_an_existing_gist.json +1 -0
  124. data/spec/cassettes/Octokit_Client_Gists/when_authenticated/_starred_gists/returns_the_user_s_starred_gists.json +1 -0
  125. data/spec/cassettes/Octokit_Client_Gists/when_authenticated/_unstar_gist/unstars_an_existing_gist.json +1 -0
  126. data/spec/cassettes/Octokit_Client_Gists/when_authenticated/_update_gist_comment/updates_a_gist_comment.json +1 -0
  127. data/spec/cassettes/Octokit_Client_Gitignore/_gitignore_template/returns_the_ruby_gitignore_template.json +1 -0
  128. data/spec/cassettes/Octokit_Client_Gitignore/_gitignore_templates/returns_all_gitignore_templates.json +1 -0
  129. data/spec/cassettes/Octokit_Client_Issues/_create_issue/creates_an_issue.json +1 -0
  130. data/spec/cassettes/Octokit_Client_Issues/_create_issue/creates_an_issue_with_delimited_labels.json +1 -0
  131. data/spec/cassettes/Octokit_Client_Issues/_create_issue/creates_an_issue_with_labels_array.json +1 -0
  132. data/spec/cassettes/Octokit_Client_Issues/_issue_comment/returns_a_single_comment_for_an_issue.json +1 -0
  133. data/spec/cassettes/Octokit_Client_Issues/_issue_comments/returns_comments_for_an_issue.json +1 -0
  134. data/spec/cassettes/Octokit_Client_Issues/_list_issues/returns_dashboard_issues_for_the_authenticated_user.json +1 -0
  135. data/spec/cassettes/Octokit_Client_Issues/_list_issues/returns_issues_for_a_repository.json +1 -0
  136. data/spec/cassettes/Octokit_Client_Issues/_org_issues/returns_issues_for_the_organization_for_the_authenticated_user.json +1 -0
  137. data/spec/cassettes/Octokit_Client_Issues/_repository_issues_comments/returns_comments_for_all_issues_in_a_repository.json +1 -0
  138. data/spec/cassettes/Octokit_Client_Issues/_user_issues/returns_issues_for_the_authenticated_user_for_owned_and_member_repos.json +1 -0
  139. data/spec/cassettes/Octokit_Client_Issues/methods_requiring_a_new_issue/_add_comment/adds_a_comment.json +1 -0
  140. data/spec/cassettes/Octokit_Client_Issues/methods_requiring_a_new_issue/_close_issue/closes_an_issue.json +1 -0
  141. data/spec/cassettes/Octokit_Client_Issues/methods_requiring_a_new_issue/_issue/returns_a_full_issue.json +1 -0
  142. data/spec/cassettes/Octokit_Client_Issues/methods_requiring_a_new_issue/_issue/returns_an_issue.json +1 -0
  143. data/spec/cassettes/Octokit_Client_Issues/methods_requiring_a_new_issue/_reopen_issue/reopens_an_issue.json +1 -0
  144. data/spec/cassettes/Octokit_Client_Issues/methods_requiring_a_new_issue/_update_issue/updates_an_issue.json +1 -0
  145. data/spec/cassettes/Octokit_Client_Issues/methods_requiring_a_new_issue/methods_requiring_a_new_issue_comment/_delete_comment/deletes_an_existing_comment.json +1 -0
  146. data/spec/cassettes/Octokit_Client_Issues/methods_requiring_a_new_issue/methods_requiring_a_new_issue_comment/_update_comment/updates_an_existing_comment.json +1 -0
  147. data/spec/cassettes/Octokit_Client_Labels/_add_label/adds_a_label_with_a_color.json +1 -0
  148. data/spec/cassettes/Octokit_Client_Labels/_add_label/adds_a_label_with_default_color.json +1 -0
  149. data/spec/cassettes/Octokit_Client_Labels/_delete_label_/deletes_a_label_from_the_repository.json +1 -0
  150. data/spec/cassettes/Octokit_Client_Labels/_label/returns_a_single_label.json +1 -0
  151. data/spec/cassettes/Octokit_Client_Labels/_labels/returns_labels.json +1 -0
  152. data/spec/cassettes/Octokit_Client_Labels/_lables_for_milestone/returns_all_labels_for_a_repository.json +1 -0
  153. data/spec/cassettes/Octokit_Client_Labels/methods_requiring_a_new_issue/_add_labels_to_an_issue/adds_labels_to_a_given_issue.json +1 -0
  154. data/spec/cassettes/Octokit_Client_Labels/methods_requiring_a_new_issue/_labels_for_issue/returns_all_labels_for_a_given_issue.json +1 -0
  155. data/spec/cassettes/Octokit_Client_Labels/methods_requiring_a_new_issue/_remove_all_labels/removes_all_labels_from_the_specified_issue.json +1 -0
  156. data/spec/cassettes/Octokit_Client_Labels/methods_requiring_a_new_issue/_remove_label/removes_a_label_from_the_specified_issue.json +1 -0
  157. data/spec/cassettes/Octokit_Client_Labels/methods_requiring_a_new_issue/_replace_all_labels/replaces_all_labels_for_an_issue.json +1 -0
  158. data/spec/cassettes/Octokit_Client_Labels/methods_requiring_a_new_label/_update_label/updates_a_label_with_a_new_color.json +1 -0
  159. data/spec/cassettes/Octokit_Client_LegacySearch/_legacy_search_issues/returns_matching_issues.json +1 -0
  160. data/spec/cassettes/Octokit_Client_LegacySearch/_legacy_search_repos/returns_matching_repositories.json +1 -0
  161. data/spec/cassettes/Octokit_Client_LegacySearch/_legacy_search_users/returns_matching_username.json +1 -0
  162. data/spec/cassettes/Octokit_Client_Markdown/_markdown/renders_markdown.json +1 -0
  163. data/spec/cassettes/Octokit_Client_Meta/_github_meta/returns_meta_information_about_github.json +1 -0
  164. data/spec/cassettes/Octokit_Client_Milestones/_list_milestones/lists_milestones_belonging_to_repository.json +1 -0
  165. data/spec/cassettes/Octokit_Client_Milestones/methods_that_need_a_milestone/_create_milestone/creates_a_milestone.json +1 -0
  166. data/spec/cassettes/Octokit_Client_Milestones/methods_that_need_a_milestone/_delete_milestone/deletes_a_milestone_from_a_repository.json +1 -0
  167. data/spec/cassettes/Octokit_Client_Milestones/methods_that_need_a_milestone/_milestone/gets_a_single_milestone_belonging_to_repository.json +1 -0
  168. data/spec/cassettes/Octokit_Client_Milestones/methods_that_need_a_milestone/_update_milestone/updates_a_milestone.json +1 -0
  169. data/spec/cassettes/Octokit_Client_Notifications/_mark_notifications_as_read/returns_true_when_notifications_are_marked_as_read.json +1 -0
  170. data/spec/cassettes/Octokit_Client_Notifications/_mark_repository_notifications_as_read/returns_true_when_notifications_for_a_repo_are_marked_as_read.json +1 -0
  171. data/spec/cassettes/Octokit_Client_Notifications/_notifications/lists_the_notifications_for_the_current_user.json +1 -0
  172. data/spec/cassettes/Octokit_Client_Notifications/_repository_notifications/lists_all_notifications_for_a_repository.json +1 -0
  173. data/spec/cassettes/Octokit_Client_Notifications/methods_that_need_a_thread_context/_delete_thread_subscription/returns_true_with_successful_thread_deletion.json +1 -0
  174. data/spec/cassettes/Octokit_Client_Notifications/methods_that_need_a_thread_context/_mark_thread_as_read/marks_a_thread_as_read.json +1 -0
  175. data/spec/cassettes/Octokit_Client_Notifications/methods_that_need_a_thread_context/_thread_notifications/returns_notifications_for_a_specific_thread.json +1 -0
  176. data/spec/cassettes/Octokit_Client_Notifications/methods_that_need_a_thread_context/_thread_subscription/returns_a_thread_subscription.json +1 -0
  177. data/spec/cassettes/Octokit_Client_Notifications/methods_that_need_a_thread_context/_update_thread_subscription/updates_a_thread_subscription.json +1 -0
  178. data/spec/cassettes/Octokit_Client_Objects/_blob/returns_a_blob.json +1 -0
  179. data/spec/cassettes/Octokit_Client_Objects/_create_blob/creates_a_blob.json +1 -0
  180. data/spec/cassettes/Octokit_Client_Objects/_create_tag/creates_a_tag.json +1 -0
  181. data/spec/cassettes/Octokit_Client_Objects/_create_tree/creates_a_tree.json +1 -0
  182. data/spec/cassettes/Octokit_Client_Objects/_tag/returns_a_tag.json +1 -0
  183. data/spec/cassettes/Octokit_Client_Objects/_tree/gets_a_tree.json +1 -0
  184. data/spec/cassettes/Octokit_Client_Objects/_tree/gets_a_tree_recursively.json +1 -0
  185. data/spec/cassettes/Octokit_Client_Organizations/_organization/returns_an_organization.json +1 -0
  186. data/spec/cassettes/Octokit_Client_Organizations/_organization_member_/checks_organization_membership.json +1 -0
  187. data/spec/cassettes/Octokit_Client_Organizations/_organization_members/returns_all_public_members_of_an_organization.json +1 -0
  188. data/spec/cassettes/Octokit_Client_Organizations/_organization_public_member_/checks_publicized_org_membership.json +1 -0
  189. data/spec/cassettes/Octokit_Client_Organizations/_organization_repositories/returns_all_public_repositories_for_an_organization.json +1 -0
  190. data/spec/cassettes/Octokit_Client_Organizations/_organization_teams/returns_all_teams_for_an_organization.json +1 -0
  191. data/spec/cassettes/Octokit_Client_Organizations/_organizations/returns_all_organizations_for_a_user.json +1 -0
  192. data/spec/cassettes/Octokit_Client_Organizations/_organizations/returns_all_organizations_for_the_authenticated_user.json +1 -0
  193. data/spec/cassettes/Octokit_Client_Organizations/_update_organization/updates_an_organization.json +1 -0
  194. data/spec/cassettes/Octokit_Client_Organizations/methods_that_require_a_new_team/_add_team_member/adds_a_team_member.json +1 -0
  195. data/spec/cassettes/Octokit_Client_Organizations/methods_that_require_a_new_team/_add_team_repository/adds_a_team_repository.json +1 -0
  196. data/spec/cassettes/Octokit_Client_Organizations/methods_that_require_a_new_team/_create_team/creates_a_team.json +1 -0
  197. data/spec/cassettes/Octokit_Client_Organizations/methods_that_require_a_new_team/_delete_team/deletes_a_team.json +1 -0
  198. data/spec/cassettes/Octokit_Client_Organizations/methods_that_require_a_new_team/_publicize_membership/publicizes_membership.json +1 -0
  199. data/spec/cassettes/Octokit_Client_Organizations/methods_that_require_a_new_team/_remove_team_member/removes_a_team_member.json +1 -0
  200. data/spec/cassettes/Octokit_Client_Organizations/methods_that_require_a_new_team/_remove_team_repository/removes_a_team_repository.json +1 -0
  201. data/spec/cassettes/Octokit_Client_Organizations/methods_that_require_a_new_team/_team/returns_a_team.json +1 -0
  202. data/spec/cassettes/Octokit_Client_Organizations/methods_that_require_a_new_team/_team_member_/checks_if_a_user_is_member_of_a_team.json +1 -0
  203. data/spec/cassettes/Octokit_Client_Organizations/methods_that_require_a_new_team/_team_members/returns_team_members.json +1 -0
  204. data/spec/cassettes/Octokit_Client_Organizations/methods_that_require_a_new_team/_team_repositories/returns_team_repositories.json +1 -0
  205. data/spec/cassettes/Octokit_Client_Organizations/methods_that_require_a_new_team/_unpublicize_membership/unpublicizes_membership.json +1 -0
  206. data/spec/cassettes/Octokit_Client_Organizations/methods_that_require_a_new_team/_update_team/updates_a_team.json +1 -0
  207. data/spec/cassettes/Octokit_Client_PubSubHubbub/_subscribe/raises_an_error_when_topic_is_not_recognized.json +1 -0
  208. data/spec/cassettes/Octokit_Client_PubSubHubbub/_subscribe/subscribes_to_pull_events.json +1 -0
  209. data/spec/cassettes/Octokit_Client_PubSubHubbub/_subscribe_service_hook/subscribes_to_pull_events_on_specified_topic.json +1 -0
  210. data/spec/cassettes/Octokit_Client_PubSubHubbub/_unsubscribe/unsubscribes_from_pull_events.json +1 -0
  211. data/spec/cassettes/Octokit_Client_PubSubHubbub/unsubscribe_service_hook/unsubscribes_to_stop_receiving_events_on_specified_topic.json +1 -0
  212. data/spec/cassettes/Octokit_Client_PullRequests/_create_pull_request_for_issue/creates_a_pull_request_and_attach_it_to_an_existing_issue.json +1 -0
  213. data/spec/cassettes/Octokit_Client_PullRequests/_pull_request_comment/returns_a_comment_on_a_pull_request.json +1 -0
  214. data/spec/cassettes/Octokit_Client_PullRequests/_pull_request_comments/returns_the_comments_for_a_pull_request.json +1 -0
  215. data/spec/cassettes/Octokit_Client_PullRequests/_pull_request_commits/returns_the_commits_for_a_pull_request.json +1 -0
  216. data/spec/cassettes/Octokit_Client_PullRequests/_pull_request_files/lists_files_for_a_pull_request.json +1 -0
  217. data/spec/cassettes/Octokit_Client_PullRequests/_pull_requests/returns_all_pull_requests.json +1 -0
  218. data/spec/cassettes/Octokit_Client_PullRequests/_pull_requests_comments/returns_all_comments_on_all_pull_requests.json +1 -0
  219. data/spec/cassettes/Octokit_Client_PullRequests/methods_that_require_a_new_pull/_close_pull_request/closes_a_pull_request.json +1 -0
  220. data/spec/cassettes/Octokit_Client_PullRequests/methods_that_require_a_new_pull/_create_pull_request/creates_a_pull_request.json +1 -0
  221. data/spec/cassettes/Octokit_Client_PullRequests/methods_that_require_a_new_pull/_merge_pull_request/merges_the_pull_request.json +1 -0
  222. data/spec/cassettes/Octokit_Client_PullRequests/methods_that_require_a_new_pull/_pull_merged_/returns_whether_the_pull_request_has_been_merged.json +1 -0
  223. data/spec/cassettes/Octokit_Client_PullRequests/methods_that_require_a_new_pull/_pull_request/returns_a_pull_request.json +1 -0
  224. data/spec/cassettes/Octokit_Client_PullRequests/methods_that_require_a_new_pull/_update_pull_request/updates_a_pull_request.json +1 -0
  225. data/spec/cassettes/Octokit_Client_PullRequests/methods_that_require_a_new_pull/methods_requiring_a_pull_request_comment/_create_pull_request_comment/creates_a_new_comment_on_a_pull_request.json +1 -0
  226. data/spec/cassettes/Octokit_Client_PullRequests/methods_that_require_a_new_pull/methods_requiring_a_pull_request_comment/_create_pull_request_comment_reply/creates_a_new_reply_to_a_pull_request_comment.json +1 -0
  227. data/spec/cassettes/Octokit_Client_PullRequests/methods_that_require_a_new_pull/methods_requiring_a_pull_request_comment/_delete_pull_request_comment/deletes_a_pull_request_comment.json +1 -0
  228. data/spec/cassettes/Octokit_Client_PullRequests/methods_that_require_a_new_pull/methods_requiring_a_pull_request_comment/_update_pull_request_comment/updates_a_pull_request_comment.json +1 -0
  229. data/spec/cassettes/Octokit_Client_Refs/_ref/returns_a_tags_ref.json +1 -0
  230. data/spec/cassettes/Octokit_Client_Refs/_refs/returns_all_refs.json +1 -0
  231. data/spec/cassettes/Octokit_Client_Refs/_refs/returns_all_tag_refs.json +1 -0
  232. data/spec/cassettes/Octokit_Client_Refs/methods_that_require_a_ref/_create_ref/creates_a_ref.json +1 -0
  233. data/spec/cassettes/Octokit_Client_Refs/methods_that_require_a_ref/_delete_ref/deletes_an_existing_ref.json +1 -0
  234. data/spec/cassettes/Octokit_Client_Refs/methods_that_require_a_ref/_update_ref/updates_a_ref.json +1 -0
  235. data/spec/cassettes/Octokit_Client_Repositories/_all_repositories/returns_all_repositories_on_github.json +1 -0
  236. data/spec/cassettes/Octokit_Client_Repositories/_assignees/lists_all_the_available_assignees_owner_collaborators_.json +1 -0
  237. data/spec/cassettes/Octokit_Client_Repositories/_branches/returns_a_repository_s_branches.json +1 -0
  238. data/spec/cassettes/Octokit_Client_Repositories/_branches/returns_a_single_branch.json +1 -0
  239. data/spec/cassettes/Octokit_Client_Repositories/_check_assignee/checks_to_see_if_a_particular_user_is_an_assignee_for_a_repository.json +1 -0
  240. data/spec/cassettes/Octokit_Client_Repositories/_collaborators/returns_a_repository_s_collaborators.json +1 -0
  241. data/spec/cassettes/Octokit_Client_Repositories/_contributors/returns_repository_contributors.json +1 -0
  242. data/spec/cassettes/Octokit_Client_Repositories/_contributors/returns_repository_contributors_excluding_anonymous.json +1 -0
  243. data/spec/cassettes/Octokit_Client_Repositories/_create_repository/creates_a_repository_for_an_organization.json +1 -0
  244. data/spec/cassettes/Octokit_Client_Repositories/_delete_subscription/returns_true_when_repo_subscription_deleted.json +1 -0
  245. data/spec/cassettes/Octokit_Client_Repositories/_fork/forks_a_repository.json +1 -0
  246. data/spec/cassettes/Octokit_Client_Repositories/_languages/returns_a_repository_s_languages.json +1 -0
  247. data/spec/cassettes/Octokit_Client_Repositories/_network/returns_a_repository_s_network.json +1 -0
  248. data/spec/cassettes/Octokit_Client_Repositories/_repositories/returns_a_user_s_repositories.json +1 -0
  249. data/spec/cassettes/Octokit_Client_Repositories/_repositories/returns_authenticated_user_s_repositories.json +1 -0
  250. data/spec/cassettes/Octokit_Client_Repositories/_repository/returns_the_matching_repository.json +1 -0
  251. data/spec/cassettes/Octokit_Client_Repositories/_repository_/returns_false_if_the_repository_doesn_t_exist.json +1 -0
  252. data/spec/cassettes/Octokit_Client_Repositories/_repository_/returns_true_if_the_repository_exists.json +1 -0
  253. data/spec/cassettes/Octokit_Client_Repositories/_star/stars_a_repository.json +1 -0
  254. data/spec/cassettes/Octokit_Client_Repositories/_stargazers/returns_all_repository_stargazers.json +1 -0
  255. data/spec/cassettes/Octokit_Client_Repositories/_subscribers/lists_all_the_users_watching_the_repository.json +1 -0
  256. data/spec/cassettes/Octokit_Client_Repositories/_subscription/returns_a_repository_subscription.json +1 -0
  257. data/spec/cassettes/Octokit_Client_Repositories/_tags/returns_a_repository_s_tags.json +1 -0
  258. data/spec/cassettes/Octokit_Client_Repositories/_unstar/unstars_a_repository.json +1 -0
  259. data/spec/cassettes/Octokit_Client_Repositories/_unwatch/unwatches_a_repository.json +1 -0
  260. data/spec/cassettes/Octokit_Client_Repositories/_update_subscription/updates_a_repository_subscription.json +1 -0
  261. data/spec/cassettes/Octokit_Client_Repositories/_watch/watches_a_repository.json +1 -0
  262. data/spec/cassettes/Octokit_Client_Repositories/_watchers/returns_all_repository_watchers.json +1 -0
  263. data/spec/cassettes/Octokit_Client_Repositories/methods_that_require_a_new_repo/_add_collaborator/adds_a_repository_collaborators.json +1 -0
  264. data/spec/cassettes/Octokit_Client_Repositories/methods_that_require_a_new_repo/_create_repository/creates_a_repository.json +1 -0
  265. data/spec/cassettes/Octokit_Client_Repositories/methods_that_require_a_new_repo/_delete_repository/deletes_a_repository.json +1 -0
  266. data/spec/cassettes/Octokit_Client_Repositories/methods_that_require_a_new_repo/_deploy_keys/returns_a_repository_s_deploy_keys.json +1 -0
  267. data/spec/cassettes/Octokit_Client_Repositories/methods_that_require_a_new_repo/_hooks/returns_a_repository_s_hooks.json +1 -0
  268. data/spec/cassettes/Octokit_Client_Repositories/methods_that_require_a_new_repo/_remove_collaborator/removes_a_repository_collaborators.json +1 -0
  269. data/spec/cassettes/Octokit_Client_Repositories/methods_that_require_a_new_repo/_repository_teams/returns_all_repository_teams.json +1 -0
  270. data/spec/cassettes/Octokit_Client_Repositories/methods_that_require_a_new_repo/_update_repository/updates_the_matching_repository.json +1 -0
  271. data/spec/cassettes/Octokit_Client_Repositories/methods_that_require_a_new_repo/methods_requiring_an_existing_deploy_key/_add_deploy_key/adds_a_repository_deploy_keys.json +1 -0
  272. data/spec/cassettes/Octokit_Client_Repositories/methods_that_require_a_new_repo/methods_that_need_an_existing_hook/_create_hook/creates_a_hook.json +1 -0
  273. data/spec/cassettes/Octokit_Client_Repositories/methods_that_require_a_new_repo/methods_that_need_an_existing_hook/_edit_hook/edits_a_hook.json +1 -0
  274. data/spec/cassettes/Octokit_Client_Repositories/methods_that_require_a_new_repo/methods_that_need_an_existing_hook/_hook/returns_a_repository_s_single_hook.json +1 -0
  275. data/spec/cassettes/Octokit_Client_Repositories/methods_that_require_a_new_repo/methods_that_need_an_existing_hook/_remove_hook/removes_a_hook.json +1 -0
  276. data/spec/cassettes/Octokit_Client_Repositories/methods_that_require_a_new_repo/methods_that_need_an_existing_hook/_test_hook/tests_a_hook.json +1 -0
  277. data/spec/cassettes/Octokit_Client_Say/_say/returns_an_ASCII_octocat.json +1 -0
  278. data/spec/cassettes/Octokit_Client_Say/_say/returns_an_ASCII_octocat_with_custom_text.json +1 -0
  279. data/spec/cassettes/Octokit_Client_ServiceStatus/_github_status/returns_the_current_system_status.json +1 -0
  280. data/spec/cassettes/Octokit_Client_ServiceStatus/_github_status/returns_the_most_recent_status_messages.json +1 -0
  281. data/spec/cassettes/Octokit_Client_ServiceStatus/_github_status_last_message/returns_the_last_human_message.json +1 -0
  282. data/spec/cassettes/Octokit_Client_Stats/_code_frequency_stats/returns_the_code_frequency_stats.json +1 -0
  283. data/spec/cassettes/Octokit_Client_Stats/_commit_activity_stats/returns_the_commit_activity_stats.json +1 -0
  284. data/spec/cassettes/Octokit_Client_Stats/_contributors_stats/returns_contributors_and_their_contribution_stats.json +1 -0
  285. data/spec/cassettes/Octokit_Client_Stats/_participation_stats/returns_the_owner_and_contributor_participation_stats.json +1 -0
  286. data/spec/cassettes/Octokit_Client_Stats/_punch_card_stats/returns_commit_count_by_hour_punch_card_stats.json +1 -0
  287. data/spec/cassettes/Octokit_Client_Statuses/_create_status/creates_status.json +1 -0
  288. data/spec/cassettes/Octokit_Client_Statuses/_statuses/lists_commit_statuses.json +1 -0
  289. data/spec/cassettes/Octokit_Client_Users/_add_email/adds_an_email_address.json +1 -0
  290. data/spec/cassettes/Octokit_Client_Users/_all_users/returns_all_GitHub_users.json +1 -0
  291. data/spec/cassettes/Octokit_Client_Users/_emails/returns_email_addresses.json +1 -0
  292. data/spec/cassettes/Octokit_Client_Users/_follow/follows_a_user.json +1 -0
  293. data/spec/cassettes/Octokit_Client_Users/_followers/returns_followers_for_a_user.json +1 -0
  294. data/spec/cassettes/Octokit_Client_Users/_followers/returns_the_authenticated_user_s_followers.json +1 -0
  295. data/spec/cassettes/Octokit_Client_Users/_following/returns_following_for_a_user.json +1 -0
  296. data/spec/cassettes/Octokit_Client_Users/_following/returns_the_authenticated_user_s_following.json +1 -0
  297. data/spec/cassettes/Octokit_Client_Users/_follows_/checks_if_the_authenticated_user_follows_another.json +1 -0
  298. data/spec/cassettes/Octokit_Client_Users/_keys/returns_public_keys_for_the_authenticated_user.json +1 -0
  299. data/spec/cassettes/Octokit_Client_Users/_remove_email/removes_an_email_address.json +1 -0
  300. data/spec/cassettes/Octokit_Client_Users/_starred/returns_starred_repositories_for_a_user.json +1 -0
  301. data/spec/cassettes/Octokit_Client_Users/_starred/returns_starred_repositories_for_the_authenticated_user.json +1 -0
  302. data/spec/cassettes/Octokit_Client_Users/_starred_/checks_if_the_authenticated_user_has_starred_a_repository.json +1 -0
  303. data/spec/cassettes/Octokit_Client_Users/_subscriptions/returns_the_repositories_a_user_watches_for_notifications.json +1 -0
  304. data/spec/cassettes/Octokit_Client_Users/_subscriptions/returns_the_repositories_the_authenticated_user_watches_for_notifications.json +1 -0
  305. data/spec/cassettes/Octokit_Client_Users/_unfollow/unfollows_a_user.json +1 -0
  306. data/spec/cassettes/Octokit_Client_Users/_update_user/updates_a_user_profile.json +1 -0
  307. data/spec/cassettes/Octokit_Client_Users/_user/returns_a_user.json +1 -0
  308. data/spec/cassettes/Octokit_Client_Users/_user/returns_the_authenticated_user.json +1 -0
  309. data/spec/cassettes/Octokit_Client_Users/_user_keys/returns_public_keys_for_another_user.json +1 -0
  310. data/spec/cassettes/Octokit_Client_Users/_validate_credentials/validates_username_and_password.json +1 -0
  311. data/spec/cassettes/Octokit_Client_Users/methods_requiring_an_existing_public_key/_add_key/adds_a_public_key.json +1 -0
  312. data/spec/cassettes/Octokit_Client_Users/methods_requiring_an_existing_public_key/_key/returns_a_public_key.json +1 -0
  313. data/spec/cassettes/Octokit_Client_Users/methods_requiring_an_existing_public_key/_remove_key/removes_a_public_key.json +1 -0
  314. data/spec/cassettes/Octokit_Client_Users/methods_requiring_an_existing_public_key/_update_key/updates_a_public_key.json +1 -0
  315. data/spec/cassettes/delete_authorization.json +1 -0
  316. data/spec/cassettes/rate_limit.json +1 -0
  317. data/spec/cassettes/root.json +1 -0
  318. data/spec/fixtures/user.json +29 -18
  319. data/spec/fixtures/{user_token.json → web_flow_token.json} +0 -0
  320. data/spec/helper.rb +49 -22
  321. data/spec/octokit/client/authorizations_spec.rb +69 -80
  322. data/spec/octokit/client/commit_comments_spec.rb +62 -0
  323. data/spec/octokit/client/commits_spec.rb +93 -226
  324. data/spec/octokit/client/contents_spec.rb +64 -119
  325. data/spec/octokit/client/downloads_spec.rb +34 -38
  326. data/spec/octokit/client/emojis_spec.rb +5 -11
  327. data/spec/octokit/client/events_spec.rb +67 -51
  328. data/spec/octokit/client/gists_spec.rb +148 -142
  329. data/spec/octokit/client/gitignore_spec.rb +11 -14
  330. data/spec/octokit/client/issues_spec.rb +129 -161
  331. data/spec/octokit/client/labels_spec.rb +81 -114
  332. data/spec/octokit/client/legacy_search_spec.rb +42 -0
  333. data/spec/octokit/client/markdown_spec.rb +9 -12
  334. data/spec/octokit/client/meta_spec.rb +14 -0
  335. data/spec/octokit/client/milestones_spec.rb +40 -48
  336. data/spec/octokit/client/notifications_spec.rb +57 -113
  337. data/spec/octokit/client/objects_spec.rb +36 -74
  338. data/spec/octokit/client/organizations_spec.rb +140 -262
  339. data/spec/octokit/client/pub_sub_hubbub_spec.rb +58 -49
  340. data/spec/octokit/client/pull_requests_spec.rb +186 -0
  341. data/spec/octokit/client/rate_limit_spec.rb +40 -0
  342. data/spec/octokit/client/refs_spec.rb +47 -56
  343. data/spec/octokit/client/repositories_spec.rb +301 -438
  344. data/spec/octokit/client/say_spec.rb +8 -22
  345. data/spec/octokit/client/service_status_spec.rb +37 -0
  346. data/spec/octokit/client/stats_spec.rb +82 -32
  347. data/spec/octokit/client/statuses_spec.rb +11 -51
  348. data/spec/octokit/client/users_spec.rb +144 -348
  349. data/spec/octokit/client_spec.rb +345 -195
  350. data/spec/octokit/rate_limit_spec.rb +25 -0
  351. data/spec/octokit_spec.rb +31 -15
  352. metadata +585 -387
  353. data/lib/faraday/response/raise_octokit_error.rb +0 -25
  354. data/lib/octokit/client/github.rb +0 -19
  355. data/lib/octokit/client/pub_sub_hubbub/service_hooks.rb +0 -37
  356. data/lib/octokit/configuration.rb +0 -77
  357. data/lib/octokit/connection.rb +0 -53
  358. data/lib/octokit/request.rb +0 -110
  359. data/spec/faraday/response_spec.rb +0 -63
  360. data/spec/fixtures/all_repositories.json +0 -122
  361. data/spec/fixtures/all_users.json +0 -34
  362. data/spec/fixtures/authorization.json +0 -16
  363. data/spec/fixtures/authorizations.json +0 -66
  364. data/spec/fixtures/blob.json +0 -7
  365. data/spec/fixtures/blob_create.json +0 -3
  366. data/spec/fixtures/branches.json +0 -16
  367. data/spec/fixtures/code_frequency_stats.json +0 -897
  368. data/spec/fixtures/collaborators.json +0 -62
  369. data/spec/fixtures/comment.json +0 -14
  370. data/spec/fixtures/comments.json +0 -44
  371. data/spec/fixtures/commit.json +0 -50
  372. data/spec/fixtures/commit_activity_stats.json +0 -678
  373. data/spec/fixtures/commit_comment.json +0 -19
  374. data/spec/fixtures/commit_comment_create.json +0 -19
  375. data/spec/fixtures/commit_comment_update.json +0 -19
  376. data/spec/fixtures/commit_comments.json +0 -78
  377. data/spec/fixtures/commit_create.json +0 -25
  378. data/spec/fixtures/commits.json +0 -1414
  379. data/spec/fixtures/compare.json +0 -98
  380. data/spec/fixtures/contents.json +0 -14
  381. data/spec/fixtures/contributor_stats.json +0 -2196
  382. data/spec/fixtures/contributors.json +0 -891
  383. data/spec/fixtures/create_content.json +0 -44
  384. data/spec/fixtures/delete_content.json +0 -30
  385. data/spec/fixtures/download.json +0 -11
  386. data/spec/fixtures/download_create.json +0 -21
  387. data/spec/fixtures/downloads.json +0 -35
  388. data/spec/fixtures/emails.json +0 -4
  389. data/spec/fixtures/emojis.json +0 -500
  390. data/spec/fixtures/followers.json +0 -212
  391. data/spec/fixtures/following.json +0 -209
  392. data/spec/fixtures/forks.json +0 -872
  393. data/spec/fixtures/gist.json +0 -51
  394. data/spec/fixtures/gist_comment.json +0 -19
  395. data/spec/fixtures/gist_comment_create.json +0 -19
  396. data/spec/fixtures/gist_comment_update.json +0 -19
  397. data/spec/fixtures/gist_comments.json +0 -40
  398. data/spec/fixtures/gists.json +0 -548
  399. data/spec/fixtures/github_meta.json +0 -9
  400. data/spec/fixtures/github_status.json +0 -4
  401. data/spec/fixtures/github_status_last_message.json +0 -5
  402. data/spec/fixtures/github_status_messages.json +0 -12
  403. data/spec/fixtures/gitignore_template_ruby.json +0 -4
  404. data/spec/fixtures/gitignore_templates.json +0 -78
  405. data/spec/fixtures/hook.json +0 -18
  406. data/spec/fixtures/hooks.json +0 -70
  407. data/spec/fixtures/issue.json +0 -35
  408. data/spec/fixtures/issue_closed.json +0 -35
  409. data/spec/fixtures/issue_event.json +0 -42
  410. data/spec/fixtures/issue_events.json +0 -72
  411. data/spec/fixtures/issue_full.json +0 -38
  412. data/spec/fixtures/issues.json +0 -1562
  413. data/spec/fixtures/label.json +0 -5
  414. data/spec/fixtures/labels.json +0 -17
  415. data/spec/fixtures/languages.json +0 -5
  416. data/spec/fixtures/legacy/issues.json +0 -49
  417. data/spec/fixtures/legacy/repositories.json +0 -173
  418. data/spec/fixtures/legacy/users.json +0 -24
  419. data/spec/fixtures/list_commit_comments.json +0 -572
  420. data/spec/fixtures/markdown_gfm +0 -1
  421. data/spec/fixtures/merge.json +0 -47
  422. data/spec/fixtures/milestone.json +0 -11
  423. data/spec/fixtures/milestones.json +0 -28
  424. data/spec/fixtures/not_found.json +0 -3
  425. data/spec/fixtures/notification_thread.json +0 -32
  426. data/spec/fixtures/notifications.json +0 -32
  427. data/spec/fixtures/org_issues.json +0 -710
  428. data/spec/fixtures/organization-repositories.json +0 -4292
  429. data/spec/fixtures/organization-repository.json +0 -42
  430. data/spec/fixtures/organization.json +0 -18
  431. data/spec/fixtures/organization_events.json +0 -61
  432. data/spec/fixtures/organization_members.json +0 -576
  433. data/spec/fixtures/organization_public_events.json +0 -61
  434. data/spec/fixtures/organization_team_members.json +0 -16
  435. data/spec/fixtures/organization_team_repos.json +0 -62
  436. data/spec/fixtures/organizations.json +0 -44
  437. data/spec/fixtures/participation_stats.json +0 -110
  438. data/spec/fixtures/public_events.json +0 -1104
  439. data/spec/fixtures/public_gists.json +0 -968
  440. data/spec/fixtures/public_key.json +0 -5
  441. data/spec/fixtures/public_key_update.json +0 -5
  442. data/spec/fixtures/public_keys.json +0 -7
  443. data/spec/fixtures/pull_created.json +0 -138
  444. data/spec/fixtures/pull_request.json +0 -138
  445. data/spec/fixtures/pull_request_comment.json +0 -35
  446. data/spec/fixtures/pull_request_comment_create.json +0 -35
  447. data/spec/fixtures/pull_request_comment_reply.json +0 -35
  448. data/spec/fixtures/pull_request_comment_update.json +0 -35
  449. data/spec/fixtures/pull_request_comments.json +0 -35
  450. data/spec/fixtures/pull_request_commits.json +0 -45
  451. data/spec/fixtures/pull_request_files.json +0 -35
  452. data/spec/fixtures/pull_request_merged.json +0 -5
  453. data/spec/fixtures/pull_requests.json +0 -187
  454. data/spec/fixtures/pull_requests_comments.json +0 -82
  455. data/spec/fixtures/pull_update.json +0 -138
  456. data/spec/fixtures/punch_card_stats.json +0 -842
  457. data/spec/fixtures/readme.json +0 -14
  458. data/spec/fixtures/ref.json +0 -9
  459. data/spec/fixtures/ref_create.json +0 -29
  460. data/spec/fixtures/ref_update.json +0 -11
  461. data/spec/fixtures/refs.json +0 -38
  462. data/spec/fixtures/refs_tags.json +0 -29
  463. data/spec/fixtures/repo_assignees.json +0 -30
  464. data/spec/fixtures/repo_events.json +0 -1652
  465. data/spec/fixtures/repo_issues_events.json +0 -128
  466. data/spec/fixtures/repositories.json +0 -872
  467. data/spec/fixtures/repository.json +0 -34
  468. data/spec/fixtures/repository_issues_comments.json +0 -52
  469. data/spec/fixtures/repository_network_events.json +0 -155
  470. data/spec/fixtures/repository_notifications.json +0 -32
  471. data/spec/fixtures/say.txt +0 -22
  472. data/spec/fixtures/say_custom.txt +0 -22
  473. data/spec/fixtures/stargazers.json +0 -212
  474. data/spec/fixtures/starred.json +0 -1114
  475. data/spec/fixtures/starred_gists.json +0 -30
  476. data/spec/fixtures/status.json +0 -16
  477. data/spec/fixtures/statuses.json +0 -34
  478. data/spec/fixtures/subscribers.json +0 -9
  479. data/spec/fixtures/subscription.json +0 -8
  480. data/spec/fixtures/subscription_update.json +0 -8
  481. data/spec/fixtures/subscriptions.json +0 -39
  482. data/spec/fixtures/tag.json +0 -16
  483. data/spec/fixtures/tag_create.json +0 -16
  484. data/spec/fixtures/tags.json +0 -173
  485. data/spec/fixtures/team.json +0 -8
  486. data/spec/fixtures/teams.json +0 -12
  487. data/spec/fixtures/thread_subscription.json +0 -8
  488. data/spec/fixtures/thread_subscription_update.json +0 -8
  489. data/spec/fixtures/tree.json +0 -112
  490. data/spec/fixtures/tree_create.json +0 -14
  491. data/spec/fixtures/update_content.json +0 -44
  492. data/spec/fixtures/user_events.json +0 -101
  493. data/spec/fixtures/user_issues.json +0 -710
  494. data/spec/fixtures/user_performed_public_events.json +0 -78
  495. data/spec/fixtures/user_public_events.json +0 -78
  496. data/spec/fixtures/validation_failed.json +0 -11
  497. data/spec/fixtures/watched.json +0 -1022
  498. data/spec/fixtures/watchers.json +0 -182
  499. data/spec/octokit/client/github_spec.rb +0 -19
  500. data/spec/octokit/client/issue_events_spec.rb +0 -30
  501. data/spec/octokit/client/pub_sub_hubbub/service_hooks_spec.rb +0 -48
  502. data/spec/octokit/client/pulls_spec.rb +0 -210
@@ -1,1114 +0,0 @@
1
- [
2
- {
3
- "watchers_count": 1470,
4
- "created_at": "2007-10-29T14:37:16Z",
5
- "open_issues": 91,
6
- "has_issues": true,
7
- "ssh_url": "git@github.com:mojombo/grit.git",
8
- "html_url": "https://github.com/mojombo/grit",
9
- "owner": {
10
- "avatar_url": "https://secure.gravatar.com/avatar/25c7c18223fb42a4c6ae1c8db6f50f9b?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png",
11
- "gravatar_id": "25c7c18223fb42a4c6ae1c8db6f50f9b",
12
- "id": 1,
13
- "login": "mojombo",
14
- "url": "https://api.github.com/users/mojombo"
15
- },
16
- "open_issues_count": 91,
17
- "clone_url": "https://github.com/mojombo/grit.git",
18
- "pushed_at": "2012-09-04T21:54:09Z",
19
- "forks": 252,
20
- "has_downloads": true,
21
- "updated_at": "2012-09-23T17:27:13Z",
22
- "full_name": "mojombo/grit",
23
- "language": "Ruby",
24
- "size": 2234,
25
- "fork": false,
26
- "homepage": "http://grit.rubyforge.org/",
27
- "name": "grit",
28
- "forks_count": 252,
29
- "has_wiki": true,
30
- "git_url": "git://github.com/mojombo/grit.git",
31
- "private": false,
32
- "id": 1,
33
- "watchers": 1470,
34
- "mirror_url": null,
35
- "description": "Grit gives you object oriented read/write access to Git repositories via Ruby.",
36
- "svn_url": "https://github.com/mojombo/grit",
37
- "url": "https://api.github.com/repos/mojombo/grit"
38
- },
39
- {
40
- "watchers_count": 1483,
41
- "created_at": "2008-01-12T16:46:52Z",
42
- "open_issues": 76,
43
- "has_issues": true,
44
- "ssh_url": "git@github.com:rubinius/rubinius.git",
45
- "html_url": "https://github.com/rubinius/rubinius",
46
- "owner": {
47
- "avatar_url": "https://secure.gravatar.com/avatar/8a664b7c5ca834af3e7e49d3a6160082?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-org-420.png",
48
- "gravatar_id": "8a664b7c5ca834af3e7e49d3a6160082",
49
- "id": 317747,
50
- "login": "rubinius",
51
- "url": "https://api.github.com/users/rubinius"
52
- },
53
- "open_issues_count": 76,
54
- "clone_url": "https://github.com/rubinius/rubinius.git",
55
- "pushed_at": "2012-09-22T12:17:07Z",
56
- "master_branch": "master",
57
- "forks": 375,
58
- "has_downloads": true,
59
- "updated_at": "2012-09-23T18:55:36Z",
60
- "full_name": "rubinius/rubinius",
61
- "language": "Ruby",
62
- "size": 17172,
63
- "fork": false,
64
- "homepage": "http://github.com/rubinius/rubinius",
65
- "name": "rubinius",
66
- "forks_count": 375,
67
- "has_wiki": true,
68
- "git_url": "git://github.com/rubinius/rubinius.git",
69
- "private": false,
70
- "id": 27,
71
- "watchers": 1483,
72
- "mirror_url": null,
73
- "description": "Rubinius, the Ruby Environment",
74
- "svn_url": "https://github.com/rubinius/rubinius",
75
- "url": "https://api.github.com/repos/rubinius/rubinius"
76
- },
77
- {
78
- "watchers_count": 210,
79
- "created_at": "2008-02-09T18:18:23Z",
80
- "open_issues": 6,
81
- "has_issues": true,
82
- "ssh_url": "git@github.com:collectiveidea/tinder.git",
83
- "html_url": "https://github.com/collectiveidea/tinder",
84
- "owner": {
85
- "avatar_url": "https://secure.gravatar.com/avatar/13ff8dc8c2bf2a4752816e1e3f201a05?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-org-420.png",
86
- "gravatar_id": "13ff8dc8c2bf2a4752816e1e3f201a05",
87
- "id": 128,
88
- "login": "collectiveidea",
89
- "url": "https://api.github.com/users/collectiveidea"
90
- },
91
- "open_issues_count": 6,
92
- "clone_url": "https://github.com/collectiveidea/tinder.git",
93
- "pushed_at": "2012-09-07T12:42:02Z",
94
- "forks": 69,
95
- "has_downloads": true,
96
- "updated_at": "2012-09-20T18:56:51Z",
97
- "full_name": "collectiveidea/tinder",
98
- "language": "Ruby",
99
- "size": 188,
100
- "fork": false,
101
- "homepage": "http://tinder.rubyforge.org/",
102
- "name": "tinder",
103
- "forks_count": 69,
104
- "has_wiki": true,
105
- "git_url": "git://github.com/collectiveidea/tinder.git",
106
- "private": false,
107
- "id": 376,
108
- "watchers": 210,
109
- "mirror_url": null,
110
- "description": "Tinder is a Ruby API for interfacing with Campfire, the 37Signals chat application.",
111
- "svn_url": "https://github.com/collectiveidea/tinder",
112
- "url": "https://api.github.com/repos/collectiveidea/tinder"
113
- },
114
- {
115
- "watchers_count": 1843,
116
- "created_at": "2008-02-14T02:20:50Z",
117
- "open_issues": 3,
118
- "has_issues": true,
119
- "ssh_url": "git@github.com:sferik/twitter.git",
120
- "html_url": "https://github.com/sferik/twitter",
121
- "owner": {
122
- "avatar_url": "https://secure.gravatar.com/avatar/1f74b13f1e5c6c69cb5d7fbaabb1e2cb?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png",
123
- "gravatar_id": "1f74b13f1e5c6c69cb5d7fbaabb1e2cb",
124
- "id": 10308,
125
- "login": "sferik",
126
- "url": "https://api.github.com/users/sferik"
127
- },
128
- "open_issues_count": 3,
129
- "clone_url": "https://github.com/sferik/twitter.git",
130
- "pushed_at": "2012-09-18T07:16:57Z",
131
- "forks": 330,
132
- "has_downloads": true,
133
- "updated_at": "2012-09-23T19:10:55Z",
134
- "full_name": "sferik/twitter",
135
- "language": "Ruby",
136
- "size": 476,
137
- "fork": false,
138
- "homepage": "http://rdoc.info/gems/twitter",
139
- "name": "twitter",
140
- "forks_count": 330,
141
- "has_wiki": true,
142
- "git_url": "git://github.com/sferik/twitter.git",
143
- "private": false,
144
- "id": 507,
145
- "watchers": 1843,
146
- "mirror_url": null,
147
- "description": "A Ruby wrapper for the Twitter REST and Search APIs",
148
- "svn_url": "https://github.com/sferik/twitter",
149
- "url": "https://api.github.com/repos/sferik/twitter"
150
- },
151
- {
152
- "watchers_count": 579,
153
- "created_at": "2008-02-26T00:01:52Z",
154
- "open_issues": 43,
155
- "has_issues": true,
156
- "ssh_url": "git@github.com:lsegal/yard.git",
157
- "html_url": "https://github.com/lsegal/yard",
158
- "owner": {
159
- "avatar_url": "https://secure.gravatar.com/avatar/510395998b7e929a8f48dc8cdb087379?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png",
160
- "gravatar_id": "510395998b7e929a8f48dc8cdb087379",
161
- "id": 686,
162
- "login": "lsegal",
163
- "url": "https://api.github.com/users/lsegal"
164
- },
165
- "open_issues_count": 43,
166
- "clone_url": "https://github.com/lsegal/yard.git",
167
- "pushed_at": "2012-08-08T20:22:51Z",
168
- "forks": 92,
169
- "has_downloads": true,
170
- "updated_at": "2012-09-21T00:48:30Z",
171
- "full_name": "lsegal/yard",
172
- "language": "Ruby",
173
- "size": 460,
174
- "fork": false,
175
- "homepage": "http://yardoc.org",
176
- "name": "yard",
177
- "forks_count": 92,
178
- "has_wiki": true,
179
- "git_url": "git://github.com/lsegal/yard.git",
180
- "private": false,
181
- "id": 1252,
182
- "watchers": 579,
183
- "mirror_url": null,
184
- "description": "YARD is a Ruby Documentation tool. The Y stands for \"Yay!\"",
185
- "svn_url": "https://github.com/lsegal/yard",
186
- "url": "https://api.github.com/repos/lsegal/yard"
187
- },
188
- {
189
- "watchers_count": 1746,
190
- "created_at": "2008-02-29T23:32:44Z",
191
- "open_issues": 15,
192
- "has_issues": true,
193
- "ssh_url": "git@github.com:dchelimsky/rspec.git",
194
- "html_url": "https://github.com/dchelimsky/rspec",
195
- "owner": {
196
- "avatar_url": "https://secure.gravatar.com/avatar/5d38ab152e1e3e219512a9859fcd93af?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png",
197
- "gravatar_id": "5d38ab152e1e3e219512a9859fcd93af",
198
- "id": 1075,
199
- "login": "dchelimsky",
200
- "url": "https://api.github.com/users/dchelimsky"
201
- },
202
- "open_issues_count": 15,
203
- "clone_url": "https://github.com/dchelimsky/rspec.git",
204
- "pushed_at": "2012-02-07T13:37:40Z",
205
- "forks": 156,
206
- "has_downloads": true,
207
- "updated_at": "2012-09-23T02:37:49Z",
208
- "full_name": "dchelimsky/rspec",
209
- "language": "Ruby",
210
- "size": 2712,
211
- "fork": false,
212
- "homepage": "http://rspec.info",
213
- "name": "rspec",
214
- "forks_count": 156,
215
- "has_wiki": true,
216
- "git_url": "git://github.com/dchelimsky/rspec.git",
217
- "private": false,
218
- "id": 1932,
219
- "watchers": 1746,
220
- "mirror_url": null,
221
- "description": "Behaviour Driven Development framework for Ruby",
222
- "svn_url": "https://github.com/dchelimsky/rspec",
223
- "url": "https://api.github.com/repos/dchelimsky/rspec"
224
- },
225
- {
226
- "watchers_count": 1078,
227
- "created_at": "2008-03-02T06:22:30Z",
228
- "open_issues": 5,
229
- "has_issues": true,
230
- "ssh_url": "git@github.com:Caged/gitnub.git",
231
- "html_url": "https://github.com/Caged/gitnub",
232
- "owner": {
233
- "avatar_url": "https://secure.gravatar.com/avatar/97c3a8eea9b7eaa9e1e93ea3cd47399f?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png",
234
- "gravatar_id": "97c3a8eea9b7eaa9e1e93ea3cd47399f",
235
- "id": 25,
236
- "login": "Caged",
237
- "url": "https://api.github.com/users/Caged"
238
- },
239
- "open_issues_count": 5,
240
- "clone_url": "https://github.com/Caged/gitnub.git",
241
- "pushed_at": "2009-12-17T18:42:45Z",
242
- "forks": 31,
243
- "has_downloads": true,
244
- "updated_at": "2012-09-21T21:45:13Z",
245
- "full_name": "Caged/gitnub",
246
- "language": "Ruby",
247
- "size": 3379,
248
- "fork": false,
249
- "homepage": "http://alternateidea.com",
250
- "name": "gitnub",
251
- "forks_count": 31,
252
- "has_wiki": true,
253
- "git_url": "git://github.com/Caged/gitnub.git",
254
- "private": false,
255
- "id": 2090,
256
- "watchers": 1078,
257
- "mirror_url": null,
258
- "description": "A Gitk-like application written in RubyCocoa that looks like it belongs on a Mac. See the wiki for downloads and screenshots.",
259
- "svn_url": "https://github.com/Caged/gitnub",
260
- "url": "https://api.github.com/repos/Caged/gitnub"
261
- },
262
- {
263
- "watchers_count": 204,
264
- "created_at": "2008-03-09T05:37:48Z",
265
- "open_issues": 7,
266
- "has_issues": true,
267
- "ssh_url": "git@github.com:nkallen/arel.git",
268
- "html_url": "https://github.com/nkallen/arel",
269
- "owner": {
270
- "avatar_url": "https://secure.gravatar.com/avatar/2b292377455ec105686730d6aa59c262?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png",
271
- "gravatar_id": "2b292377455ec105686730d6aa59c262",
272
- "id": 699,
273
- "login": "nkallen",
274
- "url": "https://api.github.com/users/nkallen"
275
- },
276
- "open_issues_count": 7,
277
- "clone_url": "https://github.com/nkallen/arel.git",
278
- "pushed_at": "2009-05-21T04:06:11Z",
279
- "forks": 174,
280
- "has_downloads": true,
281
- "updated_at": "2012-09-21T09:46:21Z",
282
- "full_name": "nkallen/arel",
283
- "language": "Ruby",
284
- "size": 856,
285
- "fork": false,
286
- "homepage": "",
287
- "name": "arel",
288
- "forks_count": 174,
289
- "has_wiki": true,
290
- "git_url": "git://github.com/nkallen/arel.git",
291
- "private": false,
292
- "id": 3160,
293
- "watchers": 204,
294
- "mirror_url": null,
295
- "description": "A Relational Algebra",
296
- "svn_url": "https://github.com/nkallen/arel",
297
- "url": "https://api.github.com/repos/nkallen/arel"
298
- },
299
- {
300
- "watchers_count": 137,
301
- "created_at": "2008-03-12T06:09:09Z",
302
- "open_issues": 8,
303
- "has_issues": true,
304
- "ssh_url": "git@github.com:defunkt/cheat.git",
305
- "html_url": "https://github.com/defunkt/cheat",
306
- "owner": {
307
- "avatar_url": "https://secure.gravatar.com/avatar/b8dbb1987e8e5318584865f880036796?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png",
308
- "gravatar_id": "b8dbb1987e8e5318584865f880036796",
309
- "id": 2,
310
- "login": "defunkt",
311
- "url": "https://api.github.com/users/defunkt"
312
- },
313
- "open_issues_count": 8,
314
- "clone_url": "https://github.com/defunkt/cheat.git",
315
- "pushed_at": "2010-07-24T21:08:43Z",
316
- "forks": 34,
317
- "has_downloads": false,
318
- "updated_at": "2012-09-20T04:19:00Z",
319
- "full_name": "defunkt/cheat",
320
- "language": "Ruby",
321
- "size": 488,
322
- "fork": false,
323
- "homepage": "http://cheat.errtheblog.com",
324
- "name": "cheat",
325
- "forks_count": 34,
326
- "has_wiki": false,
327
- "git_url": "git://github.com/defunkt/cheat.git",
328
- "private": false,
329
- "id": 3591,
330
- "watchers": 137,
331
- "mirror_url": null,
332
- "description": "Cheating is fun!",
333
- "svn_url": "https://github.com/defunkt/cheat",
334
- "url": "https://api.github.com/repos/defunkt/cheat"
335
- },
336
- {
337
- "watchers_count": 59,
338
- "created_at": "2008-03-13T17:53:29Z",
339
- "open_issues": 1,
340
- "has_issues": true,
341
- "ssh_url": "git@github.com:al3x/downforeveryoneorjustme.git",
342
- "html_url": "https://github.com/al3x/downforeveryoneorjustme",
343
- "owner": {
344
- "avatar_url": "https://secure.gravatar.com/avatar/3fcb27e39d2ff47357a803e91347fee4?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png",
345
- "gravatar_id": "3fcb27e39d2ff47357a803e91347fee4",
346
- "id": 152,
347
- "login": "al3x",
348
- "url": "https://api.github.com/users/al3x"
349
- },
350
- "open_issues_count": 1,
351
- "clone_url": "https://github.com/al3x/downforeveryoneorjustme.git",
352
- "pushed_at": "2010-01-11T23:09:40Z",
353
- "forks": 8,
354
- "has_downloads": true,
355
- "updated_at": "2012-09-10T04:44:46Z",
356
- "full_name": "al3x/downforeveryoneorjustme",
357
- "language": "Python",
358
- "size": 1126,
359
- "fork": false,
360
- "homepage": "http://downforeveryoneorjustme.com",
361
- "name": "downforeveryoneorjustme",
362
- "forks_count": 8,
363
- "has_wiki": true,
364
- "git_url": "git://github.com/al3x/downforeveryoneorjustme.git",
365
- "private": false,
366
- "id": 3781,
367
- "watchers": 59,
368
- "mirror_url": null,
369
- "description": "Is it down for everyone, or just me?",
370
- "svn_url": "https://github.com/al3x/downforeveryoneorjustme",
371
- "url": "https://api.github.com/repos/al3x/downforeveryoneorjustme"
372
- },
373
- {
374
- "watchers_count": 17,
375
- "created_at": "2008-03-23T01:45:20Z",
376
- "open_issues": 0,
377
- "has_issues": true,
378
- "ssh_url": "git@github.com:nathansobo/hyperarchy.git",
379
- "html_url": "https://github.com/nathansobo/hyperarchy",
380
- "owner": {
381
- "avatar_url": "https://secure.gravatar.com/avatar/bd964c4c26b160867008b423ae92b3e7?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png",
382
- "gravatar_id": "bd964c4c26b160867008b423ae92b3e7",
383
- "id": 1789,
384
- "login": "nathansobo",
385
- "url": "https://api.github.com/users/nathansobo"
386
- },
387
- "open_issues_count": 0,
388
- "clone_url": "https://github.com/nathansobo/hyperarchy.git",
389
- "pushed_at": "2012-09-21T21:59:13Z",
390
- "forks": 3,
391
- "has_downloads": true,
392
- "updated_at": "2012-09-21T21:59:14Z",
393
- "full_name": "nathansobo/hyperarchy",
394
- "language": "Ruby",
395
- "size": 200,
396
- "fork": false,
397
- "homepage": "",
398
- "name": "hyperarchy",
399
- "forks_count": 3,
400
- "has_wiki": true,
401
- "git_url": "git://github.com/nathansobo/hyperarchy.git",
402
- "private": false,
403
- "id": 5018,
404
- "watchers": 17,
405
- "mirror_url": null,
406
- "description": "A ranked-pairs-based collaborative decision making site.",
407
- "svn_url": "https://github.com/nathansobo/hyperarchy",
408
- "url": "https://api.github.com/repos/nathansobo/hyperarchy"
409
- },
410
- {
411
- "watchers_count": 1386,
412
- "created_at": "2008-03-27T23:40:48Z",
413
- "open_issues": 16,
414
- "has_issues": false,
415
- "ssh_url": "git@github.com:FooBarWidget/passenger.git",
416
- "html_url": "https://github.com/FooBarWidget/passenger",
417
- "owner": {
418
- "avatar_url": "https://secure.gravatar.com/avatar/02f0ee0da223f90bb9996ef252e528c1?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png",
419
- "gravatar_id": "02f0ee0da223f90bb9996ef252e528c1",
420
- "id": 819,
421
- "login": "FooBarWidget",
422
- "url": "https://api.github.com/users/FooBarWidget"
423
- },
424
- "open_issues_count": 16,
425
- "clone_url": "https://github.com/FooBarWidget/passenger.git",
426
- "pushed_at": "2012-09-23T11:01:35Z",
427
- "forks": 186,
428
- "has_downloads": false,
429
- "updated_at": "2012-09-23T11:01:42Z",
430
- "full_name": "FooBarWidget/passenger",
431
- "language": "C++",
432
- "size": 988,
433
- "fork": false,
434
- "homepage": "http://www.modrails.com/",
435
- "name": "passenger",
436
- "forks_count": 186,
437
- "has_wiki": true,
438
- "git_url": "git://github.com/FooBarWidget/passenger.git",
439
- "private": false,
440
- "id": 5625,
441
- "watchers": 1386,
442
- "mirror_url": null,
443
- "description": "Phusion Passenger (mod_rails)",
444
- "svn_url": "https://github.com/FooBarWidget/passenger",
445
- "url": "https://api.github.com/repos/FooBarWidget/passenger"
446
- },
447
- {
448
- "watchers_count": 18,
449
- "created_at": "2008-04-01T22:17:38Z",
450
- "open_issues": 0,
451
- "has_issues": false,
452
- "ssh_url": "git@github.com:pezra/resourceful.git",
453
- "html_url": "https://github.com/pezra/resourceful",
454
- "owner": {
455
- "avatar_url": "https://secure.gravatar.com/avatar/f38112009dc16547051c8ac246cee443?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png",
456
- "gravatar_id": "f38112009dc16547051c8ac246cee443",
457
- "id": 4122,
458
- "login": "pezra",
459
- "url": "https://api.github.com/users/pezra"
460
- },
461
- "open_issues_count": 0,
462
- "clone_url": "https://github.com/pezra/resourceful.git",
463
- "pushed_at": "2011-05-26T17:12:01Z",
464
- "forks": 10,
465
- "has_downloads": false,
466
- "updated_at": "2012-09-14T18:13:45Z",
467
- "full_name": "pezra/resourceful",
468
- "language": "Ruby",
469
- "size": 348,
470
- "fork": false,
471
- "homepage": "http://absolute-performance.com/open-source/resourceful",
472
- "name": "resourceful",
473
- "forks_count": 10,
474
- "has_wiki": false,
475
- "git_url": "git://github.com/pezra/resourceful.git",
476
- "private": false,
477
- "id": 6181,
478
- "watchers": 18,
479
- "mirror_url": null,
480
- "description": "The canonical version of Resourceful is /paul/resourceful now. An HTTP library for Ruby that takes advantage of everything HTTP has to offer.",
481
- "svn_url": "https://github.com/pezra/resourceful",
482
- "url": "https://api.github.com/repos/pezra/resourceful"
483
- },
484
- {
485
- "watchers_count": 16054,
486
- "created_at": "2008-04-11T02:19:47Z",
487
- "open_issues": 397,
488
- "has_issues": true,
489
- "ssh_url": "git@github.com:rails/rails.git",
490
- "html_url": "https://github.com/rails/rails",
491
- "owner": {
492
- "avatar_url": "https://secure.gravatar.com/avatar/30f39a09e233e8369dddf6feb4be0308?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-org-420.png",
493
- "gravatar_id": "30f39a09e233e8369dddf6feb4be0308",
494
- "id": 4223,
495
- "login": "rails",
496
- "url": "https://api.github.com/users/rails"
497
- },
498
- "open_issues_count": 397,
499
- "clone_url": "https://github.com/rails/rails.git",
500
- "pushed_at": "2012-09-23T16:45:33Z",
501
- "forks": 3920,
502
- "has_downloads": true,
503
- "updated_at": "2012-09-23T19:30:33Z",
504
- "full_name": "rails/rails",
505
- "language": "Ruby",
506
- "size": 83488,
507
- "fork": false,
508
- "homepage": "http://rubyonrails.org",
509
- "name": "rails",
510
- "forks_count": 3920,
511
- "has_wiki": false,
512
- "git_url": "git://github.com/rails/rails.git",
513
- "private": false,
514
- "id": 8514,
515
- "watchers": 16054,
516
- "mirror_url": null,
517
- "description": "Ruby on Rails",
518
- "svn_url": "https://github.com/rails/rails",
519
- "url": "https://api.github.com/repos/rails/rails"
520
- },
521
- {
522
- "watchers_count": 876,
523
- "created_at": "2008-04-17T22:59:41Z",
524
- "open_issues": 40,
525
- "has_issues": true,
526
- "ssh_url": "git@github.com:fesplugas/typus.git",
527
- "html_url": "https://github.com/fesplugas/typus",
528
- "owner": {
529
- "avatar_url": "https://secure.gravatar.com/avatar/663b9f140ec3c343f75102499cdcece9?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png",
530
- "gravatar_id": "663b9f140ec3c343f75102499cdcece9",
531
- "id": 2720,
532
- "login": "fesplugas",
533
- "url": "https://api.github.com/users/fesplugas"
534
- },
535
- "open_issues_count": 40,
536
- "clone_url": "https://github.com/fesplugas/typus.git",
537
- "pushed_at": "2012-09-18T18:00:56Z",
538
- "master_branch": "master",
539
- "forks": 181,
540
- "has_downloads": true,
541
- "updated_at": "2012-09-22T14:32:46Z",
542
- "full_name": "fesplugas/typus",
543
- "language": "Ruby",
544
- "size": 731,
545
- "fork": false,
546
- "homepage": "http:/www.typuscmf.com/",
547
- "name": "typus",
548
- "forks_count": 181,
549
- "has_wiki": false,
550
- "git_url": "git://github.com/fesplugas/typus.git",
551
- "private": false,
552
- "id": 10731,
553
- "watchers": 876,
554
- "mirror_url": null,
555
- "description": "Ruby on Rails Admin Panel (Engine) to allow trusted users edit structured content.",
556
- "svn_url": "https://github.com/fesplugas/typus",
557
- "url": "https://api.github.com/repos/fesplugas/typus"
558
- },
559
- {
560
- "watchers_count": 754,
561
- "created_at": "2008-05-02T10:37:07Z",
562
- "open_issues": 3,
563
- "has_issues": false,
564
- "ssh_url": "git@github.com:lifo/docrails.git",
565
- "html_url": "https://github.com/lifo/docrails",
566
- "owner": {
567
- "avatar_url": "https://secure.gravatar.com/avatar/a05834e9b5954947eb0ba3b570c47d5e?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png",
568
- "gravatar_id": "a05834e9b5954947eb0ba3b570c47d5e",
569
- "id": 91,
570
- "login": "lifo",
571
- "url": "https://api.github.com/users/lifo"
572
- },
573
- "open_issues_count": 3,
574
- "clone_url": "https://github.com/lifo/docrails.git",
575
- "pushed_at": "2012-09-23T10:10:26Z",
576
- "forks": 327,
577
- "has_downloads": true,
578
- "updated_at": "2012-09-23T13:13:15Z",
579
- "full_name": "lifo/docrails",
580
- "language": "Ruby",
581
- "size": 24344,
582
- "fork": false,
583
- "homepage": "http://weblog.rubyonrails.org/2012/3/7/what-is-docrails",
584
- "name": "docrails",
585
- "forks_count": 327,
586
- "has_wiki": true,
587
- "git_url": "git://github.com/lifo/docrails.git",
588
- "private": false,
589
- "id": 13992,
590
- "watchers": 754,
591
- "mirror_url": null,
592
- "description": "PLEASE CHECK http://github.com/lifo/docrails/wikis",
593
- "svn_url": "https://github.com/lifo/docrails",
594
- "url": "https://api.github.com/repos/lifo/docrails"
595
- },
596
- {
597
- "watchers_count": 69,
598
- "created_at": "2008-05-03T00:21:52Z",
599
- "open_issues": 5,
600
- "has_issues": true,
601
- "ssh_url": "git@github.com:jmhodges/rchardet.git",
602
- "html_url": "https://github.com/jmhodges/rchardet",
603
- "owner": {
604
- "avatar_url": "https://secure.gravatar.com/avatar/c14d59affdf66fae5a925ee7df2de11a?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png",
605
- "gravatar_id": "c14d59affdf66fae5a925ee7df2de11a",
606
- "id": 598,
607
- "login": "jmhodges",
608
- "url": "https://api.github.com/users/jmhodges"
609
- },
610
- "open_issues_count": 5,
611
- "clone_url": "https://github.com/jmhodges/rchardet.git",
612
- "pushed_at": "2009-09-10T02:55:13Z",
613
- "forks": 30,
614
- "has_downloads": true,
615
- "updated_at": "2012-09-10T04:47:21Z",
616
- "full_name": "jmhodges/rchardet",
617
- "language": "Ruby",
618
- "size": 240,
619
- "fork": false,
620
- "homepage": "http://rubyforge.org/projects/rchardet",
621
- "name": "rchardet",
622
- "forks_count": 30,
623
- "has_wiki": true,
624
- "git_url": "git://github.com/jmhodges/rchardet.git",
625
- "private": false,
626
- "id": 14154,
627
- "watchers": 69,
628
- "mirror_url": null,
629
- "description": "Character encoding auto-detection in Ruby. As smart as your browser. Open source.",
630
- "svn_url": "https://github.com/jmhodges/rchardet",
631
- "url": "https://api.github.com/repos/jmhodges/rchardet"
632
- },
633
- {
634
- "watchers_count": 1329,
635
- "created_at": "2008-05-07T20:07:31Z",
636
- "open_issues": 59,
637
- "has_issues": true,
638
- "ssh_url": "git@github.com:wycats/thor.git",
639
- "html_url": "https://github.com/wycats/thor",
640
- "owner": {
641
- "avatar_url": "https://secure.gravatar.com/avatar/428167a3ec72235ba971162924492609?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png",
642
- "gravatar_id": "428167a3ec72235ba971162924492609",
643
- "id": 4,
644
- "login": "wycats",
645
- "url": "https://api.github.com/users/wycats"
646
- },
647
- "open_issues_count": 59,
648
- "clone_url": "https://github.com/wycats/thor.git",
649
- "pushed_at": "2012-09-21T01:44:46Z",
650
- "forks": 157,
651
- "has_downloads": true,
652
- "updated_at": "2012-09-23T01:51:43Z",
653
- "full_name": "wycats/thor",
654
- "language": "Ruby",
655
- "size": 248,
656
- "fork": false,
657
- "homepage": "http://www.yehudakatz.com",
658
- "name": "thor",
659
- "forks_count": 157,
660
- "has_wiki": true,
661
- "git_url": "git://github.com/wycats/thor.git",
662
- "private": false,
663
- "id": 15257,
664
- "watchers": 1329,
665
- "mirror_url": null,
666
- "description": "A scripting framework that replaces rake and sake",
667
- "svn_url": "https://github.com/wycats/thor",
668
- "url": "https://api.github.com/repos/wycats/thor"
669
- },
670
- {
671
- "watchers_count": 71,
672
- "created_at": "2008-05-09T16:00:36Z",
673
- "open_issues": 2,
674
- "has_issues": true,
675
- "ssh_url": "git@github.com:paul/resourceful.git",
676
- "html_url": "https://github.com/paul/resourceful",
677
- "owner": {
678
- "avatar_url": "https://secure.gravatar.com/avatar/d587890d0fcf8f45724baa8b1bfe1bf4?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png",
679
- "gravatar_id": "d587890d0fcf8f45724baa8b1bfe1bf4",
680
- "id": 184,
681
- "login": "paul",
682
- "url": "https://api.github.com/users/paul"
683
- },
684
- "open_issues_count": 2,
685
- "clone_url": "https://github.com/paul/resourceful.git",
686
- "pushed_at": "2011-05-26T17:34:45Z",
687
- "forks": 6,
688
- "has_downloads": true,
689
- "updated_at": "2012-09-19T18:16:22Z",
690
- "full_name": "paul/resourceful",
691
- "language": "Ruby",
692
- "size": 408,
693
- "fork": true,
694
- "homepage": "",
695
- "name": "resourceful",
696
- "forks_count": 6,
697
- "has_wiki": true,
698
- "git_url": "git://github.com/paul/resourceful.git",
699
- "private": false,
700
- "id": 15645,
701
- "watchers": 71,
702
- "mirror_url": null,
703
- "description": "An HTTP library for Ruby that takes advantage of everything HTTP has to offer.",
704
- "svn_url": "https://github.com/paul/resourceful",
705
- "url": "https://api.github.com/repos/paul/resourceful"
706
- },
707
- {
708
- "watchers_count": 47,
709
- "created_at": "2008-05-24T00:08:20Z",
710
- "open_issues": 4,
711
- "has_issues": true,
712
- "ssh_url": "git@github.com:jnicklas/templater.git",
713
- "html_url": "https://github.com/jnicklas/templater",
714
- "owner": {
715
- "avatar_url": "https://secure.gravatar.com/avatar/6c469749d725177dd2837d806c769cd4?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png",
716
- "gravatar_id": "6c469749d725177dd2837d806c769cd4",
717
- "id": 134,
718
- "login": "jnicklas",
719
- "url": "https://api.github.com/users/jnicklas"
720
- },
721
- "open_issues_count": 4,
722
- "clone_url": "https://github.com/jnicklas/templater.git",
723
- "pushed_at": "2009-08-27T22:04:43Z",
724
- "forks": 6,
725
- "has_downloads": true,
726
- "updated_at": "2012-09-10T04:48:33Z",
727
- "full_name": "jnicklas/templater",
728
- "language": "Ruby",
729
- "size": 3072,
730
- "fork": false,
731
- "homepage": "",
732
- "name": "templater",
733
- "forks_count": 6,
734
- "has_wiki": true,
735
- "git_url": "git://github.com/jnicklas/templater.git",
736
- "private": false,
737
- "id": 19280,
738
- "watchers": 47,
739
- "mirror_url": null,
740
- "description": "RubiGen alternative Generator thingy",
741
- "svn_url": "https://github.com/jnicklas/templater",
742
- "url": "https://api.github.com/repos/jnicklas/templater"
743
- },
744
- {
745
- "watchers_count": 473,
746
- "created_at": "2008-05-31T12:06:38Z",
747
- "open_issues": 1,
748
- "has_issues": false,
749
- "ssh_url": "git@github.com:chneukirchen/rack.git",
750
- "html_url": "https://github.com/chneukirchen/rack",
751
- "owner": {
752
- "avatar_url": "https://secure.gravatar.com/avatar/7264fb16beeea92b89bb42023738259d?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png",
753
- "gravatar_id": "7264fb16beeea92b89bb42023738259d",
754
- "id": 139,
755
- "login": "chneukirchen",
756
- "url": "https://api.github.com/users/chneukirchen"
757
- },
758
- "open_issues_count": 1,
759
- "clone_url": "https://github.com/chneukirchen/rack.git",
760
- "pushed_at": "2012-03-15T20:40:17Z",
761
- "forks": 462,
762
- "has_downloads": true,
763
- "updated_at": "2012-09-23T13:53:23Z",
764
- "full_name": "chneukirchen/rack",
765
- "language": "Ruby",
766
- "size": 472,
767
- "fork": false,
768
- "homepage": "http://rack.rubyforge.org/",
769
- "name": "rack",
770
- "forks_count": 462,
771
- "has_wiki": true,
772
- "git_url": "git://github.com/chneukirchen/rack.git",
773
- "private": false,
774
- "id": 20990,
775
- "watchers": 473,
776
- "mirror_url": null,
777
- "description": "a modular Ruby webserver interface | personal fork | PLEASE BRANCH/SEND PULL REQUESTS/FILE BUGS AT rack/rack",
778
- "svn_url": "https://github.com/chneukirchen/rack",
779
- "url": "https://api.github.com/repos/chneukirchen/rack"
780
- },
781
- {
782
- "watchers_count": 26,
783
- "created_at": "2008-06-16T17:49:52Z",
784
- "open_issues": 0,
785
- "has_issues": true,
786
- "ssh_url": "git@github.com:samaaron/monomer.git",
787
- "html_url": "https://github.com/samaaron/monomer",
788
- "owner": {
789
- "avatar_url": "https://secure.gravatar.com/avatar/858b3e3b5d26d7a8652da042f86c5c80?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png",
790
- "gravatar_id": "858b3e3b5d26d7a8652da042f86c5c80",
791
- "id": 369,
792
- "login": "samaaron",
793
- "url": "https://api.github.com/users/samaaron"
794
- },
795
- "open_issues_count": 0,
796
- "clone_url": "https://github.com/samaaron/monomer.git",
797
- "pushed_at": "2008-06-28T23:14:32Z",
798
- "forks": 4,
799
- "has_downloads": true,
800
- "updated_at": "2012-09-10T04:49:59Z",
801
- "full_name": "samaaron/monomer",
802
- "language": "Ruby",
803
- "size": 772,
804
- "fork": false,
805
- "homepage": "http://docs.monome.org/doku.php?id=app:monomer",
806
- "name": "monomer",
807
- "forks_count": 4,
808
- "has_wiki": true,
809
- "git_url": "git://github.com/samaaron/monomer.git",
810
- "private": false,
811
- "id": 25770,
812
- "watchers": 26,
813
- "mirror_url": null,
814
- "description": "A Ruby library (and sample apps) for playing with a monome (http://monome.org)",
815
- "svn_url": "https://github.com/samaaron/monomer",
816
- "url": "https://api.github.com/repos/samaaron/monomer"
817
- },
818
- {
819
- "watchers_count": 391,
820
- "created_at": "2008-07-13T09:27:40Z",
821
- "open_issues": 14,
822
- "has_issues": true,
823
- "ssh_url": "git@github.com:Fudge/gltail.git",
824
- "html_url": "https://github.com/Fudge/gltail",
825
- "owner": {
826
- "avatar_url": "https://secure.gravatar.com/avatar/68cc0d50a7daceeebc83dabd8293bbf9?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png",
827
- "gravatar_id": "68cc0d50a7daceeebc83dabd8293bbf9",
828
- "id": 2175,
829
- "login": "Fudge",
830
- "url": "https://api.github.com/users/Fudge"
831
- },
832
- "open_issues_count": 14,
833
- "clone_url": "https://github.com/Fudge/gltail.git",
834
- "pushed_at": "2012-05-10T17:07:12Z",
835
- "forks": 50,
836
- "has_downloads": true,
837
- "updated_at": "2012-09-21T23:33:02Z",
838
- "full_name": "Fudge/gltail",
839
- "language": "Ruby",
840
- "size": 288,
841
- "fork": false,
842
- "homepage": "http://www.fudgie.org",
843
- "name": "gltail",
844
- "forks_count": 50,
845
- "has_wiki": true,
846
- "git_url": "git://github.com/Fudge/gltail.git",
847
- "private": false,
848
- "id": 33714,
849
- "watchers": 391,
850
- "mirror_url": null,
851
- "description": "Real-time visualization of server traffic, events and statistics with Ruby, SSH and OpenGL",
852
- "svn_url": "https://github.com/Fudge/gltail",
853
- "url": "https://api.github.com/repos/Fudge/gltail"
854
- },
855
- {
856
- "watchers_count": 1572,
857
- "created_at": "2008-07-28T20:55:11Z",
858
- "open_issues": 12,
859
- "has_issues": true,
860
- "ssh_url": "git@github.com:jnunemaker/httparty.git",
861
- "html_url": "https://github.com/jnunemaker/httparty",
862
- "owner": {
863
- "avatar_url": "https://secure.gravatar.com/avatar/3783e88128f2773aa70a8f925d5f795d?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png",
864
- "gravatar_id": "3783e88128f2773aa70a8f925d5f795d",
865
- "id": 235,
866
- "login": "jnunemaker",
867
- "url": "https://api.github.com/users/jnunemaker"
868
- },
869
- "open_issues_count": 12,
870
- "clone_url": "https://github.com/jnunemaker/httparty.git",
871
- "pushed_at": "2012-09-07T18:03:50Z",
872
- "forks": 241,
873
- "has_downloads": true,
874
- "updated_at": "2012-09-23T20:12:29Z",
875
- "full_name": "jnunemaker/httparty",
876
- "language": "Ruby",
877
- "size": 264,
878
- "fork": false,
879
- "homepage": "http://jnunemaker.github.com/httparty",
880
- "name": "httparty",
881
- "forks_count": 241,
882
- "has_wiki": true,
883
- "git_url": "git://github.com/jnunemaker/httparty.git",
884
- "private": false,
885
- "id": 37997,
886
- "watchers": 1572,
887
- "mirror_url": null,
888
- "description": "Makes http fun again!",
889
- "svn_url": "https://github.com/jnunemaker/httparty",
890
- "url": "https://api.github.com/repos/jnunemaker/httparty"
891
- },
892
- {
893
- "watchers_count": 1336,
894
- "created_at": "2008-08-25T05:23:31Z",
895
- "open_issues": 117,
896
- "has_issues": true,
897
- "ssh_url": "git@github.com:binarylogic/searchlogic.git",
898
- "html_url": "https://github.com/binarylogic/searchlogic",
899
- "owner": {
900
- "avatar_url": "https://secure.gravatar.com/avatar/824ef1f89fa8b34d257ed83d8fd4e3dc?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-org-420.png",
901
- "gravatar_id": "824ef1f89fa8b34d257ed83d8fd4e3dc",
902
- "id": 4136,
903
- "login": "binarylogic",
904
- "url": "https://api.github.com/users/binarylogic"
905
- },
906
- "open_issues_count": 117,
907
- "clone_url": "https://github.com/binarylogic/searchlogic.git",
908
- "pushed_at": "2012-06-01T20:26:40Z",
909
- "forks": 127,
910
- "has_downloads": true,
911
- "updated_at": "2012-09-23T21:13:58Z",
912
- "full_name": "binarylogic/searchlogic",
913
- "language": "Ruby",
914
- "size": 2388,
915
- "fork": false,
916
- "homepage": "http://rdoc.info/projects/binarylogic/searchlogic",
917
- "name": "searchlogic",
918
- "forks_count": 127,
919
- "has_wiki": true,
920
- "git_url": "git://github.com/binarylogic/searchlogic.git",
921
- "private": false,
922
- "id": 45668,
923
- "watchers": 1336,
924
- "mirror_url": null,
925
- "description": "Searchlogic provides object based searching, common named scopes, and other useful named scope tools.",
926
- "svn_url": "https://github.com/binarylogic/searchlogic",
927
- "url": "https://api.github.com/repos/binarylogic/searchlogic"
928
- },
929
- {
930
- "watchers_count": 3303,
931
- "created_at": "2008-08-28T18:39:49Z",
932
- "open_issues": 24,
933
- "has_issues": true,
934
- "ssh_url": "git@github.com:jnicklas/carrierwave.git",
935
- "html_url": "https://github.com/jnicklas/carrierwave",
936
- "owner": {
937
- "avatar_url": "https://secure.gravatar.com/avatar/6c469749d725177dd2837d806c769cd4?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png",
938
- "gravatar_id": "6c469749d725177dd2837d806c769cd4",
939
- "id": 134,
940
- "login": "jnicklas",
941
- "url": "https://api.github.com/users/jnicklas"
942
- },
943
- "open_issues_count": 24,
944
- "clone_url": "https://github.com/jnicklas/carrierwave.git",
945
- "pushed_at": "2012-09-23T16:57:31Z",
946
- "forks": 456,
947
- "has_downloads": true,
948
- "updated_at": "2012-09-23T20:10:50Z",
949
- "full_name": "jnicklas/carrierwave",
950
- "language": "Ruby",
951
- "size": 312,
952
- "fork": false,
953
- "homepage": "https://github.com/jnicklas/carrierwave",
954
- "name": "carrierwave",
955
- "forks_count": 456,
956
- "has_wiki": true,
957
- "git_url": "git://github.com/jnicklas/carrierwave.git",
958
- "private": false,
959
- "id": 47087,
960
- "watchers": 3303,
961
- "mirror_url": null,
962
- "description": "Classier solution for file uploads for Rails, Sinatra and other Ruby web frameworks",
963
- "svn_url": "https://github.com/jnicklas/carrierwave",
964
- "url": "https://api.github.com/repos/jnicklas/carrierwave"
965
- },
966
- {
967
- "watchers_count": 600,
968
- "created_at": "2008-09-05T10:48:33Z",
969
- "open_issues": 29,
970
- "has_issues": true,
971
- "ssh_url": "git@github.com:troessner/reek.git",
972
- "html_url": "https://github.com/troessner/reek",
973
- "owner": {
974
- "avatar_url": "https://secure.gravatar.com/avatar/d1c216897a0708f79144e2032040f751?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png",
975
- "gravatar_id": "d1c216897a0708f79144e2032040f751",
976
- "id": 271109,
977
- "login": "troessner",
978
- "url": "https://api.github.com/users/troessner"
979
- },
980
- "open_issues_count": 29,
981
- "clone_url": "https://github.com/troessner/reek.git",
982
- "pushed_at": "2012-07-22T09:15:34Z",
983
- "forks": 30,
984
- "has_downloads": true,
985
- "updated_at": "2012-09-22T16:54:46Z",
986
- "full_name": "troessner/reek",
987
- "language": "Ruby",
988
- "size": 244,
989
- "fork": false,
990
- "homepage": "http://wiki.github.com/troessner/reek",
991
- "name": "reek",
992
- "forks_count": 30,
993
- "has_wiki": true,
994
- "git_url": "git://github.com/troessner/reek.git",
995
- "private": false,
996
- "id": 49515,
997
- "watchers": 600,
998
- "mirror_url": null,
999
- "description": "Code smell detector for Ruby",
1000
- "svn_url": "https://github.com/troessner/reek",
1001
- "url": "https://api.github.com/repos/troessner/reek"
1002
- },
1003
- {
1004
- "watchers_count": 88,
1005
- "created_at": "2008-09-09T03:10:42Z",
1006
- "open_issues": 9,
1007
- "has_issues": true,
1008
- "ssh_url": "git@github.com:twitter4r/twitter4r-core.git",
1009
- "html_url": "https://github.com/twitter4r/twitter4r-core",
1010
- "owner": {
1011
- "avatar_url": "https://secure.gravatar.com/avatar/1870789bc49337f67847b9f23a091d64?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-org-420.png",
1012
- "gravatar_id": "1870789bc49337f67847b9f23a091d64",
1013
- "id": 23749,
1014
- "login": "twitter4r",
1015
- "url": "https://api.github.com/users/twitter4r"
1016
- },
1017
- "open_issues_count": 9,
1018
- "clone_url": "https://github.com/twitter4r/twitter4r-core.git",
1019
- "pushed_at": "2012-03-10T06:36:56Z",
1020
- "forks": 8,
1021
- "has_downloads": true,
1022
- "updated_at": "2012-09-11T14:02:53Z",
1023
- "full_name": "twitter4r/twitter4r-core",
1024
- "language": "Ruby",
1025
- "size": 208,
1026
- "fork": false,
1027
- "homepage": "http://twitter4r.rubyforge.org",
1028
- "name": "twitter4r-core",
1029
- "forks_count": 8,
1030
- "has_wiki": true,
1031
- "git_url": "git://github.com/twitter4r/twitter4r-core.git",
1032
- "private": false,
1033
- "id": 50673,
1034
- "watchers": 88,
1035
- "mirror_url": null,
1036
- "description": "Core library for Twitter4R, which provides Ruby bindings for the Twitter REST API",
1037
- "svn_url": "https://github.com/twitter4r/twitter4r-core",
1038
- "url": "https://api.github.com/repos/twitter4r/twitter4r-core"
1039
- },
1040
- {
1041
- "watchers_count": 2183,
1042
- "created_at": "2008-09-13T14:27:37Z",
1043
- "open_issues": 108,
1044
- "has_issues": true,
1045
- "ssh_url": "git@github.com:collectiveidea/delayed_job.git",
1046
- "html_url": "https://github.com/collectiveidea/delayed_job",
1047
- "owner": {
1048
- "avatar_url": "https://secure.gravatar.com/avatar/13ff8dc8c2bf2a4752816e1e3f201a05?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-org-420.png",
1049
- "gravatar_id": "13ff8dc8c2bf2a4752816e1e3f201a05",
1050
- "id": 128,
1051
- "login": "collectiveidea",
1052
- "url": "https://api.github.com/users/collectiveidea"
1053
- },
1054
- "open_issues_count": 108,
1055
- "clone_url": "https://github.com/collectiveidea/delayed_job.git",
1056
- "pushed_at": "2012-06-26T18:45:15Z",
1057
- "forks": 405,
1058
- "has_downloads": true,
1059
- "updated_at": "2012-09-23T19:54:03Z",
1060
- "full_name": "collectiveidea/delayed_job",
1061
- "language": "Ruby",
1062
- "size": 2776,
1063
- "fork": true,
1064
- "homepage": "http://groups.google.com/group/delayed_job",
1065
- "name": "delayed_job",
1066
- "forks_count": 405,
1067
- "has_wiki": true,
1068
- "git_url": "git://github.com/collectiveidea/delayed_job.git",
1069
- "private": false,
1070
- "id": 52287,
1071
- "watchers": 2183,
1072
- "mirror_url": null,
1073
- "description": "Database based asynchronously priority queue system -- Extracted from Shopify ",
1074
- "svn_url": "https://github.com/collectiveidea/delayed_job",
1075
- "url": "https://api.github.com/repos/collectiveidea/delayed_job"
1076
- },
1077
- {
1078
- "watchers_count": 344,
1079
- "created_at": "2008-10-13T02:39:08Z",
1080
- "open_issues": 4,
1081
- "has_issues": true,
1082
- "ssh_url": "git@github.com:wycats/merb.git",
1083
- "html_url": "https://github.com/wycats/merb",
1084
- "owner": {
1085
- "avatar_url": "https://secure.gravatar.com/avatar/428167a3ec72235ba971162924492609?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png",
1086
- "gravatar_id": "428167a3ec72235ba971162924492609",
1087
- "id": 4,
1088
- "login": "wycats",
1089
- "url": "https://api.github.com/users/wycats"
1090
- },
1091
- "open_issues_count": 4,
1092
- "clone_url": "https://github.com/wycats/merb.git",
1093
- "pushed_at": "2009-10-30T23:47:56Z",
1094
- "forks": 113,
1095
- "has_downloads": true,
1096
- "updated_at": "2012-09-16T22:05:34Z",
1097
- "full_name": "wycats/merb",
1098
- "language": "Ruby",
1099
- "size": 13312,
1100
- "fork": false,
1101
- "homepage": "http://www.merbivore.com",
1102
- "name": "merb",
1103
- "forks_count": 113,
1104
- "has_wiki": true,
1105
- "git_url": "git://github.com/wycats/merb.git",
1106
- "private": false,
1107
- "id": 62290,
1108
- "watchers": 344,
1109
- "mirror_url": null,
1110
- "description": "master merb branch",
1111
- "svn_url": "https://github.com/wycats/merb",
1112
- "url": "https://api.github.com/repos/wycats/merb"
1113
- }
1114
- ]