Sha256: 70ead5a096517498174226988d50e0c533ed5fb01de186d8ea11db381101d039

Contents?: true

Size: 201 Bytes

Versions: 17

Compression:

Stored size: 201 Bytes

Contents

require 'rspec'
require 'yajl'
require 'date'
require 'stringio'

module Kernel
  def silence_warnings
    old_verbose, $VERBOSE = $VERBOSE, nil
    yield
  ensure
    $VERBOSE = old_verbose
  end
end

Version data entries

17 entries across 17 versions & 7 rubygems

Version Path
fluent-plugin-nuopenlineage-light-0.1.0 vendor/bundle/ruby/3.3.0/gems/yajl-ruby-1.4.3/spec/spec_helper.rb
fluent-plugin-openlineage-light-0.1.4 vendor/bundle/ruby/3.3.0/gems/yajl-ruby-1.4.3/spec/spec_helper.rb
fluent-plugin-openlineage-light-0.1.3 vendor/bundle/ruby/3.3.0/gems/yajl-ruby-1.4.3/spec/spec_helper.rb
fluent-plugin-openlineage-0.1.0 vendor/bundle/ruby/3.3.0/gems/yajl-ruby-1.4.3/spec/spec_helper.rb
fluent-plugin-google-cloud-logging-on-prem-0.1.0 vendor/ruby/3.1.0/gems/yajl-ruby-1.4.3/spec/spec_helper.rb
yajl-ruby-1.4.3 spec/spec_helper.rb
yajl-ruby-1.4.2 spec/spec_helper.rb
yajl-ruby-1.4.1 spec/spec_helper.rb
yajl-ruby-1.4.0 spec/spec_helper.rb
yajl-ruby-1.2.3 spec/spec_helper.rb
yajl-ruby-1.3.1 spec/spec_helper.rb
fluent-plugin-detect-memb-exceptions-0.0.2 vendor/bundle/ruby/2.0.0/gems/yajl-ruby-1.3.0/spec/spec_helper.rb
fluent-plugin-detect-memb-exceptions-0.0.1 vendor/bundle/ruby/2.0.0/gems/yajl-ruby-1.3.0/spec/spec_helper.rb
yajl-ruby-1.2.2 spec/spec_helper.rb
yajl-ruby-1.3.0 spec/spec_helper.rb
tdiary-4.2.1 vendor/bundle/ruby/2.2.0/gems/yajl-ruby-1.2.1/spec/spec_helper.rb
yajl-ruby-1.2.1 spec/spec_helper.rb