[DRE-commits] [ruby-mail-room] branch master updated (b7c6be7 -> afca340)
Balasankar C
balasankarc-guest at moszumanska.debian.org
Wed Jun 22 19:37:34 UTC 2016
This is an automated email from the git hooks/post-receive script.
balasankarc-guest pushed a change to branch master
in repository ruby-mail-room.
from b7c6be7 tag patch
adds 7cc54dd Imported Upstream version 0.8.0
new 39a3b35 Merge tag 'upstream/0.8.0'
new afca340 New upstream release
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:
CHANGELOG.md | 6 +
debian/changelog | 7 +
lib/mail_room.rb | 2 +-
lib/mail_room/configuration.rb | 2 +-
.../{mailbox_watcher.rb => connection.rb} | 154 +++++++-------
lib/mail_room/coordinator.rb | 2 +
lib/mail_room/mailbox_handler.rb | 59 ------
lib/mail_room/mailbox_watcher.rb | 139 ++----------
lib/mail_room/version.rb | 2 +-
spec/lib/cli_spec.rb | 10 +-
spec/lib/configuration_spec.rb | 6 +-
spec/lib/connection_spec.rb | 63 ++++++
spec/lib/coordinator_spec.rb | 20 +-
spec/lib/delivery/letter_opener_spec.rb | 6 +-
spec/lib/delivery/logger_spec.rb | 8 +-
spec/lib/delivery/postback_spec.rb | 8 +-
spec/lib/mailbox_handler_spec.rb | 57 -----
spec/lib/mailbox_spec.rb | 14 +-
spec/lib/mailbox_watcher_spec.rb | 236 +++------------------
spec/spec_helper.rb | 1 -
20 files changed, 242 insertions(+), 560 deletions(-)
copy lib/mail_room/{mailbox_watcher.rb => connection.rb} (53%)
delete mode 100644 lib/mail_room/mailbox_handler.rb
create mode 100644 spec/lib/connection_spec.rb
delete mode 100644 spec/lib/mailbox_handler_spec.rb
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-mail-room.git
More information about the Pkg-ruby-extras-commits
mailing list