Sha256: 206530a857b6dab1dc7e3ce8b03106f366b1bcabf2bff940df22c07892f2b513

Contents?: true

Size: 327 Bytes

Versions: 21

Compression:

Stored size: 327 Bytes

Contents

if ENV['SIMPLE_COV']
  require 'simplecov'
  SimpleCov.start do
    add_filter 'spec/'
    add_filter 'pkg/'
    add_filter 'vendor/'
  end
end

if ENV['GC_STRESS']
  puts "enable GC.stress"
  GC.stress = true
end

require 'msgpack'

Packer = MessagePack::Packer
Unpacker = MessagePack::Unpacker
Buffer = MessagePack::Buffer

Version data entries

21 entries across 21 versions & 3 rubygems

Version Path
msgpack-ably-0.5.10 spec/spec_helper.rb
msgpack-0.5.9-x86-mingw32 spec/spec_helper.rb
msgpack-0.5.9 spec/spec_helper.rb
msgpack-0.5.8 spec/spec_helper.rb
msgpack-0.5.8-x86-mingw32 spec/spec_helper.rb
msgpack-0.5.7 spec/spec_helper.rb
msgpack-0.5.7-x86-mingw32 spec/spec_helper.rb
msgpack-0.5.6 spec/spec_helper.rb
msgpack-0.5.5-x86-mingw32 spec/spec_helper.rb
msgpack-0.5.5 spec/spec_helper.rb
msgpack-0.5.4-x86-mingw32 spec/spec_helper.rb
msgpack-0.5.4 spec/spec_helper.rb
msgpack-0.5.3-x86-mingw32 spec/spec_helper.rb
msgpack-0.5.3 spec/spec_helper.rb
msgpack-0.5.2-x86-mingw32 spec/spec_helper.rb
msgpack-0.5.2 spec/spec_helper.rb
msgpack-0.5.1-x86-mingw32 spec/spec_helper.rb
msgpack-0.5.1 spec/spec_helper.rb
msgpack-0.5.0-x86-mingw32 spec/spec_helper.rb
msgpack-0.5.0 spec/spec_helper.rb