amq-protocol 1.0.0 → 1.0.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.
- data/ChangeLog.md +7 -0
- data/lib/amq/protocol/table_value_encoder.rb +1 -0
- data/lib/amq/protocol/version.rb +1 -1
- metadata +88 -89
data/ChangeLog.md
CHANGED
data/lib/amq/protocol/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,106 +1,105 @@
|
|
|
1
|
-
--- !ruby/object:Gem::Specification
|
|
1
|
+
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: amq-protocol
|
|
3
|
-
version: !ruby/object:Gem::Version
|
|
4
|
-
|
|
5
|
-
|
|
3
|
+
version: !ruby/object:Gem::Version
|
|
4
|
+
version: 1.0.1
|
|
5
|
+
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
|
-
authors:
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
autorequire:
|
|
7
|
+
authors:
|
|
8
|
+
- Jakub Stastny
|
|
9
|
+
- Michael S. Klishin
|
|
10
|
+
- Theo Hultberg
|
|
11
|
+
- Mark Abramov
|
|
12
|
+
autorequire:
|
|
13
13
|
bindir: bin
|
|
14
14
|
cert_chain: []
|
|
15
|
-
|
|
16
|
-
date: 2012-11-27 00:00:00 Z
|
|
15
|
+
date: 2012-12-06 00:00:00.000000000 Z
|
|
17
16
|
dependencies: []
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
17
|
+
description: ! " amq-protocol is an AMQP 0.9.1 serialization library for Ruby. It\
|
|
18
|
+
\ is not an\n AMQP client: amq-protocol only handles serialization and deserialization.\n\
|
|
19
|
+
\ If you want to write your own AMQP client, this gem can help you with that.\n"
|
|
20
|
+
email:
|
|
21
|
+
- !binary |-
|
|
22
|
+
bWljaGFlbEBub3ZlbWJlcmFpbi5jb20=
|
|
23
|
+
- !binary |-
|
|
24
|
+
c3Rhc3RueUAxMDFpZGVhcy5jeg==
|
|
23
25
|
executables: []
|
|
24
|
-
|
|
25
26
|
extensions: []
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
- spec/spec_helper.rb
|
|
27
|
+
extra_rdoc_files:
|
|
28
|
+
- README.md
|
|
29
|
+
files:
|
|
30
|
+
- .gitignore
|
|
31
|
+
- .gitmodules
|
|
32
|
+
- .rspec
|
|
33
|
+
- .travis.yml
|
|
34
|
+
- ChangeLog.md
|
|
35
|
+
- Gemfile
|
|
36
|
+
- LICENSE
|
|
37
|
+
- PROFILING.md
|
|
38
|
+
- README.md
|
|
39
|
+
- amq-protocol.gemspec
|
|
40
|
+
- codegen/__init__.py
|
|
41
|
+
- codegen/amqp_0.9.1_changes.json
|
|
42
|
+
- codegen/codegen.py
|
|
43
|
+
- codegen/codegen_helpers.py
|
|
44
|
+
- codegen/protocol.rb.pytemplate
|
|
45
|
+
- generate.rb
|
|
46
|
+
- lib/amq/bit_set.rb
|
|
47
|
+
- lib/amq/hacks.rb
|
|
48
|
+
- lib/amq/int_allocator.rb
|
|
49
|
+
- lib/amq/protocol.rb
|
|
50
|
+
- lib/amq/protocol/client.rb
|
|
51
|
+
- lib/amq/protocol/frame.rb
|
|
52
|
+
- lib/amq/protocol/table.rb
|
|
53
|
+
- lib/amq/protocol/table_value_decoder.rb
|
|
54
|
+
- lib/amq/protocol/table_value_encoder.rb
|
|
55
|
+
- lib/amq/protocol/type_constants.rb
|
|
56
|
+
- lib/amq/protocol/version.rb
|
|
57
|
+
- lib/amq/settings.rb
|
|
58
|
+
- spec/amq/bit_set_spec.rb
|
|
59
|
+
- spec/amq/hacks_spec.rb
|
|
60
|
+
- spec/amq/int_allocator_spec.rb
|
|
61
|
+
- spec/amq/protocol/basic_spec.rb
|
|
62
|
+
- spec/amq/protocol/blank_body_encoding_spec.rb
|
|
63
|
+
- spec/amq/protocol/channel_spec.rb
|
|
64
|
+
- spec/amq/protocol/confirm_spec.rb
|
|
65
|
+
- spec/amq/protocol/connection_spec.rb
|
|
66
|
+
- spec/amq/protocol/constants_spec.rb
|
|
67
|
+
- spec/amq/protocol/exchange_spec.rb
|
|
68
|
+
- spec/amq/protocol/frame_spec.rb
|
|
69
|
+
- spec/amq/protocol/method_spec.rb
|
|
70
|
+
- spec/amq/protocol/queue_spec.rb
|
|
71
|
+
- spec/amq/protocol/table_spec.rb
|
|
72
|
+
- spec/amq/protocol/tx_spec.rb
|
|
73
|
+
- spec/amq/protocol/value_decoder_spec.rb
|
|
74
|
+
- spec/amq/protocol/value_encoder_spec.rb
|
|
75
|
+
- spec/amq/protocol_spec.rb
|
|
76
|
+
- spec/amq/settings_spec.rb
|
|
77
|
+
- spec/spec_helper.rb
|
|
78
78
|
homepage: http://github.com/ruby-amqp/amq-protocol
|
|
79
|
-
licenses:
|
|
80
|
-
|
|
81
|
-
post_install_message:
|
|
79
|
+
licenses:
|
|
80
|
+
- MIT
|
|
81
|
+
post_install_message:
|
|
82
82
|
rdoc_options: []
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
83
|
+
require_paths:
|
|
84
|
+
- lib
|
|
85
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
|
86
|
+
requirements:
|
|
87
|
+
- - ! '>='
|
|
88
|
+
- !ruby/object:Gem::Version
|
|
89
|
+
version: !binary |-
|
|
90
|
+
MA==
|
|
87
91
|
none: false
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
92
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
93
|
+
requirements:
|
|
94
|
+
- - ! '>='
|
|
95
|
+
- !ruby/object:Gem::Version
|
|
96
|
+
version: !binary |-
|
|
97
|
+
MA==
|
|
93
98
|
none: false
|
|
94
|
-
requirements:
|
|
95
|
-
- - ">="
|
|
96
|
-
- !ruby/object:Gem::Version
|
|
97
|
-
version: "0"
|
|
98
99
|
requirements: []
|
|
99
|
-
|
|
100
100
|
rubyforge_project: amq-protocol
|
|
101
101
|
rubygems_version: 1.8.24
|
|
102
|
-
signing_key:
|
|
102
|
+
signing_key:
|
|
103
103
|
specification_version: 3
|
|
104
104
|
summary: AMQP 0.9.1 encoder & decoder.
|
|
105
105
|
test_files: []
|
|
106
|
-
|