eventhub-processor2 1.14.2 → 1.15.0

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: 63994a9bb3cf0e002546113db2c18fee304251211edbb8784039f66bd582d950
4
- data.tar.gz: 703844c08f046c9ef0a069a5e24520424bdd8b50feac36f7c2e3d76bc0fbf46c
3
+ metadata.gz: c6f4547c597edae29cf4ddc6030441b4562fc55a804c782ddb7bc9c34311f02d
4
+ data.tar.gz: 13ad75f665e628c48668dfa3ce1a36ac672ff092d15eb77a876d5c2bfc339b84
5
5
  SHA512:
6
- metadata.gz: b7b9ac0a13e4b0690ef01a8275eae2a99eb656991e71ef66a350ffd50af8a9e82b0b96c322fb0b9025c5ef1e6db028ebc77079449da8bd03b53dd09819e122f8
7
- data.tar.gz: 5b5b1a3a67f82f04effcef779e2a81c1c48612b5ede7b3ad9ab7d04020952528befa7cf7b8dd3f63369699be04012738c39551a877697db16f94e27a5ee00fcb
6
+ metadata.gz: 2a851976fe229400a7e4559b654dbcce531bce4572d8a9aaea5eb59e1fd8f7ed572d990b60f9dba85c13e734e6e8e79ab82a62113342d89a2a7177bf0653c897
7
+ data.tar.gz: 908681fe866d3cd9e33058fbc77d896eb7a99e706e95ffcb28ece82a7a60bc1ccf119480a73c9059d6d9c6f9ef9650c4512a6a159a09b7c79f37a6bd0eccf127
@@ -10,7 +10,7 @@ jobs:
10
10
 
11
11
  steps:
12
12
  - name: Checkout current code
13
- uses: actions/checkout@v2
13
+ uses: actions/checkout@v3
14
14
 
15
15
  - name: Set up Ruby
16
16
  uses: ruby/setup-ruby@v1
@@ -23,11 +23,11 @@ jobs:
23
23
  strategy:
24
24
  fail-fast: false
25
25
  matrix:
26
- ruby: [ '3.1', '3.0', '2.7', '2.6']
26
+ ruby: [ '3.2', '3.1', '3.0', '2.7', '2.6']
27
27
 
28
28
  name: Ruby ${{ matrix.ruby }}
29
29
  steps:
30
- - uses: actions/checkout@v1
30
+ - uses: actions/checkout@v3
31
31
 
32
32
  - name: Set up Ruby
33
33
  uses: ruby/setup-ruby@v1
@@ -35,7 +35,7 @@ jobs:
35
35
  ruby-version: ${{ matrix.ruby }}
36
36
  bundler: latest
37
37
  bundler-cache: true
38
- cache-version: 2
38
+ cache-version: 3
39
39
 
40
40
  - name: Setup RabbitMQ
41
41
  run: |
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Changelog of EventHub::Processor2
2
2
 
3
+ ## 1.15.0 / 2022-10-28
4
+
5
+ * Updated gem dependencies
6
+
3
7
  ## 1.14.2 / 2022-10-11
4
8
 
5
9
  * Updated gem dependencies
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- eventhub-processor2 (1.14.2)
4
+ eventhub-processor2 (1.15.0)
5
5
  bunny (~> 2.19)
6
6
  celluloid (~> 0.18)
7
7
  eventhub-components (~> 0.2)
@@ -33,19 +33,19 @@ GEM
33
33
  rbtree (0.4.5)
34
34
  regexp_parser (2.6.0)
35
35
  rexml (3.2.5)
36
- rspec (3.11.0)
37
- rspec-core (~> 3.11.0)
38
- rspec-expectations (~> 3.11.0)
39
- rspec-mocks (~> 3.11.0)
40
- rspec-core (3.11.0)
41
- rspec-support (~> 3.11.0)
42
- rspec-expectations (3.11.1)
36
+ rspec (3.12.0)
37
+ rspec-core (~> 3.12.0)
38
+ rspec-expectations (~> 3.12.0)
39
+ rspec-mocks (~> 3.12.0)
40
+ rspec-core (3.12.0)
41
+ rspec-support (~> 3.12.0)
42
+ rspec-expectations (3.12.0)
43
43
  diff-lcs (>= 1.2.0, < 2.0)
44
- rspec-support (~> 3.11.0)
45
- rspec-mocks (3.11.1)
44
+ rspec-support (~> 3.12.0)
45
+ rspec-mocks (3.12.0)
46
46
  diff-lcs (>= 1.2.0, < 2.0)
47
- rspec-support (~> 3.11.0)
48
- rspec-support (3.11.1)
47
+ rspec-support (~> 3.12.0)
48
+ rspec-support (3.12.0)
49
49
  rubocop (1.35.1)
50
50
  json (~> 2.3)
51
51
  parallel (~> 1.10)
@@ -56,7 +56,7 @@ GEM
56
56
  rubocop-ast (>= 1.20.1, < 2.0)
57
57
  ruby-progressbar (~> 1.7)
58
58
  unicode-display_width (>= 1.4.0, < 3.0)
59
- rubocop-ast (1.21.0)
59
+ rubocop-ast (1.23.0)
60
60
  parser (>= 3.1.1.0)
61
61
  rubocop-performance (1.14.3)
62
62
  rubocop (>= 1.7.0, < 2.0)
@@ -75,7 +75,7 @@ GEM
75
75
  standard (1.16.1)
76
76
  rubocop (= 1.35.1)
77
77
  rubocop-performance (= 1.14.3)
78
- timers (4.3.4)
78
+ timers (4.3.5)
79
79
  unicode-display_width (2.3.0)
80
80
  uuidtools (2.2.0)
81
81
 
@@ -83,6 +83,7 @@ PLATFORMS
83
83
  arm64-darwin-21
84
84
  ruby
85
85
  x86_64-darwin-18
86
+ x86_64-linux
86
87
 
87
88
  DEPENDENCIES
88
89
  bundler (~> 2.3)
@@ -1,3 +1,3 @@
1
1
  module EventHub
2
- VERSION = "1.14.2".freeze
2
+ VERSION = "1.15.0".freeze
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: eventhub-processor2
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.14.2
4
+ version: 1.15.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Steiner, Thomas
8
- autorequire:
8
+ autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2022-10-11 00:00:00.000000000 Z
11
+ date: 2022-10-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: celluloid
@@ -191,7 +191,7 @@ homepage: https://github.com/thomis/eventhub-processor2
191
191
  licenses:
192
192
  - MIT
193
193
  metadata: {}
194
- post_install_message:
194
+ post_install_message:
195
195
  rdoc_options: []
196
196
  require_paths:
197
197
  - lib
@@ -207,7 +207,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
207
207
  version: '0'
208
208
  requirements: []
209
209
  rubygems_version: 3.3.7
210
- signing_key:
210
+ signing_key:
211
211
  specification_version: 4
212
212
  summary: Next generation gem to build ruby based eventhub processor
213
213
  test_files: []