diff options
author | taca <taca@pkgsrc.org> | 2015-09-13 14:02:13 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2015-09-13 14:02:13 +0000 |
commit | 6ad0ce442a997b45518b4ef148bb54230b43a829 (patch) | |
tree | 5844b15739ec909f4a230e1f216c630b72348809 /devel | |
parent | f801a36b94ae4c33c1f1ef4c4d367612c2cf771d (diff) | |
download | pkgsrc-6ad0ce442a997b45518b4ef148bb54230b43a829.tar.gz |
Add ruby-rspec-logsplit, required by new version of ruby-celluloid.
Separate the logs between examples to allow for easier understanding.
# Log Splitter for RSpec
This `RSpec` plugin allows you to change the logger for your library for each
separate example. This gives the ability to see the log output for each
specific test.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/ruby-rspec-logsplit/DESCR | 6 | ||||
-rw-r--r-- | devel/ruby-rspec-logsplit/Makefile | 12 | ||||
-rw-r--r-- | devel/ruby-rspec-logsplit/PLIST | 23 | ||||
-rw-r--r-- | devel/ruby-rspec-logsplit/distinfo | 5 |
4 files changed, 46 insertions, 0 deletions
diff --git a/devel/ruby-rspec-logsplit/DESCR b/devel/ruby-rspec-logsplit/DESCR new file mode 100644 index 00000000000..19cc351d08f --- /dev/null +++ b/devel/ruby-rspec-logsplit/DESCR @@ -0,0 +1,6 @@ +Separate the logs between examples to allow for easier understanding. +# Log Splitter for RSpec + +This `RSpec` plugin allows you to change the logger for your library for each +separate example. This gives the ability to see the log output for each +specific test. diff --git a/devel/ruby-rspec-logsplit/Makefile b/devel/ruby-rspec-logsplit/Makefile new file mode 100644 index 00000000000..ca629aaa1a4 --- /dev/null +++ b/devel/ruby-rspec-logsplit/Makefile @@ -0,0 +1,12 @@ +# $NetBSD: Makefile,v 1.1 2015/09/13 14:02:13 taca Exp $ + +DISTNAME= rspec-logsplit-0.1.3 +CATEGORIES= devel + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= https://github.com/abstractive/rspec-logsplit +COMMENT= New logger for each example +LICENSE= mit + +.include "../../lang/ruby/gem.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/devel/ruby-rspec-logsplit/PLIST b/devel/ruby-rspec-logsplit/PLIST new file mode 100644 index 00000000000..b62a5e4ef1e --- /dev/null +++ b/devel/ruby-rspec-logsplit/PLIST @@ -0,0 +1,23 @@ +@comment $NetBSD: PLIST,v 1.1 2015/09/13 14:02:13 taca Exp $ +${GEM_HOME}/cache/${GEM_NAME}.gem +${GEM_LIBDIR}/.gitignore +${GEM_LIBDIR}/.rspec +${GEM_LIBDIR}/.travis.yml +${GEM_LIBDIR}/CHANGES.md +${GEM_LIBDIR}/Gemfile +${GEM_LIBDIR}/LICENSE.txt +${GEM_LIBDIR}/README.md +${GEM_LIBDIR}/Rakefile +${GEM_LIBDIR}/lib/rspec/log_split.rb +${GEM_LIBDIR}/lib/rspec/log_split/config.rb +${GEM_LIBDIR}/lib/rspec/log_split/handler.rb +${GEM_LIBDIR}/lib/rspec/log_split/version.rb +${GEM_LIBDIR}/rspec-logsplit.gemspec +${GEM_LIBDIR}/spec/demo_spec.rb +${GEM_LIBDIR}/spec/spec_helper.rb +${GEM_LIBDIR}/spec/support/demo.rb +${GEM_LIBDIR}/spec/support/shared_examples/win.rb +${GEM_LIBDIR}/spec/things_spec.rb +${GEM_LIBDIR}/spec/zebra_spec.rb +${GEM_LIBDIR}/tasks/rspec.rake +${GEM_HOME}/specifications/${GEM_NAME}.gemspec diff --git a/devel/ruby-rspec-logsplit/distinfo b/devel/ruby-rspec-logsplit/distinfo new file mode 100644 index 00000000000..5526c2a4096 --- /dev/null +++ b/devel/ruby-rspec-logsplit/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1 2015/09/13 14:02:13 taca Exp $ + +SHA1 (rspec-logsplit-0.1.3.gem) = 2a8acc5ff57f2350185c56b4bef9be6311f7660f +RMD160 (rspec-logsplit-0.1.3.gem) = a572477676740816c5d8906d0fc1801797754abb +Size (rspec-logsplit-0.1.3.gem) = 7680 bytes |