Skip to content

Commit

Permalink
Gem version 1.2.11. See CHANGELOG for details.
Browse files Browse the repository at this point in the history
  • Loading branch information
gmallard committed Jul 28, 2013
1 parent e303625 commit 782de67
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.rdoc
@@ -1,3 +1,10 @@
== 1.2.11 20130728

* Issue #60, timeout/hang under JRuby
* More generally support JRuby use and testing
* Issue #58, nil message in Client on AMQ shutdown
* More robust RabbitMQ tests

== 1.2.10 20130708

* Issue #57, reconnect delays not honored if erroneous headers
Expand Down
1 change: 1 addition & 0 deletions README.rdoc
Expand Up @@ -12,6 +12,7 @@ An implementation of the Stomp protocol for Ruby. See:

See _CHANGELOG.rdoc_ for details.

* Gem version 1.2.11. JRuby and AMQ support fixes.
* Gem version 1.2.10. Support failover from heartbeat threads.
* Gem version 1.2.9. Miscellaneous fixes and changes.
* Gem version 1.2.8. Stomp 1.1+ header codec inversion fix, test refactoring.
Expand Down
4 changes: 2 additions & 2 deletions stomp.gemspec
Expand Up @@ -5,11 +5,11 @@

Gem::Specification.new do |s|
s.name = %q{stomp}
s.version = "1.2.10"
s.version = "1.2.11"

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Brian McCallister", "Marius Mathiesen", "Thiago Morello", "Guy M. Allard"]
s.date = %q{2013-07-08}
s.date = %q{2013-07-28}
s.description = %q{Ruby client for the Stomp messaging protocol. Note that this gem is no longer supported on rubyforge.}
s.email = ["brianm@apache.org", "marius@stones.com", "morellon@gmail.com", "allard.guy.m@gmail.com"]
s.executables = ["catstomp", "stompcat"]
Expand Down

0 comments on commit 782de67

Please sign in to comment.