grpcx 0.3.1 → 0.3.2

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: c1a29ef56f02c4f3c6b9e5619371f91323bf4936c68f005b5d5ff4a4e1d5ade2
4
- data.tar.gz: e397ccb4be91b3d9b7fadba057d2882cdbe7b0bebe6e9d5039daf1b76331cea6
3
+ metadata.gz: ae9c03741c37bfd3ee885a9a95623e8daba6abaed7ead588f75c79f46d45e44d
4
+ data.tar.gz: 7d2c52dfac712a2b1cf961ec3316fc0bc0dada3f81ebff4862e11fed43d05994
5
5
  SHA512:
6
- metadata.gz: 1f5791ed4d2a2ea9c12a140422635a50635adaaa3677cc52deaff74c38e48115569ba6f3ba34bb6efdaa1bbd7bb3aad6fdfa095ef82734b0404de969f1376aef
7
- data.tar.gz: 22dbbb57b6a72bb376afd1709645dce56a765eb2ac75ebe796277561ed9622644637e3c74950a464f6a6ede49bd10dd92d72f5da958488cdfeaa6e362c62822c
6
+ metadata.gz: 061002012c4005ee48ca374505bd4fbb1f29a09c98d444d99517871eaace0317c8a455c444a6f9a88c32287e751bf65cc3f5778b1ad487024f28997329584deb
7
+ data.tar.gz: ccdf1e5cc44b92b46214bc02c8ed29d03faea2f45964663f3bb59ca1873da7457a1e630c58c46b4f74bd0dd2447fc2d908877621f7387b9d20121882619053a3
@@ -11,7 +11,7 @@ jobs:
11
11
  runs-on: ubuntu-latest
12
12
  strategy:
13
13
  matrix:
14
- ruby-version: ["2.5", "2.6", "2.7", "3.0"]
14
+ ruby-version: ["2.7", "3.0", "3.1"]
15
15
  steps:
16
16
  - uses: actions/checkout@v2
17
17
  - uses: ruby/setup-ruby@v1
data/.gitignore CHANGED
@@ -1,3 +1,4 @@
1
1
  .rubocop-*
2
2
  .rake_tasks~
3
3
  pkg/
4
+ *~
data/.rubocop.yml CHANGED
@@ -6,7 +6,7 @@ inherit_mode:
6
6
  - Exclude
7
7
 
8
8
  AllCops:
9
- TargetRubyVersion: "2.5"
9
+ TargetRubyVersion: "2.7"
10
10
 
11
11
  RSpec/FilePath:
12
12
  Enabled: false
data/Gemfile.lock CHANGED
@@ -1,43 +1,41 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- grpcx (0.3.1)
4
+ grpcx (0.3.2)
5
5
  activesupport (>= 5.0)
6
6
  grpc (>= 1.8.0)
7
7
 
8
8
  GEM
9
9
  remote: https://rubygems.org/
10
10
  specs:
11
- activemodel (6.1.3.1)
12
- activesupport (= 6.1.3.1)
13
- activerecord (6.1.3.1)
14
- activemodel (= 6.1.3.1)
15
- activesupport (= 6.1.3.1)
16
- activesupport (6.1.3.1)
11
+ activemodel (7.0.1)
12
+ activesupport (= 7.0.1)
13
+ activerecord (7.0.1)
14
+ activemodel (= 7.0.1)
15
+ activesupport (= 7.0.1)
16
+ activesupport (7.0.1)
17
17
  concurrent-ruby (~> 1.0, >= 1.0.2)
18
18
  i18n (>= 1.6, < 2)
19
19
  minitest (>= 5.1)
20
20
  tzinfo (~> 2.0)
21
- zeitwerk (~> 2.3)
22
21
  ast (2.4.2)
23
- concurrent-ruby (1.1.8)
24
- diff-lcs (1.4.4)
25
- google-protobuf (3.15.8)
26
- googleapis-common-protos-types (1.0.6)
22
+ concurrent-ruby (1.1.9)
23
+ diff-lcs (1.5.0)
24
+ google-protobuf (3.19.2)
25
+ googleapis-common-protos-types (1.3.0)
27
26
  google-protobuf (~> 3.14)
28
- grpc (1.37.1)
29
- google-protobuf (~> 3.15)
27
+ grpc (1.42.0)
28
+ google-protobuf (~> 3.18)
30
29
  googleapis-common-protos-types (~> 1.0)
31
- i18n (1.8.10)
30
+ i18n (1.8.11)
32
31
  concurrent-ruby (~> 1.0)
33
- minitest (5.14.4)
34
- parallel (1.20.1)
35
- parser (3.0.1.1)
32
+ minitest (5.15.0)
33
+ parallel (1.21.0)
34
+ parser (3.1.0.0)
36
35
  ast (~> 2.4.1)
37
- rack (2.2.3)
38
36
  rainbow (3.0.0)
39
- rake (13.0.3)
40
- regexp_parser (2.1.1)
37
+ rake (13.0.6)
38
+ regexp_parser (2.2.0)
41
39
  rexml (3.2.5)
42
40
  rspec (3.10.0)
