Sha256: f1c98fb9e2b4a6569c051495835dfdf1744e1e52904d2f1002f349e4c77f5ebc

Contents?: true

Size: 270 Bytes

Versions: 7

Compression:

Stored size: 270 Bytes

Contents

loaded_avro_patches = begin
    require 'avro-patches'
    true
  rescue LoadError
    false
  end

if loaded_avro_patches
  require 'avromatic/patches/schema_validator_patch'
  Avro::SchemaValidator.singleton_class.prepend(Avromatic::Patches::SchemaValidatorPatch)
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
avromatic-0.32.0 lib/avromatic/patches.rb
avromatic-0.32.0.rc0 lib/avromatic/patches.rb
avromatic-0.31.0 lib/avromatic/patches.rb
avromatic-0.30.0 lib/avromatic/patches.rb
avromatic-0.29.1 lib/avromatic/patches.rb
avromatic-0.29.0 lib/avromatic/patches.rb
avromatic-0.28.1 lib/avromatic/patches.rb