From 37cd142d8ce3846593027de831fdc829110fea34 Mon Sep 17 00:00:00 2001 From: Po-Chuan Hsieh Date: Tue, 6 Jul 2021 23:00:05 +0800 Subject: devel/rubygem-structured_warnings: Update to 0.4.0 Changes: https://github.com/schmidt/structured_warnings/blob/master/HISTORY.md --- devel/rubygem-structured_warnings/Makefile | 7 ++++--- devel/rubygem-structured_warnings/distinfo | 6 +++--- devel/rubygem-structured_warnings/pkg-descr | 8 ++++---- 3 files changed, 11 insertions(+), 10 deletions(-) diff --git a/devel/rubygem-structured_warnings/Makefile b/devel/rubygem-structured_warnings/Makefile index 8161faf517c6..3c246ed75fdb 100644 --- a/devel/rubygem-structured_warnings/Makefile +++ b/devel/rubygem-structured_warnings/Makefile @@ -1,7 +1,7 @@ # Created by: Mikhail T. PORTNAME= structured_warnings -PORTVERSION= 0.3.0 +PORTVERSION= 0.4.0 CATEGORIES= devel rubygems MASTER_SITES= RG @@ -10,8 +10,9 @@ COMMENT= Implementation of structured warnings for Ruby LICENSE= MIT -NO_ARCH= yes -USE_RUBY= yes USES= gem +USE_RUBY= yes + +NO_ARCH= yes .include diff --git a/devel/rubygem-structured_warnings/distinfo b/devel/rubygem-structured_warnings/distinfo index bb5ddec02678..a996c5c4fe09 100644 --- a/devel/rubygem-structured_warnings/distinfo +++ b/devel/rubygem-structured_warnings/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1490371261 -SHA256 (rubygem/structured_warnings-0.3.0.gem) = 258ac0fc4f98c0808400a72dcfabf1bc69d7f9520b55ead1853a96657106d8b4 -SIZE (rubygem/structured_warnings-0.3.0.gem) = 12288 +TIMESTAMP = 1625323801 +SHA256 (rubygem/structured_warnings-0.4.0.gem) = ff9a59278e3ad8d18f742e677b764ce374f16e52c7993c0ff7d76900e93383ad +SIZE (rubygem/structured_warnings-0.4.0.gem) = 12288 diff --git a/devel/rubygem-structured_warnings/pkg-descr b/devel/rubygem-structured_warnings/pkg-descr index 4c5240cf1b37..8923d2f3bc9b 100644 --- a/devel/rubygem-structured_warnings/pkg-descr +++ b/devel/rubygem-structured_warnings/pkg-descr @@ -1,6 +1,6 @@ -This is an implementation of Daniel Berger's proposal of structured warnings -for Ruby. They provide dynamic suppression and activation, as well as, -an inheritance hierarchy to model their relations. This library preserves -the old warn signature, but additionally allows a raise-like use. +This is an implementation of Daniel Berger's proposal of structured warnings for +Ruby. They provide dynamic suppression and activation, as well as, an +inheritance hierarchy to model their relations. This library preserves the old +warn signature, but additionally allows a raise-like use. WWW: https://github.com/schmidt/structured_warnings -- cgit v1.2.3