diff options
Diffstat (limited to 'devel/ruby-simplecov')
-rw-r--r-- | devel/ruby-simplecov/Makefile | 4 | ||||
-rw-r--r-- | devel/ruby-simplecov/PLIST | 15 | ||||
-rw-r--r-- | devel/ruby-simplecov/distinfo | 10 |
3 files changed, 19 insertions, 10 deletions
diff --git a/devel/ruby-simplecov/Makefile b/devel/ruby-simplecov/Makefile index 837120d03e2..b2a07e646aa 100644 --- a/devel/ruby-simplecov/Makefile +++ b/devel/ruby-simplecov/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.16 2016/10/09 15:09:02 taca Exp $ +# $NetBSD: Makefile,v 1.17 2017/03/20 12:32:45 taca Exp $ -DISTNAME= simplecov-0.12.0 +DISTNAME= simplecov-0.14.1 CATEGORIES= devel MAINTAINER= pkgsrc-users@NetBSD.org diff --git a/devel/ruby-simplecov/PLIST b/devel/ruby-simplecov/PLIST index bf7400ef1ce..1b065147c7c 100644 --- a/devel/ruby-simplecov/PLIST +++ b/devel/ruby-simplecov/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.8 2015/12/12 14:36:38 taca Exp $ +@comment $NetBSD: PLIST,v 1.9 2017/03/20 12:32:45 taca Exp $ ${GEM_HOME}/cache/${GEM_NAME}.gem ${GEM_LIBDIR}/.gitignore ${GEM_LIBDIR}/.rspec @@ -61,11 +61,12 @@ ${GEM_LIBDIR}/lib/simplecov/formatter/multi_formatter.rb ${GEM_LIBDIR}/lib/simplecov/formatter/simple_formatter.rb ${GEM_LIBDIR}/lib/simplecov/jruby_fix.rb ${GEM_LIBDIR}/lib/simplecov/last_run.rb -${GEM_LIBDIR}/lib/simplecov/merge_helpers.rb +${GEM_LIBDIR}/lib/simplecov/load_global_config.rb ${GEM_LIBDIR}/lib/simplecov/no_defaults.rb ${GEM_LIBDIR}/lib/simplecov/profiles.rb ${GEM_LIBDIR}/lib/simplecov/railtie.rb ${GEM_LIBDIR}/lib/simplecov/railties/tasks.rake +${GEM_LIBDIR}/lib/simplecov/raw_coverage.rb ${GEM_LIBDIR}/lib/simplecov/result.rb ${GEM_LIBDIR}/lib/simplecov/result_merger.rb ${GEM_LIBDIR}/lib/simplecov/source_file.rb @@ -73,6 +74,8 @@ ${GEM_LIBDIR}/lib/simplecov/version.rb ${GEM_LIBDIR}/simplecov.gemspec ${GEM_LIBDIR}/spec/1_8_fallbacks_spec.rb ${GEM_LIBDIR}/spec/command_guesser_spec.rb +${GEM_LIBDIR}/spec/config_loader_spec.rb +${GEM_LIBDIR}/spec/configuration_spec.rb ${GEM_LIBDIR}/spec/deleted_source_spec.rb ${GEM_LIBDIR}/spec/faked_project/Gemfile ${GEM_LIBDIR}/spec/faked_project/Rakefile @@ -104,15 +107,21 @@ ${GEM_LIBDIR}/spec/fixtures/frameworks/rspec_good.rb ${GEM_LIBDIR}/spec/fixtures/frameworks/testunit_bad.rb ${GEM_LIBDIR}/spec/fixtures/frameworks/testunit_good.rb ${GEM_LIBDIR}/spec/fixtures/iso-8859.rb +${GEM_LIBDIR}/spec/fixtures/never.rb ${GEM_LIBDIR}/spec/fixtures/resultset1.rb ${GEM_LIBDIR}/spec/fixtures/resultset2.rb ${GEM_LIBDIR}/spec/fixtures/sample.rb +${GEM_LIBDIR}/spec/fixtures/skipped.rb +${GEM_LIBDIR}/spec/fixtures/skipped_and_executed.rb ${GEM_LIBDIR}/spec/fixtures/utf-8.rb ${GEM_LIBDIR}/spec/helper.rb -${GEM_LIBDIR}/spec/merge_helpers_spec.rb +${GEM_LIBDIR}/spec/last_run_spec.rb ${GEM_LIBDIR}/spec/multi_formatter_spec.rb +${GEM_LIBDIR}/spec/raw_coverage_spec.rb +${GEM_LIBDIR}/spec/result_merger_spec.rb ${GEM_LIBDIR}/spec/result_spec.rb ${GEM_LIBDIR}/spec/return_codes_spec.rb ${GEM_LIBDIR}/spec/source_file_line_spec.rb ${GEM_LIBDIR}/spec/source_file_spec.rb +${GEM_LIBDIR}/spec/support/fail_rspec_on_ruby_warning.rb ${GEM_HOME}/specifications/${GEM_NAME}.gemspec diff --git a/devel/ruby-simplecov/distinfo b/devel/ruby-simplecov/distinfo index 35833b872ec..ca605143d14 100644 --- a/devel/ruby-simplecov/distinfo +++ b/devel/ruby-simplecov/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.13 2016/10/09 15:09:02 taca Exp $ +$NetBSD: distinfo,v 1.14 2017/03/20 12:32:45 taca Exp $ -SHA1 (simplecov-0.12.0.gem) = d988d8e204f55275678491c39cb4ca599d4a6956 -RMD160 (simplecov-0.12.0.gem) = 8e5d1ee6ea5dc743d8d6b37faa772ecf8358927e -SHA512 (simplecov-0.12.0.gem) = 759a7aae2552deb5f1e213c7547f688a34d56e7baa9ce914b25ae8e43515b09e90d15ce9de5b651bc70a439beed4041f0c8c7c3dc0113dedfb7bcb80dacf9edd -Size (simplecov-0.12.0.gem) = 54784 bytes +SHA1 (simplecov-0.14.1.gem) = fd22e7ff3aa026491f660a3100770b02c083c890 +RMD160 (simplecov-0.14.1.gem) = e81a3546b17cd506a36e710cbafde0389258617f +SHA512 (simplecov-0.14.1.gem) = 7b62fef6df1d3b395b03a5444d65430ae645aca7c13e6694f4377b35a82c0b4503e5d53a94512ff06e634a6d81331a8bce31787dba793517ecd3e502220afbaf +Size (simplecov-0.14.1.gem) = 58880 bytes |