diff options
author | taca <taca@pkgsrc.org> | 2011-09-13 15:15:18 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2011-09-13 15:15:18 +0000 |
commit | c19e3132e6c828f848592944a0c0836b94a49817 (patch) | |
tree | 9fb1ed1066788849e1d564376d8e01d0dcbbbd68 /textproc/ruby-json/patches | |
parent | 91d22ba48cf3e81c2a445f124c762913915b1f91 (diff) | |
download | pkgsrc-c19e3132e6c828f848592944a0c0836b94a49817.tar.gz |
Update ruby-json package to 1.6.0.
2011-09-12 (1.6.0)
* Extract utilities (prettifier and GUI-editor) in its own gem json-utils.
* Split json/add/core into different files for classes to be serialised.
Diffstat (limited to 'textproc/ruby-json/patches')
-rw-r--r-- | textproc/ruby-json/patches/patch-aa | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/textproc/ruby-json/patches/patch-aa b/textproc/ruby-json/patches/patch-aa deleted file mode 100644 index c8a1bfee952..00000000000 --- a/textproc/ruby-json/patches/patch-aa +++ /dev/null @@ -1,15 +0,0 @@ -$NetBSD: patch-aa,v 1.9 2011/09/12 13:42:30 taca Exp $ - ---- ../json-1.5.4.gemspec.orig 2011-09-01 06:59:02.000000000 +0000 -+++ ../json-1.5.4.gemspec -@@ -47,9 +47,7 @@ dependencies: - version_requirements: *id003 - description: This is a JSON implementation as a Ruby extension in C. - email: flori@ping.de --executables: --- edit_json.rb --- prettify_json.rb -+executables: [] - extensions: - - ext/json/ext/parser/extconf.rb - - ext/json/ext/generator/extconf.rb |