amq-client 0.9.1 → 0.9.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
data/.travis.yml CHANGED
@@ -3,9 +3,10 @@ bundler_args: --without development
3
3
  script: "bundle exec rspec spec"
4
4
  before_script: ./bin/ci/before_build.sh
5
5
  rvm:
6
- - jruby
6
+ - jruby-19mode
7
+ - jruby-head
7
8
  - 1.8.7
8
- - rbx-2.0
9
+ - rbx-19mode
9
10
  - 1.9.2
10
11
  - 1.9.3
11
12
  gemfile:
@@ -438,7 +438,7 @@ module AMQ
438
438
  method = frame.decode_payload
439
439
  channels = connection.channels
440
440
  channel = channels[frame.channel]
441
-
441
+ connection.send_frame(Protocol::Channel::CloseOk.encode(frame.channel))
442
442
  channel.handle_close(method)
443
443
  end
444
444
 
@@ -2,6 +2,6 @@
2
2
 
3
3
  module AMQ
4
4
  module Client
5
- VERSION = "0.9.1"
5
+ VERSION = "0.9.2"
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: amq-client
3
3
  version: !ruby/object:Gem::Version
4
- hash: 57
4
+ hash: 63
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 9
9
- - 1
10
- version: 0.9.1
9
+ - 2
10
+ version: 0.9.2
11
11
  platform: ruby
12
12
  authors:
13
13
  - Jakub Stastny
@@ -18,7 +18,7 @@ autorequire:
18
18
  bindir: bin
19
19
  cert_chain: []
20
20
 
21
- date: 2012-01-19 00:00:00 Z
21
+ date: 2012-02-08 00:00:00 Z
22
22
  dependencies:
23
23
  - !ruby/object:Gem::Dependency
24
24
  name: eventmachine