postfix-xforward 0.1.1 → 0.1.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -248,7 +248,7 @@ module PostfixXForward
248
248
  cap = capable_xforward_attrs
249
249
  @xforward_attrs.each do |attr, value|
250
250
  if cap.include?(attr)
251
- attr = '[UNAVAILABLE]' if value.nil? or value.empty?
251
+ value = '[UNAVAILABLE]' if value.nil? or value.empty?
252
252
  tmp = " #{attr}=#{Utils.xtext(value)}"
253
253
  if cmd.length + tmp.length > MAXLEN
254
254
  getok(cmd)
@@ -2,7 +2,7 @@ module PostfixXForward
2
2
  module Version
3
3
  MAJOR = 0
4
4
  MINOR = 1
5
- TINY = 1
5
+ TINY = 2
6
6
  STRING = [MAJOR, MINOR, TINY].join('.')
7
7
  end
8
8
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: postfix-xforward
3
3
  version: !ruby/object:Gem::Version
4
- hash: 25
4
+ hash: 31
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 1
9
- - 1
10
- version: 0.1.1
9
+ - 2
10
+ version: 0.1.2
11
11
  platform: ruby
12
12
  authors:
13
13
  - Kendall Gifford