paraduct 0.0.1.beta8 → 0.0.1.beta9

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.
@@ -2,9 +2,8 @@ module Paraduct
2
2
  class ThreadLogger < ::Logger
3
3
  def initialize(logdev = STDOUT)
4
4
  super(logdev)
5
- thread_id = Thread.current.object_id.to_s
6
5
  color = Paraduct::ThreadLogger.next_color
7
- @label = "[#{thread_id.colorize(color)}]"
6
+ @label = "[#{object_id.to_s.colorize(color)}]"
8
7
  @formatter = ActiveSupport::Logger::SimpleFormatter.new
9
8
  end
10
9
 
@@ -1,3 +1,3 @@
1
1
  module Paraduct
2
- VERSION = "0.0.1.beta8"
2
+ VERSION = "0.0.1.beta9"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: paraduct
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1.beta8
4
+ version: 0.0.1.beta9
5
5
  prerelease: 6
6
6
  platform: ruby
7
7
  authors:
@@ -369,7 +369,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
369
369
  version: '0'
370
370
  segments:
371
371
  - 0
372
- hash: 965454421282758881
372
+ hash: 3796133375800499924
373
373
  required_rubygems_version: !ruby/object:Gem::Requirement
374
374
  none: false
375
375
  requirements: