* dev:
1.4.2 prep - stomp.gemspec
1.4.2 prep - version.rb
1.4.2 prep - README.md
1.4.2 prep - CHANGELOG.md
Add unit test helper script:
fixup! Fix a memory leak in receipt implementation
Fix a memory leak in receipt implementation
Add a basic Gemfile
one test uses SSL, and STOMP_TESTSSL flag should enable all SSL tests
fix build_subscription_id - symbol and string were mixed up
cleanup: remove commented test line and unnecessary space (align lines)
namings
Stomp::Client now does not modify given headers hash
spec for Stomp::Client - check that headers passed to connection contain required values as well as given custom and that given hash is not modified
Address issue #124 with additional RDOC.
Refine SSL examples.