Update ruby-logging to 1.8.2.
== 1.8.2 / 2014-01-29 Bug Fixes - Adding a `formatter` method for Rails 4 compatibility
This commit is contained in:
parent
a39cd7d7ae
commit
cf1fb36f54
3 changed files with 8 additions and 7 deletions
|
@ -1,6 +1,6 @@
|
|||
# $NetBSD: Makefile,v 1.6 2013/04/06 14:09:33 rodent Exp $
|
||||
# $NetBSD: Makefile,v 1.7 2014/03/14 15:56:37 taca Exp $
|
||||
|
||||
DISTNAME= logging-1.8.1
|
||||
DISTNAME= logging-1.8.2
|
||||
CATEGORIES= devel
|
||||
|
||||
MAINTAINER= pkgsrc-users@NetBSD.org
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@comment $NetBSD: PLIST,v 1.6 2013/01/12 09:14:59 taca Exp $
|
||||
@comment $NetBSD: PLIST,v 1.7 2014/03/14 15:56:37 taca Exp $
|
||||
${GEM_HOME}/cache/${GEM_NAME}.gem
|
||||
${GEM_LIBDIR}/.gitignore
|
||||
${GEM_LIBDIR}/.travis.yml
|
||||
|
@ -56,6 +56,7 @@ ${GEM_LIBDIR}/lib/logging/stats.rb
|
|||
${GEM_LIBDIR}/lib/logging/utils.rb
|
||||
${GEM_LIBDIR}/lib/rspec/logging_helper.rb
|
||||
${GEM_LIBDIR}/lib/spec/logging_helper.rb
|
||||
${GEM_LIBDIR}/script/bootstrap
|
||||
${GEM_LIBDIR}/test/appenders/test_buffered_io.rb
|
||||
${GEM_LIBDIR}/test/appenders/test_console.rb
|
||||
${GEM_LIBDIR}/test/appenders/test_email.rb
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.5 2013/01/12 09:14:59 taca Exp $
|
||||
$NetBSD: distinfo,v 1.6 2014/03/14 15:56:37 taca Exp $
|
||||
|
||||
SHA1 (logging-1.8.1.gem) = 5e657307273cd074aae33047985040945b95b630
|
||||
RMD160 (logging-1.8.1.gem) = 6b6c42e171ad4eacbe5eaa46d7858d1a6d6c7003
|
||||
Size (logging-1.8.1.gem) = 88064 bytes
|
||||
SHA1 (logging-1.8.2.gem) = 913a85a8e104e14eb3ffa6a4058abbac38a176ea
|
||||
RMD160 (logging-1.8.2.gem) = f60520f051e0c7f93c660719b9671a2e0fde7691
|
||||
Size (logging-1.8.2.gem) = 88064 bytes
|
||||
|
|
Loading…
Reference in a new issue