Skip to content

Commit

Permalink
Gem version 1.2.10. See CHANGELOG for details.
Browse files Browse the repository at this point in the history
  • Loading branch information
gmallard committed Jul 8, 2013
1 parent 63f29f6 commit ff9cdb1
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 11 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.rdoc
@@ -1,3 +1,9 @@
== 1.2.10 20130708

* Issue #57, reconnect delays not honored if erroneous headers
* Support fail overs when heartbeat send/receive fails
* Update callback logger example

== 1.2.9 20130328

* Refactoring and documentation updates (glennr)
Expand Down
19 changes: 10 additions & 9 deletions README.rdoc
Expand Up @@ -10,18 +10,19 @@ An implementation of the Stomp protocol for Ruby. See:

===New

* Gem version 1.2.9. Miscellaneous fixes and changes. See _CHANGELOG.rdoc_ for details.
* Gem version 1.2.8. Stomp 1.1+ header codec inversion fix, test refactoring. See _CHANGELOG.rdoc_ for details.
* Gem version 1.2.7. Stomp 1.2 support and miscellaneous fixes. See _CHANGELOG.rdoc_ for details.
* Gem version 1.2.6. Miscellaneous fixes and changes. See _CHANGELOG.rdoc_ for details.
* Gem version 1.2.5. Restructure. Forks with modifcations will be affected. See _CHANGELOG.rdoc_ for details.
See _CHANGELOG.rdoc_ for details.

* 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.
* Gem version 1.2.7. Stomp 1.2 support and miscellaneous fixes.
* Gem version 1.2.6. Miscellaneous fixes and changes.
* Gem version 1.2.5. Restructure. Forks with modifcations will be affected.
* Gem version 1.2.4. Stomp 1.1 heartbeat fix, autoflush capability, miscellaneous fixes.
* Gem version 1.2.3. Miscellaneous fixes, see changelog for details.
* Gem version 1.2.2. Performance and more SSL enhancements.
* Full support of SSL certificates is announced as of gem version 1.2.1.
* Support of Stomp protocol level 1.1 is announced as of gem version 1.2.0.

See _CHANGELOG.rdoc_ for details.
* Gem version 1.2.1. Full support of SSL certificates.
* Gem version 1.2.0. Support of Stomp protocol level 1.1.

===Hash Login Example Usage (this is the recommended login technique)

Expand Down
5 changes: 3 additions & 2 deletions stomp.gemspec
Expand Up @@ -5,11 +5,11 @@

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

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-03-28}
s.date = %q{2013-07-08}
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 Expand Up @@ -115,6 +115,7 @@ Gem::Specification.new do |s|
"lib/stomp/message.rb",
"lib/stomp/sslparams.rb",
"lib/stomp/version.rb",
"notes/heartbeat_readme.txt",
"spec/client_shared_examples.rb",
"spec/client_spec.rb",
"spec/connection_spec.rb",
Expand Down

0 comments on commit ff9cdb1

Please sign in to comment.