Skip to content

Commit

Permalink
Update ruby-logging to 1.8.1.
Browse files Browse the repository at this point in the history
== 1.8.1 / 2013-01-02

Bug Fixes
- Diagnostic context thread inheritance [issue #56]
- Fixing trace reporting in JRuby 1.7
  • Loading branch information
taca committed Jan 12, 2013
1 parent 5e3b0e4 commit e88ab6b
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 7 deletions.
5 changes: 3 additions & 2 deletions devel/ruby-logging/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.4 2012/09/16 06:20:48 taca Exp $
# $NetBSD: Makefile,v 1.5 2013/01/12 09:14:59 taca Exp $

DISTNAME= logging-1.8.0
DISTNAME= logging-1.8.1
CATEGORIES= devel

MAINTAINER= [email protected]
Expand All @@ -9,6 +9,7 @@ COMMENT= Flexible logging library for Ruby based on log4j
LICENSE= ruby-license

DEPENDS+= ${RUBY_PKGPREFIX}-little-plugger>=1.1.3:../../devel/ruby-little-plugger
DEPENDS+= ${RUBY_PKGPREFIX}-multi_json>=1.3.6:../../textproc/ruby-multi_json

.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"
5 changes: 4 additions & 1 deletion devel/ruby-logging/PLIST
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@comment $NetBSD: PLIST,v 1.5 2012/09/16 06:20:48 taca Exp $
@comment $NetBSD: PLIST,v 1.6 2013/01/12 09:14:59 taca Exp $
${GEM_HOME}/cache/${GEM_NAME}.gem
${GEM_LIBDIR}/.gitignore
${GEM_LIBDIR}/.travis.yml
Expand All @@ -14,13 +14,16 @@ ${GEM_LIBDIR}/examples/appenders.rb
${GEM_LIBDIR}/examples/classes.rb
${GEM_LIBDIR}/examples/colorization.rb
${GEM_LIBDIR}/examples/consolidation.rb
${GEM_LIBDIR}/examples/custom_log_levels.rb
${GEM_LIBDIR}/examples/fork.rb
${GEM_LIBDIR}/examples/formatting.rb
${GEM_LIBDIR}/examples/hierarchies.rb
${GEM_LIBDIR}/examples/layouts.rb
${GEM_LIBDIR}/examples/lazy.rb
${GEM_LIBDIR}/examples/loggers.rb
${GEM_LIBDIR}/examples/mdc.rb
${GEM_LIBDIR}/examples/names.rb
${GEM_LIBDIR}/examples/rspec_integration.rb
${GEM_LIBDIR}/examples/simple.rb
${GEM_LIBDIR}/lib/logging.rb
${GEM_LIBDIR}/lib/logging/appender.rb
Expand Down
8 changes: 4 additions & 4 deletions devel/ruby-logging/distinfo
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.4 2012/09/16 06:20:48 taca Exp $
$NetBSD: distinfo,v 1.5 2013/01/12 09:14:59 taca Exp $

SHA1 (logging-1.8.0.gem) = a6fe2ccb98779ffbc349fecf8c8bb4024ba9d55c
RMD160 (logging-1.8.0.gem) = 5b20ddd6158e96b2a4200813dd8bb02793516d33
Size (logging-1.8.0.gem) = 86528 bytes
SHA1 (logging-1.8.1.gem) = 5e657307273cd074aae33047985040945b95b630
RMD160 (logging-1.8.1.gem) = 6b6c42e171ad4eacbe5eaa46d7858d1a6d6c7003
Size (logging-1.8.1.gem) = 88064 bytes

0 comments on commit e88ab6b

Please sign in to comment.