lib/stomp.rb in stomp-1.1.10 vs lib/stomp.rb in stomp-1.2.0

- old
+ new

@@ -1,5 +1,7 @@ +# -*- encoding: utf-8 -*- + # Copyright 2005-2006 Brian McCallister # Copyright 2006 LogicBlaze Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -17,9 +19,11 @@ require 'stomp/connection' require 'stomp/client' require 'stomp/message' require 'stomp/version' require 'stomp/errors' +require 'stomp/constants' +require 'stomp/codec' module Stomp end