denouncer 0.2.3 → 0.2.4

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 9474a71e61a211b75584bb744838836c5be11139
4
- data.tar.gz: b527a7c9c5cad84633c2cb56ee6ac8ef56062fdb
3
+ metadata.gz: b2162c599738f2c3ee05d6627091b4668fa71620
4
+ data.tar.gz: a0a4e11e0fd104f0a2b32e033046df85bf3f62fe
5
5
  SHA512:
6
- metadata.gz: 37471252654e03e816abffef9191899b1ac4e6ed73b55e021c1755bef46d66301f7611122ea470e4f5d87e15fbc22be285caa5bee174a9c02c595694e31f13fc
7
- data.tar.gz: 4de0afc1b5e84c46828043f46db0c0c374ad66b072225d6bbf1ff4290f5ca5eb4c5de8553cb03666c1929028eb50d5a57ea435aad5f24540079316c7ae84fb09
6
+ metadata.gz: 0848de89fa137d4ee9e3f3abbb4821b2e785db9514a0e41ce22c5992d0bf7b80abc1d078f22df8afe7d228a71eafa7efeeacddcbefe8e8f6026bd1bba47f2d0a
7
+ data.tar.gz: a292c71a87620dfb9914b964e9ebedada093875d9937de28c34b90d1f18d4bb47c00f1e12e2fba884db5bb1aadbf83006a28a2730e5718398e19ddf013f9598d
@@ -14,6 +14,8 @@ module Denouncer
14
14
  check_base_configuration! options
15
15
  if options[:notifier].nil?
16
16
  options[:notifier] = DEFAULT_NOTIFIER
17
+ else
18
+ options[:notifier] = options[:notifier].to_sym
17
19
  end
18
20
  initialize_notifier options
19
21
  options
@@ -18,6 +18,7 @@ module Denouncer
18
18
  options[:server] = DEFAULT_SERVER if options[:server].nil?
19
19
  options[:port] = DEFAULT_PORT if options[:port].nil?
20
20
  options[:domain] = DEFAULT_DOMAIN if options[:domain].nil?
21
+ options[:authtype] = options[:authtype].to_sym unless options[:authtype].nil?
21
22
  return options
22
23
  end
23
24
 
@@ -1,3 +1,3 @@
1
1
  module Denouncer
2
- VERSION = "0.2.3"
2
+ VERSION = "0.2.4"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: denouncer
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.3
4
+ version: 0.2.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Julian Weber