flapjack 0.6.25 → 0.6.26

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.
@@ -33,6 +33,7 @@ module Flapjack
33
33
  Blather.logger = log
34
34
 
35
35
  def initialize
36
+ super
36
37
  @buffer = []
37
38
  @hostname = Socket.gethostname
38
39
  end
@@ -103,6 +104,7 @@ module Flapjack
103
104
  return if @buffer.empty?
104
105
  while stanza = @buffer.shift
105
106
  @logger.debug("Sending a buffered jabber message to: #{stanza.to}, using: #{stanza.type}, message: #{stanza.body}")
107
+ write(stanza)
106
108
  end
107
109
  end
108
110
 
@@ -1,5 +1,5 @@
1
1
  #!/usr/bin/env ruby
2
2
 
3
3
  module Flapjack
4
- VERSION = "0.6.25"
4
+ VERSION = "0.6.26"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: flapjack
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.6.25
4
+ version: 0.6.26
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: