Update to 2.0.3

- Update LICENSE
- Update WWW

Changes:	https://github.com/flori/json/blob/master/CHANGES.md
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2017-01-13 14:44:27 +00:00
parent 847ed2e2e4
commit 74be081820
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=431386
3 changed files with 6 additions and 6 deletions

View file

@ -2,14 +2,14 @@
# $FreeBSD$
PORTNAME= json_pure
PORTVERSION= 2.0.2
PORTVERSION= 2.0.3
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Parse JSON texts and generate them from ruby data structures in Ruby
LICENSE= GPLv2 RUBY
LICENSE= BSD2CLAUSE RUBY
LICENSE_COMB= dual
USE_RUBY= yes

View file

@ -1,3 +1,3 @@
TIMESTAMP = 1483146107
SHA256 (rubygem/json_pure-2.0.2.gem) = def9c4d3da29b3d36033d4b019b045520b1ee4968161630f4b422c7e18b6c83b
SIZE (rubygem/json_pure-2.0.2.gem) = 138752
TIMESTAMP = 1484304128
SHA256 (rubygem/json_pure-2.0.3.gem) = 3af4187a03a37cadc93c81fd7333ea8aac5d92d22609af448aa4fb060dd73850
SIZE (rubygem/json_pure-2.0.3.gem) = 138752

View file

@ -2,4 +2,4 @@ This library can parse JSON texts and generate them from ruby data structures.
This port implemented in pure Ruby and comes with its own unicode conversion
functions and a parser generated by the Ragel State Machine Compiler.
WWW: http://flori.github.com/json
WWW: http://flori.github.io/json/