[DRE-commits] [ruby-octokit] 01/02: Merge tag 'upstream/3.0.0'

Miguel Landaeta nomadium at moszumanska.debian.org
Sun Mar 30 21:24:04 UTC 2014


This is an automated email from the git hooks/post-receive script.

nomadium pushed a commit to branch master
in repository ruby-octokit.

commit f0a9f0445b290309c83207025d216a0f9ed44d7c
Merge: 9f6dc32 fa0f0ad
Author: Miguel Landaeta <nomadium at debian.org>
Date:   Sun Mar 30 17:01:37 2014 -0300

    Merge tag 'upstream/3.0.0'
    
    Upstream version 3.0.0

 .gemtest                                           |   0
 .gitignore                                         |  24 -
 .rspec                                             |   2 -
 .travis.yml                                        |  16 -
 .yardopts                                          |   7 -
 CONTRIBUTING.md                                    |   5 +-
 Gemfile                                            |  30 --
 Guardfile                                          |  12 -
 LICENSE.md                                         |   2 +-
 README.md                                          |  39 +-
 checksums.yaml.gz                                  | Bin 0 -> 269 bytes
 lib/octokit/authentication.rb                      |   4 +-
 lib/octokit/client.rb                              |  21 +-
 lib/octokit/client/authorizations.rb               |  21 +-
 lib/octokit/client/commit_comments.rb              |  20 +-
 lib/octokit/client/commits.rb                      |  87 ---
 lib/octokit/client/contents.rb                     |  22 +-
 lib/octokit/client/deployments.rb                  |  83 +++
 lib/octokit/client/downloads.rb                    |  43 --
 lib/octokit/client/events.rb                       |   4 +-
 lib/octokit/client/feeds.rb                        |   2 +-
 lib/octokit/client/gists.rb                        |  14 +-
 lib/octokit/client/issues.rb                       |  14 +-
 lib/octokit/client/notifications.rb                |   4 +-
 lib/octokit/client/objects.rb                      |   4 +-
 lib/octokit/client/organizations.rb                |   2 +-
 lib/octokit/client/pages.rb                        |  38 ++
 lib/octokit/client/pub_sub_hubbub.rb               |  13 +-
 lib/octokit/client/pull_requests.rb                |  45 +-
 lib/octokit/client/rate_limit.rb                   |   4 +-
 lib/octokit/client/releases.rb                     |   2 +-
 lib/octokit/client/repositories.rb                 |  87 +--
 lib/octokit/client/stats.rb                        |  10 +-
 lib/octokit/client/statuses.rb                     |  34 ++
 lib/octokit/client/users.rb                        |  30 +-
 lib/octokit/configurable.rb                        |   2 +-
 lib/octokit/default.rb                             |   7 +-
 lib/octokit/error.rb                               |   4 +-
 lib/octokit/rate_limit.rb                          |   8 +-
 lib/octokit/response/raise_error.rb                |   2 +-
 lib/octokit/version.rb                             |   2 +-
 metadata.yml                                       | 132 +++++
 octokit.gemspec                                    |   3 +-
 script/bootstrap                                   |   6 -
 script/cibuild                                     |   5 -
 script/console                                     |  11 -
 script/guard                                       |   5 -
 script/package                                     |   7 -
 script/release                                     |  16 -
 script/test                                        |  17 -
 .../Octokit_Client/_get/handles_query_params.json  |   1 -
 .../Octokit_Client/_head/handles_query_params.json |   1 -
 .../caches_the_last_agent_response.json            |   1 -
 .../fetches_and_memoizes_login.json                |   1 -
 ...ts_a_block_for_custom_result_concatination.json |   1 -
 .../auto_pagination/fetches_all_the_pages.json     |   1 -
 .../error_handling/raises_on_404.json              |   1 -
 .../returns_a_single_authorization.json            |   1 -
 .../lists_existing_authorizations.json             |   1 -
 .../creates_a_new_authorization_with_options.json  |   1 -
 ...ng_API_authorization_if_one_already_exists.json |   1 -
 .../creates_a_new_API_authorization_each_time.json |   1 -
 .../creates_a_new_authorization_with_options.json  |   1 -
 .../creates_an_API_authorization.json              |   1 -
 .../checks_the_scopes_on_a_one-off_token.json      |   1 -
 .../checks_the_scopes_on_the_current_token.json    |   1 -
 .../updates_and_existing_authorization.json        |   1 -
 .../returns_a_single_commit_comment.json           |   1 -
 ...s_a_list_of_comments_for_a_specific_commit.json |   1 -
 .../creates_a_commit_comment.json                  |   1 -
 .../deletes_a_commit_comment.json                  |   1 -
 .../returns_a_list_of_all_commit_comments.json     |   1 -
 .../updates_a_commit_comment.json                  |   1 -
 .../_commit/returns_a_commit.json                  |   1 -
 .../_commits/handles_branch_or_sha_argument.json   |   1 -
 .../_commits/handles_the_sha_option.json           |   1 -
 .../_commits/returns_all_commits.json              |   1 -
 .../handles_branch_or_sha_argument.json            |   1 -
 .../_commits_before/handles_the_sha_option.json    |   1 -
 ...turns_all_commits_until_the_specified_date.json |   1 -
 .../handles_branch_or_sha_argument.json            |   1 -
 .../_commits_between/handles_the_sha_option.json   |   1 -
 ...turns_all_commits_until_the_specified_date.json |   1 -
 .../handles_branch_or_sha_argument.json            |   1 -
 .../_commits_on/handles_the_sha_option.json        |   1 -
 .../returns_all_commits_on_the_specified_date.json |   1 -
 .../handles_branch_or_sha_argument.json            |   1 -
 .../_commits_since/handles_the_sha_option.json     |   1 -
 ...turns_all_commits_since_the_specified_date.json |   1 -
 .../_compare/returns_a_comparison.json             |   1 -
 .../_create_commit/creates_a_commit.json           |   1 -
 .../_git_commit/returns_a_detailed_git_commit.json |   1 -
 .../_merge/merges_a_branch_into_another.json       |   1 -
 .../returns_the_headers_of_the_request.json        |   1 -
 .../_contents/returns_the_contents_of_a_file.json  |   1 -
 .../creates_contents_from_File_object.json         |   1 -
 .../creates_contents_from_file_path.json           |   1 -
 .../creates_repository_contents_at_a_path.json     |   1 -
 .../_create_contents/does_not_add_new_lines.json   |   1 -
 .../deletes_repository_contents_at_a_path.json     |   1 -
 .../_readme/returns_the_default_readme.json        |   1 -
 .../_update_contents/does_not_add_new_lines.json   |   1 -
 .../updates_repository_contents_at_a_path.json     |   1 -
 .../_download/gets_a_single_download.json          |   1 -
 .../_downloads/lists_available_downloads.json      |   1 -
 .../creates_a_download_resource.json               |   1 -
 .../_create_download/posts_to_an_S3_url.json       |   1 -
 .../_delete_download/deletes_a_download.json       |   1 -
 .../_emojis/returns_all_github_emojis.json         |   1 -
 .../lists_issue_events_for_a_repository.json       |   1 -
 .../lists_issue_events_for_a_repository.json       |   1 -
 .../returns_all_events_for_an_organization.json    |   1 -
 .../returns_an_organization_s_public_events.json   |   1 -
 .../_public_events/returns_all_public_events.json  |   1 -
 .../returns_all_user_received_events.json          |   1 -
 .../returns_public_user_received_events.json       |   1 -
 .../lists_issue_events_for_a_repository.json       |   1 -
 .../returns_events_for_a_repository.json           |   1 -
 .../returns_events_for_a_repository_s_network.json |   1 -
 .../_user_events/returns_all_user_events.json      |   1 -
 .../returns_public_events_performed_by_a_user.json |   1 -
 .../_feed/returns_parsed_feed_data.json            |   1 -
 .../returns_private_feeds.json                     |   1 -
 .../returns_the_authenticated_users_feeds.json     |   1 -
 .../returns_the_public_feeds_list.json             |   1 -
 .../_gist/returns_the_gist_by_ID.json              |   1 -
 .../returns_a_list_of_gists.json                   |   1 -
 .../returns_a_list_of_gists.json                   |   1 -
 .../_public_gists/returns_public_gists.json        |   1 -
 .../_create_gist/creates_a_new_gist.json           |   1 -
 .../creates_a_gist_comment.json                    |   1 -
 .../_delete_gist/deletes_an_existing_gist.json     |   1 -
 .../deletes_a_gist_comment.json                    |   1 -
 .../_edit_gist/edit_an_existing_gist.json          |   1 -
 .../_fork_gist/forks_an_existing_gist.json         |   1 -
 .../_gist_comment/returns_a_gist_comment.json      |   1 -
 .../returns_the_list_of_gist_comments.json         |   1 -
 .../_gist_starred_/is_not_starred.json             |   1 -
 .../_gist_starred_/is_starred.json                 |   1 -
 .../_gists/returns_a_list_of_gists.json            |   1 -
 .../_star_gist/stars_an_existing_gist.json         |   1 -
 .../returns_the_user_s_starred_gists.json          |   1 -
 .../_unstar_gist/unstars_an_existing_gist.json     |   1 -
 .../updates_a_gist_comment.json                    |   1 -
 .../returns_the_ruby_gitignore_template.json       |   1 -
 .../returns_all_gitignore_templates.json           |   1 -
 ..._supported_by_GitHub_with_their_parameters.json |   1 -
 .../_create_issue/creates_an_issue.json            |   1 -
 .../creates_an_issue_with_delimited_labels.json    |   1 -
 .../creates_an_issue_with_labels_array.json        |   1 -
 .../returns_a_single_comment_for_an_issue.json     |   1 -
 .../returns_comments_for_an_issue.json             |   1 -
 ...ashboard_issues_for_the_authenticated_user.json |   1 -
 .../returns_issues_for_a_repository.json           |   1 -
 ...he_organization_for_the_authenticated_user.json |   1 -
 ...ns_comments_for_all_issues_in_a_repository.json |   1 -
 ...henticated_user_for_owned_and_member_repos.json |   1 -
 .../_add_comment/adds_a_comment.json               |   1 -
 .../_close_issue/closes_an_issue.json              |   1 -
 .../_issue/returns_a_full_issue.json               |   1 -
 .../_issue/returns_an_issue.json                   |   1 -
 .../_reopen_issue/reopens_an_issue.json            |   1 -
 .../_update_issue/updates_an_issue.json            |   1 -
 .../deletes_an_existing_comment.json               |   1 -
 .../updates_an_existing_comment.json               |   1 -
 .../_add_label/adds_a_label_with_a_color.json      |   1 -
 .../adds_a_label_with_default_color.json           |   1 -
 .../deletes_a_label_from_the_repository.json       |   1 -
 .../_label/returns_a_single_label.json             |   1 -
 .../_labels/returns_labels.json                    |   1 -
 .../returns_all_labels_for_a_repository.json       |   1 -
 .../adds_labels_to_a_given_issue.json              |   1 -
 .../returns_all_labels_for_a_given_issue.json      |   1 -
 ...emoves_all_labels_from_the_specified_issue.json |   1 -
 .../removes_a_label_from_the_specified_issue.json  |   1 -
 .../replaces_all_labels_for_an_issue.json          |   1 -
 .../updates_a_label_with_a_new_color.json          |   1 -
 .../returns_matching_issues.json                   |   1 -
 .../returns_matching_repositories.json             |   1 -
 .../returns_matching_username.json                 |   1 -
 .../_markdown/renders_markdown.json                |   1 -
 .../returns_meta_information_about_github.json     |   1 -
 .../lists_milestones_belonging_to_repository.json  |   1 -
 .../_create_milestone/creates_a_milestone.json     |   1 -
 .../deletes_a_milestone_from_a_repository.json     |   1 -
 ...a_single_milestone_belonging_to_repository.json |   1 -
 .../_update_milestone/updates_a_milestone.json     |   1 -
 ...true_when_notifications_are_marked_as_read.json |   1 -
 ...otifications_for_a_repo_are_marked_as_read.json |   1 -
 ...sts_the_notifications_for_the_current_user.json |   1 -
 .../lists_all_notifications_for_a_repository.json  |   1 -
 ...turns_true_with_successful_thread_deletion.json |   1 -
 .../marks_a_thread_as_read.json                    |   1 -
 ...eturns_notifications_for_a_specific_thread.json |   1 -
 .../returns_a_thread_subscription.json             |   1 -
 .../updates_a_thread_subscription.json             |   1 -
 .../_blob/returns_a_blob.json                      |   1 -
 .../_create_blob/creates_a_blob.json               |   1 -
 .../_create_tag/creates_a_tag.json                 |   1 -
 .../_create_tree/creates_a_tree.json               |   1 -
 .../Octokit_Client_Objects/_tag/returns_a_tag.json |   1 -
 .../Octokit_Client_Objects/_tree/gets_a_tree.json  |   1 -
 .../_tree/gets_a_tree_recursively.json             |   1 -
 .../_organization/returns_an_organization.json     |   1 -
 .../checks_organization_membership.json            |   1 -
 ...urns_all_public_members_of_an_organization.json |   1 -
 .../checks_publicized_org_membership.json          |   1 -
 .../lists_public_members.json                      |   1 -
 ...ll_public_repositories_for_an_organization.json |   1 -
 .../returns_all_teams_for_an_organization.json     |   1 -
 .../returns_all_organizations_for_a_user.json      |   1 -
 ...l_organizations_for_the_authenticated_user.json |   1 -
 .../updates_an_organization.json                   |   1 -
 ...lists_all_teams_for_the_authenticated_user.json |   1 -
 .../_add_team_member/adds_a_team_member.json       |   1 -
 .../adds_a_team_repository.json                    |   1 -
 .../_create_team/creates_a_team.json               |   1 -
 .../_delete_team/deletes_a_team.json               |   1 -
 .../publicizes_membership.json                     |   1 -
 .../_remove_team_member/removes_a_team_member.json |   1 -
 .../removes_a_team_repository.json                 |   1 -
 .../_team/returns_a_team.json                      |   1 -
 .../checks_if_a_user_is_member_of_a_team.json      |   1 -
 .../_team_members/returns_team_members.json        |   1 -
 .../returns_team_repositories.json                 |   1 -
 ...ks_if_a_repo_is_managed_by_a_specific_team.json |   1 -
 .../unpublicizes_membership.json                   |   1 -
 .../_update_team/updates_a_team.json               |   1 -
 ...ises_an_error_when_topic_is_not_recognized.json |   1 -
 .../_subscribe/subscribes_to_pull_events.json      |   1 -
 ...bscribes_to_pull_events_on_specified_topic.json |   1 -
 .../unsubscribes_from_pull_events.json             |   1 -
 ...o_stop_receiving_events_on_specified_topic.json |   1 -
 ...request_and_attach_it_to_an_existing_issue.json |   1 -
 .../returns_a_comment_on_a_pull_request.json       |   1 -
 .../returns_the_comments_for_a_pull_request.json   |   1 -
 .../returns_the_commits_for_a_pull_request.json    |   1 -
 .../lists_files_for_a_pull_request.json            |   1 -
 .../_pull_requests/returns_all_pull_requests.json  |   1 -
 .../returns_all_comments_on_all_pull_requests.json |   1 -
 .../_close_pull_request/closes_a_pull_request.json |   1 -
 .../creates_a_pull_request.json                    |   1 -
 .../merges_the_pull_request.json                   |   1 -
 ...s_whether_the_pull_request_has_been_merged.json |   1 -
 .../_pull_request/returns_a_pull_request.json      |   1 -
 .../updates_a_pull_request.json                    |   1 -
 .../creates_a_new_comment_on_a_pull_request.json   |   1 -
 ...ates_a_new_reply_to_a_pull_request_comment.json |   1 -
 .../deletes_a_pull_request_comment.json            |   1 -
 .../updates_a_pull_request_comment.json            |   1 -
 .../_ref/returns_a_tags_ref.json                   |   1 -
 .../_refs/returns_all_refs.json                    |   1 -
 .../_refs/returns_all_tag_refs.json                |   1 -
 .../_create_ref/creates_a_ref.json                 |   1 -
 .../_delete_branch/deletes_an_existing_branch.json |   1 -
 .../_delete_ref/deletes_an_existing_ref.json       |   1 -
 .../_update_branch/updates_a_branch.json           |   1 -
 .../_update_ref/updates_a_ref.json                 |   1 -
 .../_create_release/creates_a_release.json         |   1 -
 .../_delete_release/deletes_a_release.json         |   1 -
 .../_release/gets_a_single_release.json            |   1 -
 .../lists_assets_for_a_release.json                |   1 -
 .../_releases/lists_releases_for_a_repo.json       |   1 -
 .../_update_release/updates_a_release.json         |   1 -
 .../lists_assets_for_a_release.json                |   1 -
 .../edits_a_release_asset.json                     |   1 -
 .../guesses_the_content_type_for_an_asset.json     |   1 -
 .../uploads_a_release_asset_as_file_object.json    |   1 -
 .../uploads_a_release_asset_by_path.json           |   1 -
 ...ploads_a_release_asset_with_a_default_name.json |   1 -
 .../returns_all_repositories_on_github.json        |   1 -
 ...e_available_assignees_owner_collaborators_.json |   1 -
 .../_branches/returns_a_repository_s_branches.json |   1 -
 .../_branches/returns_a_single_branch.json         |   1 -
 ...cular_user_is_an_assignee_for_a_repository.json |   1 -
 .../returns_a_repository_s_collaborators.json      |   1 -
 .../returns_repository_contributors.json           |   1 -
 ...epository_contributors_excluding_anonymous.json |   1 -
 .../creates_a_repository_for_an_organization.json  |   1 -
 ...eturns_true_when_repo_subscription_deleted.json |   1 -
 .../_fork/forks_a_repository.json                  |   1 -
 .../returns_a_repository_s_languages.json          |   1 -
 .../_network/returns_a_repository_s_network.json   |   1 -
 .../returns_a_user_s_repositories.json             |   1 -
 .../returns_authenticated_user_s_repositories.json |   1 -
 .../returns_the_matching_repository.json           |   1 -
 ...urns_false_if_the_repository_doesn_t_exist.json |   1 -
 .../returns_true_if_the_repository_exists.json     |   1 -
 .../_star/stars_a_repository.json                  |   1 -
 .../returns_all_repository_stargazers.json         |   1 -
 ...ists_all_the_users_watching_the_repository.json |   1 -
 .../returns_a_repository_subscription.json         |   1 -
 .../_tags/returns_a_repository_s_tags.json         |   1 -
 .../_unstar/unstars_a_repository.json              |   1 -
 .../_unwatch/unwatches_a_repository.json           |   1 -
 .../updates_a_repository_subscription.json         |   1 -
 .../_watch/watches_a_repository.json               |   1 -
 .../_watchers/returns_all_repository_watchers.json |   1 -
 .../adds_a_repository_collaborators.json           |   1 -
 ...cks_if_a_user_is_a_repository_collaborator.json |   1 -
 .../_create_repository/creates_a_repository.json   |   1 -
 .../_delete_repository/deletes_a_repository.json   |   1 -
 .../returns_a_repository_s_deploy_keys.json        |   1 -
 .../_hooks/returns_a_repository_s_hooks.json       |   1 -
 .../removes_a_repository_collaborators.json        |   1 -
 .../returns_all_repository_teams.json              |   1 -
 .../updates_the_matching_repository.json           |   1 -
 .../adds_a_repository_deploy_keys.json             |   1 -
 .../_create_hook/creates_a_hook.json               |   1 -
 .../_edit_hook/edits_a_hook.json                   |   1 -
 .../_hook/returns_a_repository_s_single_hook.json  |   1 -
 .../_remove_hook/removes_a_hook.json               |   1 -
 .../_test_hook/tests_a_hook.json                   |   1 -
 .../_say/returns_an_ASCII_octocat.json             |   1 -
 .../returns_an_ASCII_octocat_with_custom_text.json |   1 -
 .../_search_code/searches_code.json                |   1 -
 .../_search_issues/searches_issues.json            |   1 -
 .../searches_repositories.json                     |   1 -
 .../_search_users/searches_users.json              |   1 -
 .../_search_users/utilizes_auto_pagination.json    |   1 -
 .../returns_the_current_system_status.json         |   1 -
 .../returns_the_most_recent_status_messages.json   |   1 -
 .../returns_the_last_human_message.json            |   1 -
 .../returns_the_code_frequency_stats.json          |   1 -
 .../returns_the_commit_activity_stats.json         |   1 -
 ..._contributors_and_their_contribution_stats.json |   1 -
 ..._owner_and_contributor_participation_stats.json |   1 -
 ...urns_commit_count_by_hour_punch_card_stats.json |   1 -
 .../_create_status/creates_status.json             |   1 -
 .../_statuses/lists_commit_statuses.json           |   1 -
 .../_add_email/adds_an_email_address.json          |   1 -
 .../_all_users/returns_all_GitHub_users.json       |   1 -
 .../_emails/returns_email_addresses.json           |   1 -
 .../_follow/follows_a_user.json                    |   1 -
 .../_followers/returns_followers_for_a_user.json   |   1 -
 ...returns_the_authenticated_user_s_followers.json |   1 -
 .../_following/returns_following_for_a_user.json   |   1 -
 ...returns_the_authenticated_user_s_following.json |   1 -
 ...cks_if_given_user_is_following_target_user.json |   1 -
 ..._if_the_authenticated_user_follows_another.json |   1 -
 ...rns_public_keys_for_the_authenticated_user.json |   1 -
 .../_remove_email/removes_an_email_address.json    |   1 -
 .../returns_starred_repositories_for_a_user.json   |   1 -
 ...ed_repositories_for_the_authenticated_user.json |   1 -
 ...uthenticated_user_has_starred_a_repository.json |   1 -
 ..._user_has_starred_a_repository_deprecated_.json |   1 -
 ...ositories_a_user_watches_for_notifications.json |   1 -
 ...thenticated_user_watches_for_notifications.json |   1 -
 .../_unfollow/unfollows_a_user.json                |   1 -
 .../_update_user/updates_a_user_profile.json       |   1 -
 .../Octokit_Client_Users/_user/returns_a_user.json |   1 -
 .../_user/returns_the_authenticated_user.json      |   1 -
 .../returns_public_keys_for_another_user.json      |   1 -
 .../validates_username_and_password.json           |   1 -
 .../_add_key/adds_a_public_key.json                |   1 -
 .../_key/returns_a_public_key.json                 |   1 -
 .../_remove_key/removes_a_public_key.json          |   1 -
 .../_update_key/updates_a_public_key.json          |   1 -
 spec/cassettes/delete_authorization.json           |   1 -
 spec/cassettes/rate_limit.json                     |   1 -
 spec/cassettes/root.json                           |   1 -
 spec/fixtures/.netrc                               |   2 -
 spec/fixtures/large_file.txt                       |  48 --
 spec/fixtures/new_file.txt                         |   1 -
 spec/fixtures/updated_file.txt                     |   1 -
 spec/fixtures/upload.png                           | Bin 43425 -> 0 bytes
 spec/fixtures/user.json                            |  31 --
 spec/fixtures/web_flow_token.json                  |   4 -
 spec/helper.rb                                     | 133 -----
 spec/octokit/client/authorizations_spec.rb         | 137 -----
 spec/octokit/client/commit_comments_spec.rb        |  62 ---
 spec/octokit/client/commits_spec.rb                | 147 -----
 spec/octokit/client/contents_spec.rb               | 131 -----
 spec/octokit/client/downloads_spec.rb              |  59 --
 spec/octokit/client/emojis_spec.rb                 |  12 -
 spec/octokit/client/events_spec.rb                 | 106 ----
 spec/octokit/client/feeds_spec.rb                  |  46 --
 spec/octokit/client/gists_spec.rb                  | 184 -------
 spec/octokit/client/gitignore_spec.rb              |  26 -
 spec/octokit/client/hooks_spec.rb                  |  12 -
 spec/octokit/client/issues_spec.rb                 | 174 ------
 spec/octokit/client/labels_spec.rb                 | 115 ----
 spec/octokit/client/legacy_search_spec.rb          |  42 --
 spec/octokit/client/markdown_spec.rb               |  20 -
 spec/octokit/client/meta_spec.rb                   |  14 -
 spec/octokit/client/milestones_spec.rb             |  59 --
 spec/octokit/client/notifications_spec.rb          |  85 ---
 spec/octokit/client/objects_spec.rb                |  71 ---
 spec/octokit/client/organizations_spec.rb          | 221 --------
 spec/octokit/client/pub_sub_hubbub_spec.rb         |  93 ----
 spec/octokit/client/pull_requests_spec.rb          | 186 -------
 spec/octokit/client/rate_limit_spec.rb             |  44 --
 spec/octokit/client/refs_spec.rb                   |  84 ---
 spec/octokit/client/releases_spec.rb               | 132 -----
 spec/octokit/client/repositories_spec.rb           | 442 ---------------
 spec/octokit/client/say_spec.rb                    |  23 -
 spec/octokit/client/search_spec.rb                 |  67 ---
 spec/octokit/client/service_status_spec.rb         |  37 --
 spec/octokit/client/stats_spec.rb                  | 105 ----
 spec/octokit/client/statuses_spec.rb               |  28 -
 spec/octokit/client/users_spec.rb                  | 220 --------
 spec/octokit/client_spec.rb                        | 595 ---------------------
 spec/octokit/gist_spec.rb                          |  49 --
 spec/octokit/rate_limit_spec.rb                    |  30 --
 spec/octokit/repository_spec.rb                    |  55 --
 spec/octokit_spec.rb                               |  46 --
 yard/default/fulldoc/html/css/common.css           |   3 -
 407 files changed, 514 insertions(+), 4951 deletions(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-octokit.git



More information about the Pkg-ruby-extras-commits mailing list