RUL 0.0.1 → 0.0.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.
Files changed (3) hide show
  1. data/lib/rul/rul.rb +1 -1
  2. data/rul.gemspec +1 -1
  3. metadata +1 -1
@@ -11,7 +11,7 @@ module RUL
11
11
  end
12
12
 
13
13
  def add_with_uuid_info severity, message=nil, progname=nil, &block
14
- uuid = (Thread.current[:uuid] ||= @uuid.generate)
14
+ uuid = (Thread.current[:uuid] ||= @@uuid.generate)
15
15
  unless message.include?(uuid)
16
16
  message = "#{uuid} - #{message}"
17
17
  end
@@ -3,7 +3,7 @@ $:.push File.expand_path("../lib", __FILE__)
3
3
 
4
4
  Gem::Specification.new do |s|
5
5
  s.name = "RUL"
6
- s.version = "0.0.1"
6
+ s.version = "0.0.2"
7
7
  s.authors = ["Jason Rogers"]
8
8
  s.email = ["jacaetevha@gmail.com"]
9
9
  s.homepage = "https://github.com/jacaetevha/RUL"
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: RUL
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: