[DRE-commits] [ruby-hipchat] branch master updated (99decd3 -> 05d92e0)
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 change to branch master
in repository ruby-hipchat.
from 99decd3 d/control: added note about hipchat in long desc
adds 6ac29d9 Imported Upstream version 1.5.2
new f18aae4 Merge tag 'upstream/1.5.2'
new b6177fa Fix debian/c* files
new 8a6b7a7 Make tests run
new 05d92e0 Clean build-generated folders
The 4 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:
.coveralls.yml | 1 +
.gitignore | 6 +-
.ruby-gemset | 1 +
.ruby-version | 1 +
.travis.yml | 1 +
README.textile | 121 ++++++++-
checksums.yaml.gz | Bin 269 -> 0 bytes
debian/changelog | 11 +-
debian/control | 15 +-
debian/copyright | 5 +-
debian/patches/fix-tests-support-rspec3 | 97 +++++++
debian/patches/series | 1 +
debian/ruby-tests.rake | 7 +
debian/ruby-tests.rb | 2 -
debian/rules | 4 +
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 ++++++++++++++++
35 files changed, 1793 insertions(+), 681 deletions(-)
create mode 100644 .coveralls.yml
create mode 100644 .ruby-gemset
create mode 100644 .ruby-version
delete mode 100644 checksums.yaml.gz
create mode 100644 debian/patches/fix-tests-support-rspec3
create mode 100644 debian/patches/series
create mode 100644 debian/ruby-tests.rake
delete mode 100644 debian/ruby-tests.rb
create mode 100644 lib/hipchat/client.rb
create mode 100644 lib/hipchat/errors.rb
create mode 100644 lib/hipchat/file_helper.rb
copy lib/{hipchat.rb => hipchat/room.rb} (50%)
create mode 100644 lib/hipchat/user.rb
create mode 100644 spec/hipchat_api_v1_spec.rb
create mode 100644 spec/hipchat_api_v2_spec.rb
delete mode 100644 spec/shared_hipchat.rb
create mode 100644 spec/support/shared_contexts_for_hipchat.rb
--
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