amq-client 0.8.0 → 0.8.1

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.
@@ -3,13 +3,12 @@ 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
7
  - 1.8.7
7
8
  - 1.8.7-p249
8
- - ree
9
9
  - rbx-2.0
10
10
  - 1.9.2
11
- - ruby-head
12
- - jruby
11
+ - 1.9.3
13
12
  gemfile:
14
13
  - Gemfile
15
14
  - gemfiles/eventmachine-pre
@@ -18,3 +17,7 @@ notifications:
18
17
  - jakub@rabbitmq.com
19
18
  - michaelklishin@me.com
20
19
  - markizko@gmail.com
20
+ branches:
21
+ only:
22
+ - master
23
+ - 0.8.x-stable
data/Gemfile CHANGED
@@ -36,8 +36,7 @@ group :development do
36
36
  end
37
37
 
38
38
  group :test do
39
- gem "rspec", ">=2.0.0"
40
- gem "autotest"
39
+ gem "rspec", ">= 2.6.0"
41
40
  gem "evented-spec", :git => "git://github.com/ruby-amqp/evented-spec.git", :branch => "master"
42
41
  gem "effin_utf8"
43
42
 
@@ -16,7 +16,7 @@ module AMQ
16
16
  class CoolioClient
17
17
 
18
18
  #
19
- # Behaviors
19
+ # Behaviours
20
20
  #
21
21
 
22
22
  include AMQ::Client::Async::Adapter
@@ -11,7 +11,7 @@ module AMQ
11
11
  class EventMachineClient < EM::Connection
12
12
 
13
13
  #
14
- # Behaviors
14
+ # Behaviours
15
15
  #
16
16
 
17
17
  include AMQ::Client::Async::Adapter
@@ -260,6 +260,7 @@ module AMQ
260
260
 
261
261
 
262
262
  self.start_automatic_recovery
263
+ self.upgrade_to_tls_if_necessary
263
264
  end
264
265
 
265
266
  # now we can set it. MK.
@@ -10,7 +10,7 @@ module AMQ
10
10
  class Channel
11
11
 
12
12
  #
13
- # Behaviors
13
+ # Behaviours
14
14
  #
15
15
 
16
16
  extend RegisterEntityMixin
@@ -9,7 +9,7 @@ module AMQ
9
9
  class Consumer
10
10
 
11
11
  #
12
- # Behaviors
12
+ # Behaviours
13
13
  #
14
14
 
15
15
  include Async::Callbacks
@@ -13,7 +13,7 @@ module AMQ
13
13
  class Queue
14
14
 
15
15
  #
16
- # Behaviors
16
+ # Behaviours
17
17
  #
18
18
 
19
19
  include Entity
@@ -2,6 +2,6 @@
2
2
 
3
3
  module AMQ
4
4
  module Client
5
- VERSION = "0.8.0"
5
+ VERSION = "0.8.1"
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: 63
4
+ hash: 61
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 8
9
- - 0
10
- version: 0.8.0
9
+ - 1
10
+ version: 0.8.1
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: 2011-07-25 00:00:00 +04:00
21
+ date: 2011-08-25 00:00:00 +04:00
22
22
  default_executable:
23
23
  dependencies:
24
24
  - !ruby/object:Gem::Dependency