ears 0.9.2 → 0.9.3

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 006cceadf68b781e5348f4d770da72d2173d737a27127b7dac18f01c6248c2e6
4
- data.tar.gz: 40e7a01e40fac32e2b5fe9b430656e28147ce01d144fc9f3f7820f00c66d3871
3
+ metadata.gz: d1a0642ca25d869c4b5cc9c1e6d8ef86ead42ee9b8bf944aadb5e48441cc4ba7
4
+ data.tar.gz: b0e1721ea3c6c787c6c9f01a421bc3af72f0027e32fef871e1e0f807b3bfcc77
5
5
  SHA512:
6
- metadata.gz: ffb925c9d10039d22e8f2820227115d46773b5a01763c6a949c0f7babe7f3af92aab13eba44b2eaf4116905c09aaa7087191f91c231198b8ffdd58058d43f850
7
- data.tar.gz: 7c8a4ae19fdfb76c189b2213278305287167d529eb97399c968c182596bba2bc6b011e23087fcf0ce0e08617597ace3f9eca8492921c112de199aa8fc3ac5767
6
+ metadata.gz: d1b260c82c93e93a0ac4455e1b160950a831ac62e4ef720bb5af744d467ebca98c8d744a9777db559cb1d5a62349c83c28ef7d8fa1d0c2ff9bf05eb705f1405e
7
+ data.tar.gz: 4c79dd5c5349508967a021b1758cb9f3cc5275c6a404c06fd188c3e99eddcaf1283f8740920d9a70c9f79563e9e973f26de5363f2409f6b6d68c64ce52e698e8
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Changelog
2
2
 
3
+ ## 0.9.3 (2023-03-02)
4
+
5
+ - Update gem ownership information
6
+
3
7
  ## 0.9.2 (2023-03-02)
4
8
 
5
9
  - Remove Rubygems MFA requirement to prepare automatic releases
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 at mario.mainz@invision.de. All
59
- complaints will be reviewed and investigated and will result in a response that
60
- is deemed necessary and appropriate to the circumstances. The project team is
61
- obligated to maintain confidentiality with regard to the reporter of an incident.
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
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- ears (0.9.2)
4
+ ears (0.9.3)
5
5
  bunny
6
6
  multi_json
7
7
 
data/LICENSE.txt CHANGED
@@ -1,6 +1,6 @@
1
1
  The MIT License (MIT)
2
2
 
3
- Copyright (c) 2021 Mario Mainz
3
+ Copyright (c) 2023 InVision AG
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  of this software and associated documentation files (the "Software"), to deal
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 = ['Mario Mainz']
7
- spec.email = ['mario.mainz@invision.de']
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
@@ -1,3 +1,3 @@
1
1
  module Ears
2
- VERSION = '0.9.2'
2
+ VERSION = '0.9.3'
3
3
  end
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.2
4
+ version: 0.9.3
5
5
  platform: ruby
6
6
  authors:
7
- - Mario Mainz
7
+ - InVision AG
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2023-03-02 00:00:00.000000000 Z
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
- - mario.mainz@invision.de
43
+ - johannes.luedke@invision.de
44
44
  executables: []
45
45
  extensions: []
46
46
  extra_rdoc_files: []