firehose 1.2.7 → 1.2.8

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.
@@ -150,7 +150,7 @@ module Firehose
150
150
  end
151
151
 
152
152
  def handle_error(event)
153
- Firehose.logger.error "WS connection `#{@path}` error `#{event.inspect}`"
153
+ Firehose.logger.error "WS connection `#{@path}` error. Message: `#{event.message.inspect}`; Data: `#{event.data.inspect}`"
154
154
  end
155
155
 
156
156
  def self.wrap_frame(message, last_sequence)
@@ -1,4 +1,4 @@
1
1
  module Firehose
2
- VERSION = "1.2.7"
3
- CODENAME = "Rain Reservoir"
2
+ VERSION = "1.2.8"
3
+ CODENAME = "Straight Stream"
4
4
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: firehose
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.7
4
+ version: 1.2.8
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -403,7 +403,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
403
403
  version: '0'
404
404
  segments:
405
405
  - 0
406
- hash: 827032857980815458
406
+ hash: 1688305656129984284
407
407
  required_rubygems_version: !ruby/object:Gem::Requirement
408
408
  none: false
409
409
  requirements:
@@ -412,7 +412,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
412
412
  version: '0'
413
413
  segments:
414
414
  - 0
415
- hash: 827032857980815458
415
+ hash: 1688305656129984284
416
416
  requirements: []
417
417
  rubyforge_project: firehose
418
418
  rubygems_version: 1.8.23