summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortaca <taca@pkgsrc.org>2013-02-13 16:17:51 +0000
committertaca <taca@pkgsrc.org>2013-02-13 16:17:51 +0000
commit8da2b9811121746cd868e179ee2eb8ca995259bd (patch)
tree031b0c7c5a53ee35d45ca01e7b20e3242ee3f086
parent98ef9c49188745ea6f997ea48198a5a674a98839 (diff)
downloadpkgsrc-8da2b9811121746cd868e179ee2eb8ca995259bd.tar.gz
Update ruby-multi_json to 1.6.0.
1.6.0 ----- * [Add gson.rb support](https://github.com/intridea/multi_json/pull/71) * [Add MultiJson.default_options](https://github.com/intridea/multi_json/pull/70) * [Add MultiJson.with_adapter](https://github.com/intridea/multi_json/pull/67) * [Stringify all possible keys for ok_json](https://github.com/intridea/multi_json/pull/66) * [Alias `MultiJson::DecodeError` to `MultiJson::LoadError`](https://github.com/intridea/multi_json/pull/79)
-rw-r--r--textproc/ruby-multi_json/Makefile6
-rw-r--r--textproc/ruby-multi_json/PLIST7
-rw-r--r--textproc/ruby-multi_json/distinfo8
3 files changed, 13 insertions, 8 deletions
diff --git a/textproc/ruby-multi_json/Makefile b/textproc/ruby-multi_json/Makefile
index 5eba7a81385..75f87f7e778 100644
--- a/textproc/ruby-multi_json/Makefile
+++ b/textproc/ruby-multi_json/Makefile
@@ -1,11 +1,11 @@
-# $NetBSD: Makefile,v 1.6 2013/02/12 15:08:30 taca Exp $
+# $NetBSD: Makefile,v 1.7 2013/02/13 16:17:51 taca Exp $
-DISTNAME= multi_json-1.5.1
+DISTNAME= multi_json-1.6.0
CATEGORIES= textproc
MAINTAINER= pkgsrc-userse@NetBSD.org
HOMEPAGE= http://github.com/intridea/multi_json
-COMMENT= general-purpose swappable JSON backend library
+COMMENT= General-purpose swappable JSON backend library
LICENSE= mit
.include "../../lang/ruby/gem.mk"
diff --git a/textproc/ruby-multi_json/PLIST b/textproc/ruby-multi_json/PLIST
index f0e5ae58dfd..d952ae18d9a 100644
--- a/textproc/ruby-multi_json/PLIST
+++ b/textproc/ruby-multi_json/PLIST
@@ -1,13 +1,17 @@
-@comment $NetBSD: PLIST,v 1.3 2012/04/29 05:41:46 taca Exp $
+@comment $NetBSD: PLIST,v 1.4 2013/02/13 16:17:51 taca Exp $
${GEM_HOME}/cache/${GEM_NAME}.gem
${GEM_LIBDIR}/.document
${GEM_LIBDIR}/.rspec
${GEM_LIBDIR}/.travis.yml
+${GEM_LIBDIR}/.yardopts
+${GEM_LIBDIR}/CHANGELOG.md
+${GEM_LIBDIR}/CONTRIBUTING.md
${GEM_LIBDIR}/Gemfile
${GEM_LIBDIR}/LICENSE.md
${GEM_LIBDIR}/README.md
${GEM_LIBDIR}/Rakefile
${GEM_LIBDIR}/lib/multi_json.rb
+${GEM_LIBDIR}/lib/multi_json/adapters/gson.rb
${GEM_LIBDIR}/lib/multi_json/adapters/json_common.rb
${GEM_LIBDIR}/lib/multi_json/adapters/json_gem.rb
${GEM_LIBDIR}/lib/multi_json/adapters/json_pure.rb
@@ -20,5 +24,6 @@ ${GEM_LIBDIR}/lib/multi_json/version.rb
${GEM_LIBDIR}/multi_json.gemspec
${GEM_LIBDIR}/spec/adapter_shared_example.rb
${GEM_LIBDIR}/spec/helper.rb
+${GEM_LIBDIR}/spec/json_common_shared_example.rb
${GEM_LIBDIR}/spec/multi_json_spec.rb
${GEM_HOME}/specifications/${GEM_NAME}.gemspec
diff --git a/textproc/ruby-multi_json/distinfo b/textproc/ruby-multi_json/distinfo
index 9bd5309ea97..0529a8bdf8d 100644
--- a/textproc/ruby-multi_json/distinfo
+++ b/textproc/ruby-multi_json/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.6 2013/02/12 15:08:30 taca Exp $
+$NetBSD: distinfo,v 1.7 2013/02/13 16:17:51 taca Exp $
-SHA1 (multi_json-1.5.1.gem) = cdfd9382341b5cd360601bb8712524ca09d860b4
-RMD160 (multi_json-1.5.1.gem) = 4e46eb2f5593f6307b341b19e61a1d1c960d49b2
-Size (multi_json-1.5.1.gem) = 16384 bytes
+SHA1 (multi_json-1.6.0.gem) = 47aa879e2b030205a468c1611558ae66f7a05f2c
+RMD160 (multi_json-1.6.0.gem) = 14b4a3eb8caed45cfed13b5fc57fc34b9f103db2
+Size (multi_json-1.6.0.gem) = 24064 bytes