RUL 0.0.2 → 0.0.3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/lib/rul/rul.rb +1 -1
  2. data/rul.gemspec +1 -1
  3. metadata +1 -1
@@ -15,7 +15,7 @@ module RUL
15
15
  unless message.include?(uuid)
16
16
  message = "#{uuid} - #{message}"
17
17
  end
18
- add_without_uuid_information severity, message, progname, &block
18
+ add_without_uuid_info severity, message, progname, &block
19
19
  end
20
20
  end
21
21
  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.2"
6
+ s.version = "0.0.3"
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.2
4
+ version: 0.0.3
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: