[DRE-commits] [ruby-hipchat] 01/04: Merge tag 'upstream/1.5.2'

Balasankar C balasankarc-guest at moszumanska.debian.org
Tue Jul 28 07:46:15 UTC 2015


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

balasankarc-guest pushed a commit to branch master
in repository ruby-hipchat.

commit f18aae4e040c918c89c9580a91f29834ca7f3782
Merge: 99decd3 6ac29d9
Author: Balasankar C <balasankarc at autistici.org>
Date:   Thu Jul 23 18:49:20 2015 +0530

    Merge tag 'upstream/1.5.2'
    
    Upstream version 1.5.2

 .coveralls.yml                              |   1 +
 .gitignore                                  |   6 +-
 .ruby-gemset                                |   1 +
 .ruby-version                               |   1 +
 .travis.yml                                 |   1 +
 README.textile                              | 121 ++++++++-
 checksums.yaml.gz                           | Bin 269 -> 0 bytes
 hipchat.gemspec                             |   5 +-
 lib/hipchat.rb                              | 214 +---------------
 lib/hipchat/api_version.rb                  | 186 ++++++++++++--
 lib/hipchat/capistrano/tasks/hipchat.rake   |  25 +-
 lib/hipchat/capistrano2.rb                  |  64 ++++-
 lib/hipchat/chef.rb                         |  19 +-
 lib/hipchat/client.rb                       | 123 +++++++++
 lib/hipchat/errors.rb                       |  10 +
 lib/hipchat/file_helper.rb                  |  42 ++++
 lib/hipchat/rails3_tasks.rb                 |   8 +-
 lib/{hipchat.rb => hipchat/room.rb}         | 198 +++++++++++----
 lib/hipchat/user.rb                         | 101 ++++++++
 lib/hipchat/version.rb                      |   2 +-
 metadata.yml                                |  41 ++-
 spec/hipchat_api_v1_spec.rb                 | 176 +++++++++++++
 spec/hipchat_api_v2_spec.rb                 | 375 ++++++++++++++++++++++++++++
 spec/hipchat_spec.rb                        | 306 +++--------------------
 spec/shared_hipchat.rb                      |  82 ------
 spec/spec_helper.rb                         |  11 +-
 spec/support/shared_contexts_for_hipchat.rb | 213 ++++++++++++++++
 27 files changed, 1661 insertions(+), 671 deletions(-)

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



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