Path to this page:
./
devel/ruby-mixlib-log,
Mixin for simple class-based loggers
Branch: CURRENT,
Version: 3.1.1,
Package name: ruby32-mixlib-log-3.1.1,
Maintainer: pkgsrc-usersA simple class based Log mechanism, similar to Merb and Chef, that you
can mix in to your project. Mixlib::Log provides a mixin for enabling
a class based logger object, a-la Merb, Chef, and Nanite.
Required to run:[
lang/ruby26-base]
Required to build:[
pkgtools/cwrappers]
Master sites:
Filesize: 12 KB
Version history: (Expand)
- (2024-07-14) Updated to version: ruby32-mixlib-log-3.1.1
- (2021-10-07) Updated to version: ruby27-mixlib-log-3.0.9
- (2020-09-14) Updated to version: ruby26-mixlib-log-3.0.9
- (2020-03-24) Updated to version: ruby26-mixlib-log-3.0.8
- (2018-09-23) Updated to version: ruby24-mixlib-log-2.0.4
- (2017-11-23) Package has been reborn
CVS history: (Expand)
2021-10-26 12:20:11 by Nia Alarie | Files touched by this commit (3016) |
Log message:
archivers: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
Could not be committed due to merge conflict:
devel/py-traitlets/distinfo
The following distfiles were unfetchable (note: some may be only fetched
conditionally):
./devel/pvs/distinfo pvs-3.2-solaris.tgz
./devel/eclipse/distinfo eclipse-sourceBuild-srcIncluded-3.0.1.zip
|
2021-10-07 15:44:44 by Nia Alarie | Files touched by this commit (3017) |
Log message:
devel: Remove SHA1 hashes for distfiles
|
2020-09-14 18:19:44 by Takahiro Kambe | Files touched by this commit (2) | |
Log message:
devel/ruby-mixlib-log: update to 3.0.9
Update ruby-mixlib-log package to 3.0.9.
3.0.9 (2020-08-21)
* Optimize our requires #60 (tas50)
|
2020-03-24 18:51:09 by Takahiro Kambe | Files touched by this commit (3) | |
Log message:
devel/ruby-mixlib-log: update to 3.0.8
Update ruby-mixlib-log to 3.0.8.
3.0.8 (2019-12-30)
* Expand testing / Update GitHub templates #51 (tas50)
* Add Build Kite PR Testing #52 (tas50)
* Remove Travis PR Testing #53 (tas50)
* Resolve all warnings emitted during testing #54 (zenspider)
* Add windows testing in Buildkite #56 (tas50)
* Test on Ruby 2.7 + random testing improvements #58 (tas50)
* Substitute require for require_relative #59 (tas50)
3.0.1 (2019-01-05)
* reverting back to ruby 2.3 support #48 (lamont-granquist)
3.0.0 (2019-01-04)
* update travis, drop ruby < 2.5, major version bump #47 (lamont-granquist)
2.0.9 (2018-12-18)
* remove hashrocket syntax #41 (lamont-granquist)
* Remove the changelog generator gem #42 (tas50)
* Test on all the Ruby versions we support #43 (tas50)
* Test on Ruby 2.6 in Travis + test on Xenial #46 (tas50)
* Only ship the required library files in the gem artifact #45 (tas50)
|
2018-09-23 18:28:04 by Takahiro Kambe | Files touched by this commit (3) | |
Log message:
devel/ruby-mixlib-log: update to 2.0.4
2.0.4 (2018-04-12)
Merged Pull Requests
* fix labelling #37 (thommay)
2.0.1 (2018-02-28)
Full Changelog
Merged pull requests:
* enable metadata to be got and set #32 (thommay)
* Logging methods (debug, info, warn, error, fatal) all return nil #27
(olleolleolle)
2.0.0 (2018-02-27)
Merged pull requests:
* Structured Logging #30 (thommay)
* RSpec: use 3.7, disable monkey patching mode #28 (olleolleolle)
* README: Format a line of code using Markdown, not RDoc #24 (olleolleolle)
* Travis: update Ruby versions, pass lint #22 (olleolleolle)
* Require Ruby 2.2+ #20 (tas50)
|
2017-06-11 17:01:14 by Takahiro Kambe | Files touched by this commit (3) | |
Log message:
Update ruby-mixlib-log to 1.7.1.
1.7.1 (2016-08-12)
* Allow applications to query if they've got loggers #18 (thommay)
1.7.0 (2016-08-04)
* test with updated ruby versions and run cucumber #16 (thommay)
* Add dev dependency on chefstyle #15 (tas50)
* Misc cleanup + add Travis #14 (tas50)
* File log devices opened by mixlib-log should be closed. #13 (mhorbul)
* Include the license type in the .gemspec #9 (benders)
* MIXLIB-10: don't be so pessimistic about development libraries #8 (jkeiser)
Fixed bugs:
* Ensure that arguments to Mixlib::Log#add are passed as is to all loggers #7
(ketan)
* Fixing RDoc formatting of README.rdoc. #4 (ampledata)
|
2015-11-03 04:29:40 by Alistair G. Crooks | Files touched by this commit (1995) |
Log message:
Add SHA512 digests for distfiles for devel category
Issues found with existing distfiles:
distfiles/eclipse-sourceBuild-srcIncluded-3.0.1.zip
distfiles/fortran-utils-1.1.tar.gz
distfiles/ivykis-0.39.tar.gz
distfiles/enum-1.11.tar.gz
distfiles/pvs-3.2-libraries.tgz
distfiles/pvs-3.2-linux.tgz
distfiles/pvs-3.2-solaris.tgz
distfiles/pvs-3.2-system.tgz
No changes made to these distinfo files.
Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden). All existing
SHA1 digests retained for now as an audit trail.
|
2014-06-03 15:14:02 by Jonathan Perkin | Files touched by this commit (4) |
Log message:
Import devel/ruby-mixlib-log into pkgsrc.
A simple class based Log mechanism, similar to Merb and Chef, that you
can mix in to your project. Mixlib::Log provides a mixin for enabling
a class based logger object, a-la Merb, Chef, and Nanite.
|