TwP-logging 0.9.8.2 → 1.0.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. data/History.txt +1 -1
  2. data/Rakefile +1 -0
  3. data/lib/logging.rb +1 -1
  4. metadata +1 -1
data/History.txt CHANGED
@@ -6,7 +6,7 @@
6
6
  3 minor enhancements
7
7
  - Added a YAML layout option
8
8
  - Added a JSON layout option
9
- - Cration of an "examples" directory or logging configurations
9
+ - Cration of an "examples" directory
10
10
  1 bug fix
11
11
  - Logging initialization happens implicitly when a logger, layout, or
12
12
  appender is created
data/Rakefile CHANGED
@@ -27,6 +27,7 @@ PROJ.ignore_file = '.gitignore'
27
27
 
28
28
  PROJ.exclude << %w[^tags$ logging.gemspec]
29
29
  PROJ.rdoc.exclude << '^data'
30
+ PROJ.rdoc.include << '^examples/.*\.rb'
30
31
  #PROJ.rdoc.dir = 'doc/rdoc'
31
32
  #PROJ.rdoc.remote_dir = 'rdoc'
32
33
  PROJ.rdoc.dir = 'doc'
data/lib/logging.rb CHANGED
@@ -30,7 +30,7 @@ begin require 'fastthread'; rescue LoadError; end
30
30
  module Logging
31
31
 
32
32
  # :stopdoc:
33
- VERSION = '0.9.8.2'
33
+ VERSION = '1.0.0'
34
34
  LIBPATH = ::File.expand_path(::File.dirname(__FILE__)) + ::File::SEPARATOR
35
35
  PATH = ::File.dirname(LIBPATH) + ::File::SEPARATOR
36
36
  WIN32 = %r/djgpp|(cyg|ms|bcc)win|mingw/ =~ RUBY_PLATFORM
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: TwP-logging
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.9.8.2
4
+ version: 1.0.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tim Pease