Skip to content

Commit

Permalink
Gem version 1.4.10
Browse files Browse the repository at this point in the history
  • Loading branch information
gmallard committed Aug 19, 2020
1 parent 70b0f12 commit 4909b07
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 6 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Stomp Gem Change Log

## 1.4.10 20200819

* Fix issue #165
* Reinstate autoflush behavior
* Correct _receive method signature
* Update version

* More debugging messages in netio.rb.

## 1.4.9 20191116

* More debugging messages in netio.rb.
Expand Down
2 changes: 1 addition & 1 deletion CONTRIBUTORS.md
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ Rafael Rosa
2010-03-23
</td>
<td style="border: 1px solid black;padding-left: 10px;" >
(0125)
(0126)
</td>
<td style="border: 1px solid black;padding-left: 10px;" >
<span style="font-weight: bold;" >
Expand Down
4 changes: 2 additions & 2 deletions lib/stomp/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ module Stomp
module Version #:nodoc: all
MAJOR = 1
MINOR = 4
PATCH = "9"
MODLEVEL = "-m.1"
PATCH = "10"
MODLEVEL = ""
STRING = "#{MAJOR}.#{MINOR}.#{PATCH}#{MODLEVEL}"
# Alternate version string
Version = STRING
Expand Down
8 changes: 5 additions & 3 deletions stomp.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@
# DO NOT EDIT THIS FILE DIRECTLY
# Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
# -*- encoding: utf-8 -*-
# stub: stomp 1.4.9 ruby lib
# stub: stomp 1.4.10 ruby lib

Gem::Specification.new do |s|
s.name = "stomp".freeze
s.version = "1.4.9"
s.version = "1.4.10"

s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version=
s.require_paths = ["lib".freeze]
s.authors = ["Brian McCallister".freeze, "Marius Mathiesen".freeze, "Thiago Morello".freeze, "Guy M. Allard".freeze]
s.date = "2019-11-16"
s.date = "2020-08-19"
s.description = "Ruby client for the Stomp messaging protocol.".freeze
s.email = ["[email protected]".freeze, "[email protected]".freeze, "[email protected]".freeze, "[email protected]".freeze]
s.executables = ["catstomp".freeze, "stompcat".freeze]
Expand All @@ -21,6 +21,7 @@ Gem::Specification.new do |s|
]
s.files = [
"CHANGELOG.md",
"CONTRIBUTORS.md",
"LICENSE",
"README.md",
"Rakefile",
Expand Down Expand Up @@ -56,6 +57,7 @@ Gem::Specification.new do |s|
"examples/logexamp.rb",
"examples/putget_file.rb",
"examples/putget_rephdrs.rb",
"examples/showver.rb",
"examples/ssl/SSL.md",
"examples/ssl/misc/ssl_ctxoptions.rb",
"examples/ssl/misc/ssl_newparm.rb",
Expand Down

0 comments on commit 4909b07

Please sign in to comment.