amqp-client 0.2.3 → 1.0.2

Sign up to get free protection for your applications and to get access to all the features.
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: amqp-client
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.3
4
+ version: 1.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Carl Hörberg
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2021-08-19 00:00:00.000000000 Z
11
+ date: 2021-09-07 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Work in progress
14
14
  email:
@@ -17,10 +17,12 @@ executables: []
17
17
  extensions: []
18
18
  extra_rdoc_files: []
19
19
  files:
20
+ - ".github/workflows/docs.yml"
20
21
  - ".github/workflows/main.yml"
21
22
  - ".gitignore"
22
23
  - ".rubocop.yml"
23
24
  - ".rubocop_todo.yml"
25
+ - ".yardopts"
24
26
  - CHANGELOG.md
25
27
  - Gemfile
26
28
  - LICENSE.txt
@@ -34,9 +36,11 @@ files:
34
36
  - lib/amqp/client/channel.rb
35
37
  - lib/amqp/client/connection.rb
36
38
  - lib/amqp/client/errors.rb
39
+ - lib/amqp/client/exchange.rb
37
40
  - lib/amqp/client/frames.rb
38
41
  - lib/amqp/client/message.rb
39
42
  - lib/amqp/client/properties.rb
43
+ - lib/amqp/client/queue.rb
40
44
  - lib/amqp/client/table.rb
41
45
  - lib/amqp/client/version.rb
42
46
  homepage: https://github.com/cloudamqp/amqp-client.rb
@@ -61,7 +65,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
61
65
  - !ruby/object:Gem::Version
62
66
  version: '0'
63
67
  requirements: []
64
- rubygems_version: 3.2.15
68
+ rubygems_version: 3.2.22
65
69
  signing_key:
66
70
  specification_version: 4
67
71
  summary: AMQP 0-9-1 client