lib/hyperion/formats.rb in hyperion_http-0.3.0 vs lib/hyperion/formats.rb in hyperion_http-0.5.0

- old
+ new

@@ -55,12 +55,11 @@ end end def oj_options { - mode: :compat, + mode: :rails, time_format: :xmlschema, # xmlschema == iso8601 - use_to_json: false, second_precision: 3, bigdecimal_load: :float } end