Commit Graph

11 Commits

Author SHA1 Message Date
naddy
d495897520 drop RCS Ids 2022-03-11 18:27:00 +00:00
sebastia
3dbdfe38f6 update 1.11.2 -> 1.15.0
OK jeremy@
2021-03-16 16:09:13 +00:00
sthen
9fe1e38b23 replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes 2019-07-12 20:43:27 +00:00
jasper
6c21dd98c5 update to multi_json-1.11.2 2016-01-10 17:35:11 +00:00
jasper
36b686f4a7 update to multi_json-1.11.1 2015-06-17 18:51:15 +00:00
sebastia
507fe20275 Update multi_json to 1.11.0, which fixes a problem with aws-sdk-core rubygem
for me.

OK jeremy@, jasper@
2015-03-16 07:20:49 +00:00
naddy
570aa62a9c Drop remaining MD5/RMD160/SHA1 checksums. 2015-01-18 03:12:39 +00:00
jeremy
e79a176be2 Bump all ruby gem ports supporting rbx FLAVOR due to change to rubinius
gem directory when upgrading rubinius from 1.2.4 to 2.1.1.
2013-10-26 23:55:34 +00:00
espie
51e3b5bd29 PERMIT_* / REGRESS->TEST sweep 2013-03-11 01:30:26 +00:00
jeremy
c3579f1baf Bump revisions for ruby gem/extconf ports after the switch to ruby 1.9
by default, since the ruby 1.8 version now has a ruby18 explicit FLAVOR.
2012-09-23 16:57:32 +00:00
jeremy
4ef648d60d Import ruby-multi-json 1.0.3, a Rails 3.1 dependency
Lots of Ruby libraries utilize JSON parsing in some form, and everyone
has their favorite JSON library. In order to best support multiple JSON
parsers and libraries, multi_json is a general-purpose swappable JSON
backend library.

MultiJSON tries to have intelligent defaulting. That is, if you have any
of the supported engines already loaded, it will utilize them before
attempting to load any. When loading, libraries are ordered by speed.
First Yajl-Ruby, then the JSON gem, then JSON pure. If no JSON library
is available, MultiJSON falls back to a bundled version of OkJson.

OK claudio@
2011-12-13 17:33:30 +00:00