Skip to content

Commit

Permalink
2.14.1
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelklishin committed Feb 26, 2019
1 parent 8c53172 commit f48b104
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 5 deletions.
12 changes: 11 additions & 1 deletion ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,17 @@
## Changes between Bunny 2.14.0 and 2.14.1 (unreleased)
## Changes between Bunny 2.14.1 and 2.14.2 (unreleased)

No changes yet.

## Changes between Bunny 2.14.0 and 2.14.1 (Feb 26th, 2019)

### Gem Installation Fixed on Windows

`bin/ci`, a directory with symlinks, is no longer included into the gem.

Contributed by Jack Xiaosong Xu.

GitHub issue: [#573](https://github.com/ruby-amqp/bunny/pull/574)

## Changes between Bunny 2.13.0 and 2.14.0 (Feb 20th, 2019)

### Improved Peer Verification Failure Logging
Expand Down
6 changes: 3 additions & 3 deletions bunny.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ Gem::Specification.new do |s|
s.name = "bunny"
s.version = Bunny::VERSION.dup
s.homepage = "http://rubybunny.info"
s.summary = "Popular easy to use Ruby client for RabbitMQ"
s.description = "Easy to use, feature complete Ruby client for RabbitMQ 3.3 and later versions."
s.summary = "Easy to use Ruby client for RabbitMQ"
s.description = "Easy to use, feature complete Ruby client for RabbitMQ"
s.license = "MIT"
s.required_ruby_version = Gem::Requirement.new(">= 2.2")

Expand All @@ -21,7 +21,7 @@ Gem::Specification.new do |s|
"Michael S. Klishin",
"Stefan Kaes"]

s.email = ["[email protected]"]
s.email = ["[email protected]"]

# Dependencies
s.add_runtime_dependency 'amq-protocol', '~> 2.3', '>= 2.3.0'
Expand Down
2 changes: 1 addition & 1 deletion lib/bunny/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@

module Bunny
# @return [String] Version of the library
VERSION = "2.14.1.pre"
VERSION = "2.14.1"
end

0 comments on commit f48b104

Please sign in to comment.