Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Gem version 1.2.9. See CHANGELOG for details.
  • Loading branch information
gmallard committed Mar 28, 2013
1 parent a072575 commit d738ef1
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.rdoc
@@ -1,3 +1,12 @@
== 1.2.9 20130328

* Refactoring and documentation updates (glennr)
* Fix test encoding for Ruby 2.0+
* Fixes to tests due to :suppress_content_length fix
* Issue #50 Stomp::Client reconnects fail
* Correctly honor :suppress_content_length with 1.1 (JP Hastings-Spital)
* Fix reference to client.publish rather than client.send (JP Hastings-Spital)

== 1.2.8 20121228

* Fix inverted encode / decode logic (fairly major 1.1+ bug)
Expand Down
2 changes: 2 additions & 0 deletions README.rdoc
Expand Up @@ -10,6 +10,7 @@ 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.
Expand Down Expand Up @@ -129,5 +130,6 @@ The following people have contributed to Stomp:
* Craig
* Tommy Bishop
* Jeremy Gailor
* JP Hastings-Spital
* Glenn Roberts

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.8"
s.version = "1.2.9"

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{2012-12-28}
s.date = %q{2013-03-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 d738ef1

Please sign in to comment.