43
41
  rspec-core (~> 3.10.0)
@@ -51,41 +49,34 @@ GEM
51
49
  rspec-mocks (3.10.2)
52
50
  diff-lcs (>= 1.2.0, < 2.0)
53
51
  rspec-support (~> 3.10.0)
54
- rspec-support (3.10.2)
55
- rubocop (1.13.0)
52
+ rspec-support (3.10.3)
53
+ rubocop (1.24.1)
56
54
  parallel (~> 1.10)
57
55
  parser (>= 3.0.0.0)
58
56
  rainbow (>= 2.2.2, < 4.0)
59
57
  regexp_parser (>= 1.8, < 3.0)
60
58
  rexml
61
- rubocop-ast (>= 1.2.0, < 2.0)
59
+ rubocop-ast (>= 1.15.1, < 2.0)
62
60
  ruby-progressbar (~> 1.7)
63
61
  unicode-display_width (>= 1.4.0, < 3.0)
64
- rubocop-ast (1.5.0)
62
+ rubocop-ast (1.15.1)
65
63
  parser (>= 3.0.1.1)
66
- rubocop-bsm (0.5.9)
64
+ rubocop-bsm (0.6.0)
67
65
  rubocop (~> 1.0)
68
66
  rubocop-performance
69
- rubocop-rails
70
67
  rubocop-rake
71
68
  rubocop-rspec
72
- rubocop-performance (1.11.1)
69
+ rubocop-performance (1.13.1)
73
70
  rubocop (>= 1.7.0, < 2.0)
74
71
  rubocop-ast (>= 0.4.0)
75
- rubocop-rails (2.9.1)
76
- activesupport (>= 4.2.0)
77
- rack (>= 1.1)
78
- rubocop (>= 0.90.0, < 2.0)
79
- rubocop-rake (0.5.1)
80
- rubocop
81
- rubocop-rspec (2.3.0)
72
+ rubocop-rake (0.6.0)
82
73
  rubocop (~> 1.0)
83
- rubocop-ast (>= 1.1.0)
74
+ rubocop-rspec (2.7.0)
75
+ rubocop (~> 1.19)
84
76
  ruby-progressbar (1.11.0)
85
77
  tzinfo (2.0.4)
86
78
  concurrent-ruby (~> 1.0)
87
- unicode-display_width (2.0.0)
88
- zeitwerk (2.4.2)
79
+ unicode-display_width (2.1.0)
89
80
 
90
81
  PLATFORMS
91
82
  ruby
@@ -99,4 +90,4 @@ DEPENDENCIES
99
90
  rubocop-bsm
100
91
 
101
92
  BUNDLED WITH
102
- 2.1.4
93
+ 2.2.27
data/grpcx.gemspec CHANGED
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = 'grpcx'
3
- s.version = '0.3.1'
3
+ s.version = '0.3.2'
4
4
  s.authors = ['Black Square Media Ltd']
5
5
  s.email = ['info@blacksquaremedia.com']
6
6
  s.summary = %(gRPC extensions/helpers)
@@ -11,7 +11,7 @@ Gem::Specification.new do |s|
11
11
  s.files = `git ls-files -z`.split("\x0").reject {|f| f.match(%r{^spec/}) }
12
12
  s.test_files = `git ls-files -z -- spec/*`.split("\x0")
13
13
  s.require_paths = ['lib']
14
- s.required_ruby_version = '>= 2.5'
14
+ s.required_ruby_version = '>= 2.7'
15
15
 
16
16
  s.add_dependency 'activesupport', '>= 5.0'
17
17
  s.add_dependency 'grpc', '>= 1.8.0'
@@ -21,4 +21,5 @@ Gem::Specification.new do |s|
21
21
  s.add_development_dependency 'rake'
22
22
  s.add_development_dependency 'rspec'
23
23
  s.add_development_dependency 'rubocop-bsm'
24
+ s.metadata['rubygems_mfa_required'] = 'true'
24
25
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: grpcx
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.1
4
+ version: 0.3.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Black Square Media Ltd
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-05-04 00:00:00.000000000 Z
11
+ date: 2022-01-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport
@@ -137,7 +137,8 @@ files:
137
137
  homepage: https://github.com/bsm/grpcx
138
138
  licenses:
139
139
  - MIT
140
- metadata: {}
140
+ metadata:
141
+ rubygems_mfa_required: 'true'
141
142
  post_install_message:
142
143
  rdoc_options: []
143
144
  require_paths:
@@ -146,14 +147,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
146
147
  requirements:
147
148
  - - ">="
148
149
  - !ruby/object:Gem::Version
149
- version: '2.5'
150
+ version: '2.7'
150
151
  required_rubygems_version: !ruby/object:Gem::Requirement
151
152
  requirements:
152
153
  - - ">="
153
154
  - !ruby/object:Gem::Version
154
155
  version: '0'
155
156
  requirements: []
156
- rubygems_version: 3.1.4
157
+ rubygems_version: 3.2.15
157
158
  signing_key:
158
159
  specification_version: 4
159
160
  summary: gRPC extensions/helpers