[DRE-commits] [ruby-octokit] 01/03: Merge tag 'upstream/4.7.0'

Sruthi Chandran srud-guest at moszumanska.debian.org
Tue Jun 27 08:05:00 UTC 2017


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

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

commit 1c0f87522de009daefcc4efbffcf3de387921583
Merge: afb13f0 e7f8a0a
Author: Sruthi Chandran <srud at disroot.org>
Date:   Tue Jun 27 13:14:17 2017 +0530

    Merge tag 'upstream/4.7.0'
    
    Upstream version 4.7.0
    
    # gpg: Signature made Tue 27 Jun 2017 01:14:17 PM IST
    # gpg:                using RSA key B1C94F67189FFAC02648FBF3D4DEB22FC0B96E15
    # gpg: Good signature from "Sruthi Chandran <srud at openmailbox.org>" [unknown]
    # gpg:                 aka "Srud <angelsrud at gmail.com>" [unknown]
    # gpg:                 aka "Srud <srud at openmailbox.org>" [unknown]
    # gpg:                 aka "Sruthi Chandran <srud at disroot.org>" [unknown]
    # gpg: WARNING: This key is not certified with a trusted signature!
    # gpg:          There is no indication that the signature belongs to the owner.
    # Primary key fingerprint: F889 1B55 2BAD DE5D 0936  8B47 C9B0 AC74 C72B 5836
    #      Subkey fingerprint: B1C9 4F67 189F FAC0 2648  FBF3 D4DE B22F C0B9 6E15

 README.md                                    |  61 +++++-
 lib/ext/sawyer/relation.rb                   |  10 +
 lib/octokit/authentication.rb                |   8 +
 lib/octokit/client.rb                        |  24 ++
 lib/octokit/client/authorizations.rb         |  11 +-
 lib/octokit/client/commits.rb                |   2 +-
 lib/octokit/client/gists.rb                  |   5 +-
 lib/octokit/client/integrations.rb           |  77 +++++++
 lib/octokit/client/issues.rb                 |  37 ++++
 lib/octokit/client/labels.rb                 |  12 +-
 lib/octokit/client/milestones.rb             |  20 +-
 lib/octokit/client/organizations.rb          | 112 ++++++++--
 lib/octokit/client/pages.rb                  |  25 +++
 lib/octokit/client/projects.rb               | 314 +++++++++++++++++++++++++++
 lib/octokit/client/pull_requests.rb          |   6 +-
 lib/octokit/client/rate_limit.rb             |   4 +-
 lib/octokit/client/reactions.rb              | 158 ++++++++++++++
 lib/octokit/client/releases.rb               |   2 +-
 lib/octokit/client/repositories.rb           |  79 +++++--
 lib/octokit/client/repository_invitations.rb | 103 +++++++++
 lib/octokit/client/reviews.rb                | 174 +++++++++++++++
 lib/octokit/client/search.rb                 |  16 +-
 lib/octokit/client/source_import.rb          |  92 +++++++-
 lib/octokit/client/stats.rb                  |   2 +-
 lib/octokit/client/statuses.rb               |   2 +-
 lib/octokit/client/traffic.rb                |  69 ++++++
 lib/octokit/client/users.rb                  |   3 +-
 lib/octokit/configurable.rb                  |   6 +-
 lib/octokit/connection.rb                    |   5 +-
 lib/octokit/default.rb                       |  10 +-
 lib/octokit/enterprise_admin_client.rb       |   2 +
 lib/octokit/error.rb                         |  41 +++-
 lib/octokit/gist.rb                          |   2 +-
 lib/octokit/middleware/follow_redirects.rb   |   2 +-
 lib/octokit/preview.rb                       |  19 +-
 lib/octokit/rate_limit.rb                    |   6 +-
 lib/octokit/repository.rb                    |   7 +-
 lib/octokit/version.rb                       |   2 +-
 octokit.gemspec                              |   4 +-
 39 files changed, 1419 insertions(+), 115 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