stompgem / stomp

A ruby gem for sending and receiving messages from a Stomp protocol compliant message queue. Includes: failover logic, ssl support.
http://stomp.github.com
Apache License 2.0
152 stars 80 forks source link

Commit d7d3ad0 causes gem build failures #55

Closed gmallard closed 11 years ago

gmallard commented 11 years ago

For the record, I will manually revert this commit.

This is only a problem for folks who build the gem, not those who use it.

The stomp gem should be able to build and run seamlessly in a number of environments, e.g.:

rake build

should just work.

In particular it MUST build with Ruby 1.8.7 and gem version 1.4.1 (or earlier).

Also for the record, my personal (current) Ruby environments are:

185_231 (2008-06-20 patchlevel 231)
186_383 (2009-08-04 patchlevel 383)
187_000 1.8.7 (2008-04-15 patchlevel 0)
187_299 (2010-06-23 patchlevel 299)
191_378 1.9.1p378 (2010-01-10)
192_188 1.9.2p188 (2011-03-28 revision 31204)
193_134 1.9.3p134 (2012-02-19 revision 34690)
ruby 1.9.2p290 (2011-07-04 revision 32477)
ruby 1.9.3p358 (2012-12-22 revision 38541)
ruby 2.0.0p0 (2013-02-24 revision 39473)
ruby 2.1.0dev (2013-03-23 trunk 39878)
gmallard commented 11 years ago

Reverted by: a072575