pkgsrc/textproc/ruby-json/Makefile
taca b855a4f41b textproc/ruby-json: update to 2.3.1
Update ruby-json package to 2.3.1.


## 2020-06-30 (2.3.1)

* Spelling and grammar fixes for comments. Pull request #191 by Josh
  Kline.
* Enhance generic JSON and #generate docs. Pull request #347 by Victor
  Shepelev.
* Add :nodoc: for GeneratorMethods. Pull request #349 by Victor Shepelev.
* Baseline changes to help (JRuby) development. Pull request #371 by Karol
  Bucek.
* Add metadata for rubygems.org. Pull request #379 by Alexandre ZANNI.
* Remove invalid JSON.generate description from JSON module rdoc. Pull
  request #384 by Jeremy Evans.
* Test with TruffleRuby in CI. Pull request #402 by Benoit Daloze.
* Rdoc enhancements. Pull request #413 by Burdette Lamar.
* Fixtures/ are not being tested... Pull request #416 by Marc-Andr«±
  Lafortune.
* Use frozen string for hash key. Pull request #420 by Marc-Andr«±
  Lafortune.
* Added :call-seq: to RDoc for some methods. Pull request #422 by Burdette
  Lamar.
* Small typo fix. Pull request #423 by Marc-Andr«± Lafortune.
2020-09-14 16:08:12 +00:00

17 lines
431 B
Makefile

# $NetBSD: Makefile,v 1.42 2020/09/14 16:08:12 taca Exp $
DISTNAME= json-2.3.1
CATEGORIES= textproc
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://flori.github.com/json
COMMENT= Native extension implementation of JSON for Ruby
LICENSE= ruby-license
USE_GCC_RUNTIME= yes
post-extract:
cd ${WRKSRC}; ${FIND} . -xdev -type f -print | ${XARGS} ${CHMOD} g-w
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"