mirror of
https://git.freebsd.org/ports.git
synced 2025-06-06 21:30:31 -04:00
Update to 0.16.1
Changes: https://github.com/colszowka/simplecov/releases
This commit is contained in:
parent
aab208f599
commit
f87d75ee7e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=464702
3 changed files with 6 additions and 18 deletions
|
@ -1,8 +1,7 @@
|
||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
|
|
||||||
PORTNAME= simplecov
|
PORTNAME= simplecov
|
||||||
PORTVERSION= 0.15.1
|
PORTVERSION= 0.16.1
|
||||||
PORTREVISION= 1
|
|
||||||
CATEGORIES= devel rubygems
|
CATEGORIES= devel rubygems
|
||||||
MASTER_SITES= RG
|
MASTER_SITES= RG
|
||||||
|
|
||||||
|
@ -10,9 +9,9 @@ MAINTAINER= ruby@FreeBSD.org
|
||||||
COMMENT= Powerful configuration library and automatic merging of coverage across test suites
|
COMMENT= Powerful configuration library and automatic merging of coverage across test suites
|
||||||
|
|
||||||
LICENSE= MIT
|
LICENSE= MIT
|
||||||
LICENSE_FILE= ${WRKSRC}/MIT-LICENSE
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||||
|
|
||||||
RUN_DEPENDS= rubygem-docile>=1.1.0:devel/rubygem-docile \
|
RUN_DEPENDS= rubygem-docile>=1.1:devel/rubygem-docile \
|
||||||
rubygem-json>=1.8:devel/rubygem-json \
|
rubygem-json>=1.8:devel/rubygem-json \
|
||||||
rubygem-simplecov-html>=0.10.0:textproc/rubygem-simplecov-html
|
rubygem-simplecov-html>=0.10.0:textproc/rubygem-simplecov-html
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
TIMESTAMP = 1505229700
|
TIMESTAMP = 1521209696
|
||||||
SHA256 (rubygem/simplecov-0.15.1.gem) = b201d2c89a33b5478b138b7df0f771a395ec3da7cf9b60b3063abf3bfd3cf47f
|
SHA256 (rubygem/simplecov-0.16.1.gem) = 8724f0911bbb2b7a3c11155e6d57987cad311f9e5ce7b305b1e2e67fdc73dee9
|
||||||
SIZE (rubygem/simplecov-0.15.1.gem) = 64000
|
SIZE (rubygem/simplecov-0.16.1.gem) = 38912
|
||||||
|
|
|
@ -1,11 +0,0 @@
|
||||||
--- simplecov.gemspec.orig 2018-01-12 13:13:15 UTC
|
|
||||||
+++ simplecov.gemspec
|
|
||||||
@@ -24,7 +24,7 @@ Gem::Specification.new do |s|
|
|
||||||
if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
|
|
||||||
s.add_runtime_dependency(%q<json>.freeze, ["< 3", ">= 1.8"])
|
|
||||||
s.add_runtime_dependency(%q<simplecov-html>.freeze, ["~> 0.10.0"])
|
|
||||||
- s.add_runtime_dependency(%q<docile>.freeze, ["~> 1.1.0"])
|
|
||||||
+ s.add_runtime_dependency(%q<docile>.freeze, ["~> 1.1"])
|
|
||||||
s.add_development_dependency(%q<bundler>.freeze, ["~> 1.9"])
|
|
||||||
else
|
|
||||||
s.add_dependency(%q<json>.freeze, ["< 3", ">= 1.8"])
|
|
Loading…
Add table
Reference in a new issue