ears 0.9.2 → 0.9.3
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.
- checksums.yaml +4 -4
- data/CHANGELOG.md +4 -0
- data/CODE_OF_CONDUCT.md +4 -4
- data/Gemfile.lock +1 -1
- data/LICENSE.txt +1 -1
- data/ears.gemspec +2 -2
- data/lib/ears/version.rb +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: d1a0642ca25d869c4b5cc9c1e6d8ef86ead42ee9b8bf944aadb5e48441cc4ba7
|
4
|
+
data.tar.gz: b0e1721ea3c6c787c6c9f01a421bc3af72f0027e32fef871e1e0f807b3bfcc77
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d1b260c82c93e93a0ac4455e1b160950a831ac62e4ef720bb5af744d467ebca98c8d744a9777db559cb1d5a62349c83c28ef7d8fa1d0c2ff9bf05eb705f1405e
|
7
|
+
data.tar.gz: 4c79dd5c5349508967a021b1758cb9f3cc5275c6a404c06fd188c3e99eddcaf1283f8740920d9a70c9f79563e9e973f26de5363f2409f6b6d68c64ce52e698e8
|
data/CHANGELOG.md
CHANGED
data/CODE_OF_CONDUCT.md
CHANGED
@@ -55,10 +55,10 @@ further defined and clarified by project maintainers.
|
|
55
55
|
## Enforcement
|
56
56
|
|
57
57
|
Instances of abusive, harassing, or otherwise unacceptable behavior may be
|
58
|
-
reported by contacting the project team
|
59
|
-
|
60
|
-
|
61
|
-
|
58
|
+
reported by contacting the project team. All complaints will be reviewed and
|
59
|
+
investigated and will result in a response that is deemed necessary and
|
60
|
+
appropriate to the circumstances. The project team is obligated to maintain
|
61
|
+
confidentiality with regard to the reporter of an incident.
|
62
62
|
Further details of specific enforcement policies may be posted separately.
|
63
63
|
|
64
64
|
Project maintainers who do not follow or enforce the Code of Conduct in good
|
data/Gemfile.lock
CHANGED
data/LICENSE.txt
CHANGED
data/ears.gemspec
CHANGED
@@ -3,8 +3,8 @@ require_relative 'lib/ears/version'
|
|
3
3
|
Gem::Specification.new do |spec|
|
4
4
|
spec.name = 'ears'
|
5
5
|
spec.version = Ears::VERSION
|
6
|
-
spec.authors = ['
|
7
|
-
spec.email = ['
|
6
|
+
spec.authors = ['InVision AG']
|
7
|
+
spec.email = ['johannes.luedke@invision.de']
|
8
8
|
|
9
9
|
spec.summary = 'A gem for building RabbitMQ consumers.'
|
10
10
|
spec.description = 'A gem for building RabbitMQ consumers.'
|
data/lib/ears/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: ears
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.9.
|
4
|
+
version: 0.9.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
|
-
-
|
7
|
+
- InVision AG
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2023-03-
|
11
|
+
date: 2023-03-03 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bunny
|
@@ -40,7 +40,7 @@ dependencies:
|
|
40
40
|
version: '0'
|
41
41
|
description: A gem for building RabbitMQ consumers.
|
42
42
|
email:
|
43
|
-
-
|
43
|
+
- johannes.luedke@invision.de
|
44
44
|
executables: []
|
45
45
|
extensions: []
|
46
46
|
extra_rdoc_files: []
|