Sha256: 27e1b907b0290cee3f89737d853f40290b5e09f308e3f6c3465726b642457999
Contents?: true
Size: 393 Bytes
Versions: 7
Compression:
Stored size: 393 Bytes
Contents
# -*- encoding: utf-8 -*- ::Stomper::Support::RUBY_SUPPORT = RUBY_VERSION >= '1.9' ? '1.9' : '1.8' # Module for supporting Ruby 1.8.7 module Stomper::Support::Ruby1_8 end # Module for supporting Ruby 1.9 module Stomper::Support::Ruby1_9 end require "stomper/support/#{::Stomper::Support::RUBY_SUPPORT}/frame_serializer" require "stomper/support/#{::Stomper::Support::RUBY_SUPPORT}/headers"
Version data entries
7 entries across 7 versions & 1 rubygems