Update to 2.10.0
- Take maintainership Changes: https://github.com/rails/jbuilder/blob/master/CHANGELOG.md
This commit is contained in:
parent
3a0467fa2f
commit
594c516676
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=525742
2 changed files with 6 additions and 6 deletions
|
@ -2,18 +2,18 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= jbuilder
|
||||
PORTVERSION= 2.9.1
|
||||
PORTVERSION= 2.10.0
|
||||
CATEGORIES= devel rubygems
|
||||
MASTER_SITES= RG
|
||||
PKGNAMESUFFIX= -rails50
|
||||
|
||||
MAINTAINER= ruby@FreeBSD.org
|
||||
MAINTAINER= sunpoet@FreeBSD.org
|
||||
COMMENT= Create JSON structures via a Builder-style DSL
|
||||
|
||||
LICENSE= MIT
|
||||
LICENSE_FILE= ${WRKSRC}/MIT-LICENSE
|
||||
|
||||
RUN_DEPENDS= rubygem-activesupport50>=4.2.0:devel/rubygem-activesupport50
|
||||
RUN_DEPENDS= rubygem-activesupport50>=5.0.0:devel/rubygem-activesupport50
|
||||
|
||||
USES= gem
|
||||
USE_RUBY= yes
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1562501269
|
||||
SHA256 (rubygem/jbuilder-2.9.1.gem) = 27a7fb295282abd03fea2cdf9411b7d7de3e9728ba909aefa6a0392898fe4d0d
|
||||
SIZE (rubygem/jbuilder-2.9.1.gem) = 28160
|
||||
TIMESTAMP = 1581351636
|
||||
SHA256 (rubygem/jbuilder-2.10.0.gem) = 0ee4647ee05af8677a28316cb05fa046084e7e5f15a04623c09676d5ddcdbf70
|
||||
SIZE (rubygem/jbuilder-2.10.0.gem) = 28160
|
||||
|
|
Loading…
Reference in a new issue