v0.12.10 (latest version) contains this error:
/var/lib/gems/2.5.0/gems/git-commit-notifier-0.12.10/lib/git_commit_notifier/commit_hook.rb:60:in `get_reply_to_address': undefined local variable or method `recipient' for GitCommitNotifier::CommitHook:Class (NameError)\n\tfrom /var/lib/gems/2.5.0/gems/git-commit-notifier-0.12.10/lib/git_commit_notifier/commit_hook.rb:230:in `run'
because in the following function recipient is undefined:
|
def get_reply_to_address(config, committer_email) |
This is not present in master.
For this reason it may be a good idea to push a new version. Thanks!!
v0.12.10 (latest version) contains this error:
because in the following function
recipientis undefined:git-commit-notifier/lib/git_commit_notifier/commit_hook.rb
Line 55 in 2ee352f
This is not present in master.
For this reason it may be a good idea to push a new version. Thanks!!