3d6e67130e
2011-01-24 (1.5.1) * Made rake-compiler build a fat binary gem. This should fix issue https://github.com/flori/json/issues#issue/54. 2011-01-22 (1.5.0) * Included Java source codes for the Jruby extension made by Daniel Luz <dev@mernen.com>. * Output full exception message of deep_const_get to aid debugging. * Fixed an issue with ruby 1.9 Module#const_defined? method, that was reported by Riley Goodside.
21 lines
556 B
Text
21 lines
556 B
Text
$NetBSD: patch-aa,v 1.6 2011/03/23 14:12:58 taca Exp $
|
|
|
|
--- ../json-1.5.1.gemspec.orig 2011-01-26 04:38:55.000000000 +0000
|
|
+++ ../json-1.5.1.gemspec
|
|
@@ -15,14 +15,12 @@ bindir: bin
|
|
cert_chain: []
|
|
|
|
date: 2011-01-25 23:00:00 +00:00
|
|
-default_executable: edit_json.rb
|
|
+default_executable: []
|
|
dependencies: []
|
|
|
|
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/generator/extconf.rb
|
|
- ext/json/ext/parser/extconf.rb
|