multi_json 1.9.1 → 1.9.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 59fcd1d20fa15ce784699c238fecd2f6f1b39ab5
4
- data.tar.gz: 1bded2a04e78ff3e4caf855cd332f7f78882fe2e
3
+ metadata.gz: 43f5709d1510f214433839f07ec267a8b90e1078
4
+ data.tar.gz: e26ae12730dcc51982e0d8afd3d8aa50c2c5550e
5
5
  SHA512:
6
- metadata.gz: fdb28e74a8d6942389c93e0895b194bfc7c3e27d2a013f6bb7421233c24a3a5d5d540e636265ae6e91ad5458c107d0e362a1fa54171866d3952843a999ed180b
7
- data.tar.gz: b53e6f2466ad56a036052a58affbe1f56436422bacfb0c96ff6341ee0bca3718cd58fa250adb920213b23e207faec5dd56131b5f7e8a7001857bc23f683c7202
6
+ metadata.gz: 322d6e7444d708c5e18045383d8ab12cc7730a4aea6a352bdf0bc40f5d57c437d62119bc290b064b90af438fe1e7852d1e167307bd786b863da9877416a13d46
7
+ data.tar.gz: 357ba441d1ec3e0a4290f0a7b6e11209fda0f8705d3b7d06ec800187ae26988778f452367bb0f36320b7fa826b49bb8cc895156fb81651bd7fc2cd38eb377041
Binary file
data.tar.gz.sig CHANGED
@@ -1 +1,2 @@
1
- Of* �-���)�p���G[�I��x|��;�M.��/UE[N����\��V���CUd���GmLzkUU%'U8@����Q����Q_�� ��_r �]���D�uo�+�p�o\7p��N����g>��al?�o��Je��9��p�o�tտ�����'��rZi�o�����~@���Y&9{�-n�;�>Rw3��2u[7���T5n'N),�%���� ����rv� ���JZ�
1
+ �^� � �,���`/(��^l�:m[Ÿ;��nvp�`h����p�VCeY2gx�Q��n�t!��eNS��`^:Þ�a��H�{S���^�l^�S�ٖ�q2T�Oe�[Ӽ�X߶���
2
+ 29p�zp�.�R �l7�[�>�୦ �* +�ޒ>B�����sG�s�R<�OX����-cn�qm;��:~k?]sl�����Y<�Տ�J����q��L�u
@@ -1,3 +1,7 @@
1
+ 1.9.2
2
+ -----
3
+ * [Enable use_to_json option for Oj adapter by default](https://github.com/intridea/multi_json/commit/76a4aaf697b10bbabd5d535d83cf1149efcfe5c7)
4
+
1
5
  1.9.1
2
6
  -----
3
7
  * [Remove unused LoadError file](https://github.com/intridea/multi_json/commit/65dedd84d59baeefc25c477fedf0bbe85e7ce2cd)
@@ -6,7 +6,7 @@ module MultiJson
6
6
  # Use the Oj library to dump/load.
7
7
  class Oj < Adapter
8
8
  defaults :load, :mode => :strict, :symbolize_keys => false
9
- defaults :dump, :mode => :compat, :time_format => :ruby
9
+ defaults :dump, :mode => :compat, :time_format => :ruby, :use_to_json => true
10
10
 
11
11
  ParseError = defined?(::Oj::ParseError) ? ::Oj::ParseError : SyntaxError
12
12
 
@@ -2,7 +2,7 @@ module MultiJson
2
2
  class Version
3
3
  MAJOR = 1 unless defined? MultiJson::Version::MAJOR
4
4
  MINOR = 9 unless defined? MultiJson::Version::MINOR
5
- PATCH = 1 unless defined? MultiJson::Version::PATCH
5
+ PATCH = 2 unless defined? MultiJson::Version::PATCH
6
6
  PRE = nil unless defined? MultiJson::Version::PRE
7
7
 
8
8
  class << self
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: multi_json
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.9.1
4
+ version: 1.9.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Michael Bleigh
metadata.gz.sig CHANGED
Binary file