[DRE-commits] [ruby-octokit] branch master updated (7dddd13 -> ada01ad)

Caitlin Matos cm-guest at moszumanska.debian.org
Sat Aug 9 21:26:10 UTC 2014


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

cm-guest pushed a change to branch master
in repository ruby-octokit.

      from  7dddd13   Upload to unstable
      adds  70bcea0   imported upstream version 3.3.0
       new  cae1ebc   Merge tag 'upstream/3.3.0'
       new  ada01ad   finalized changelog

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 README.md                             |  72 ++++++++++-----
 checksums.yaml.gz                     | Bin 269 -> 269 bytes
 debian/changelog                      |   7 ++
 lib/octokit/client.rb                 |  22 ++---
 lib/octokit/client/commit_comments.rb |  24 ++---
 lib/octokit/client/commits.rb         |  42 ++++-----
 lib/octokit/client/contents.rb        |  22 ++---
 lib/octokit/client/deployments.rb     |   8 +-
 lib/octokit/client/downloads.rb       |  12 +--
 lib/octokit/client/events.rb          |  33 +++----
 lib/octokit/client/gists.rb           |   8 +-
 lib/octokit/client/issues.rb          |  60 ++++++-------
 lib/octokit/client/labels.rb          |  44 +++++-----
 lib/octokit/client/notifications.rb   |   8 +-
 lib/octokit/client/objects.rb         |  24 ++---
 lib/octokit/client/organizations.rb   | 131 ++++++++++++++++++++++------
 lib/octokit/client/pages.rb           |  12 +--
 lib/octokit/client/pull_requests.rb   |  72 +++++++--------
 lib/octokit/client/refs.rb            |  24 ++---
 lib/octokit/client/releases.rb        |   8 +-
 lib/octokit/client/repositories.rb    | 159 +++++++++++++++++-----------------
 lib/octokit/client/stats.rb           |  14 +--
 lib/octokit/client/statuses.rb        |  12 +--
 lib/octokit/client/users.rb           |  58 ++++++-------
 lib/octokit/error.rb                  |   4 +
 lib/octokit/organization.rb           |  17 ++++
 lib/octokit/repository.rb             |  27 +++++-
 lib/octokit/response/feed_parser.rb   |   5 +-
 lib/octokit/user.rb                   |  19 ++++
 lib/octokit/version.rb                |   2 +-
 metadata.yml                          |  15 ++--
 31 files changed, 566 insertions(+), 399 deletions(-)
 create mode 100644 lib/octokit/organization.rb
 create mode 100644 lib/octokit/user.rb

-- 
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