amq-protocol 1.0.0.pre3 → 1.0.0.pre4

Sign up to get free protection for your applications and to get access to all the features.
@@ -13,6 +13,7 @@ module AMQ
13
13
  PROTOCOL_VERSION = "0.9.1".freeze
14
14
  PREAMBLE = "AMQP\x00\x00\x09\x01".freeze
15
15
  DEFAULT_PORT = 5672
16
+ TLS_PORT = 5671
16
17
 
17
18
  # caching
18
19
  EMPTY_STRING = "".freeze
@@ -1,5 +1,5 @@
1
1
  module AMQ
2
2
  module Protocol
3
- VERSION = "1.0.0.pre3"
3
+ VERSION = "1.0.0.pre4"
4
4
  end # Protocol
5
5
  end # AMQ
metadata CHANGED
@@ -1,15 +1,15 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: amq-protocol
3
3
  version: !ruby/object:Gem::Version
4
- hash: 4271866905
4
+ hash: -3475532862
5
5
  prerelease: 6
6
6
  segments:
7
7
  - 1
8
8
  - 0
9
9
  - 0
10
10
  - pre
11
- - 3
12
- version: 1.0.0.pre3
11
+ - 4
12
+ version: 1.0.0.pre4
13
13
  platform: ruby
14
14
  authors:
15
15
  - Jakub Stastny