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

Version Path
stomper-2.0.6 lib/stomper/support/ruby.rb
stomper-2.0.5 lib/stomper/support/ruby.rb
stomper-2.0.4 lib/stomper/support/ruby.rb
stomper-2.0.3 lib/stomper/support/ruby.rb
stomper-2.0.2 lib/stomper/support/ruby.rb
stomper-2.0.1 lib/stomper/support/ruby.rb
stomper-2.0.0 lib/stomper/support/ruby.rb