grpcx 0.3.3 → 0.3.4

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/Gemfile.lock +20 -21
  3. data/grpcx.gemspec +1 -3
  4. metadata +2 -16
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 75e3047e483e79cbc6aad9290d8b7f502dbf7b4ab562a5826ffa0d1ec8c4c471
4
- data.tar.gz: 39a32bc32c1f946e45a759bf362b57fbd42172dcec1e7fb0076ec4f78a7de0de
3
+ metadata.gz: 6d6ff37759d6b643916d5b3a4d3fd6cbd8d0ab1a2061fcc312d98eea7cc4ed4a
4
+ data.tar.gz: 54d8683068a9b469dfd5c758396e57a5c7c7649c42997fdd10eebdd4ff210358
5
5
  SHA512:
6
- metadata.gz: 0dd0fef2128a38e6c4d19143fa9425e68584f48987badab945f4cfb8bd7a9e917e361e96317f3baf0a0b9dc2a1335df35072966a016b5430103f6cdffc6a1161
7
- data.tar.gz: 85857f27c9e7be71ac994e2546d34fd748d819a7062dc615b9502faeab07940461f8e2e518a55557178c858499655cc21e5ff99b60b32489c219239a7caa374d
6
+ metadata.gz: 1acd6568eceee01d438a9f52620d4295e364ebf3a99beef9110a776e0aa213292f602b7eb7e1966810bcef8437a12c0614b3d7a8551bb4c90a4ab0ad92c0c4e5
7
+ data.tar.gz: 2be25e8c5e9534241bd17f6b2468fe7503b2efaca5e94832a59c85879824ed45a54a86f327542485fd47a1d6690e43a9bd320293cf9cb1e3af49f2ce38611c6e
data/Gemfile.lock CHANGED
@@ -1,27 +1,27 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- grpcx (0.3.3)
4
+ grpcx (0.3.4)
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 (7.0.4.2)
12
- activesupport (= 7.0.4.2)
13
- activerecord (7.0.4.2)
14
- activemodel (= 7.0.4.2)
15
- activesupport (= 7.0.4.2)
16
- activesupport (7.0.4.2)
11
+ activemodel (7.0.4.3)
12
+ activesupport (= 7.0.4.3)
13
+ activerecord (7.0.4.3)
14
+ activemodel (= 7.0.4.3)
15
+ activesupport (= 7.0.4.3)
16
+ activesupport (7.0.4.3)
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
21
  ast (2.4.2)
22
- concurrent-ruby (1.2.0)
22
+ concurrent-ruby (1.2.2)
23
23
  diff-lcs (1.5.0)
24
- google-protobuf (3.21.12)
24
+ google-protobuf (3.22.2)
25
25
  googleapis-common-protos-types (1.5.0)
26
26
  google-protobuf (~> 3.14)
27
27
  grpc (1.52.0)
@@ -30,13 +30,13 @@ GEM
30
30
  i18n (1.12.0)
31
31
  concurrent-ruby (~> 1.0)
32
32
  json (2.6.3)
33
- minitest (5.17.0)
33
+ minitest (5.18.0)
34
34
  parallel (1.22.1)
35
- parser (3.2.0.0)
35
+ parser (3.2.1.1)
36
36
  ast (~> 2.4.1)
37
37
  rainbow (3.1.1)
38
38
  rake (13.0.6)
39
- regexp_parser (2.6.2)
39
+ regexp_parser (2.7.0)
40
40
  rexml (3.2.5)
41
41
  rspec (3.12.0)
42
42
  rspec-core (~> 3.12.0)
@@ -47,38 +47,38 @@ GEM
47
47
  rspec-expectations (3.12.2)
48
48
  diff-lcs (>= 1.2.0, < 2.0)
49
49
  rspec-support (~> 3.12.0)
50
- rspec-mocks (3.12.3)
50
+ rspec-mocks (3.12.4)
51
51
  diff-lcs (>= 1.2.0, < 2.0)
52
52
  rspec-support (~> 3.12.0)
53
53
  rspec-support (3.12.0)
54
- rubocop (1.44.1)
54
+ rubocop (1.48.1)
55
55
  json (~> 2.3)
56
56
  parallel (~> 1.10)
57
57
  parser (>= 3.2.0.0)
58
58
  rainbow (>= 2.2.2, < 4.0)
59
59
  regexp_parser (>= 1.8, < 3.0)
60
60
  rexml (>= 3.2.5, < 4.0)
61
- rubocop-ast (>= 1.24.1, < 2.0)
61
+ rubocop-ast (>= 1.26.0, < 2.0)
62
62
  ruby-progressbar (~> 1.7)
63
63
  unicode-display_width (>= 2.4.0, < 3.0)
64
- rubocop-ast (1.24.1)
65
- parser (>= 3.1.1.0)
64
+ rubocop-ast (1.27.0)
65
+ parser (>= 3.2.1.0)
66
66
  rubocop-bsm (0.6.1)
67
67
  rubocop (~> 1.0)
68
68
  rubocop-performance
69
69
  rubocop-rake
70
70
  rubocop-rspec
71
- rubocop-capybara (2.17.0)
71
+ rubocop-capybara (2.17.1)
72
72
  rubocop (~> 1.41)
73
73
  rubocop-performance (1.16.0)
74
74
  rubocop (>= 1.7.0, < 2.0)
75
75
  rubocop-ast (>= 0.4.0)
76
76
  rubocop-rake (0.6.0)
77
77
  rubocop (~> 1.0)
78
- rubocop-rspec (2.18.1)
78
+ rubocop-rspec (2.19.0)
79
79
  rubocop (~> 1.33)
80
80
  rubocop-capybara (~> 2.17)
81
- ruby-progressbar (1.11.0)
81
+ ruby-progressbar (1.13.0)
82
82
  tzinfo (2.0.6)
83
83
  concurrent-ruby (~> 1.0)
84
84
  unicode-display_width (2.4.2)
@@ -88,7 +88,6 @@ PLATFORMS
88
88
 
89
89
  DEPENDENCIES
90
90
  activerecord
91
- bundler
92
91
  grpcx!
93
92
  rake
94
93
  rspec
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.3'
3
+ s.version = '0.3.4'
4
4
  s.authors = ['Black Square Media Ltd']
5
5
  s.email = ['info@blacksquaremedia.com']
6
6
  s.summary = %(gRPC extensions/helpers)
@@ -15,7 +15,5 @@ Gem::Specification.new do |s|
15
15
  s.add_dependency 'activesupport', '>= 5.0'
16
16
  s.add_dependency 'grpc', '>= 1.8.0'
17
17
 
18
- s.add_development_dependency 'bundler'
19
-
20
18
  s.metadata['rubygems_mfa_required'] = 'true'
21
19
  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.3
4
+ version: 0.3.4
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: 2023-02-09 00:00:00.000000000 Z
11
+ date: 2023-03-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport
@@ -38,20 +38,6 @@ dependencies:
38
38
  - - ">="
39
39
  - !ruby/object:Gem::Version
40
40
  version: 1.8.0
41
- - !ruby/object:Gem::Dependency
42
- name: bundler
43
- requirement: !ruby/object:Gem::Requirement
44
- requirements:
45
- - - ">="
46
- - !ruby/object:Gem::Version
47
- version: '0'
48
- type: :development
49
- prerelease: false
50
- version_requirements: !ruby/object:Gem::Requirement
51
- requirements:
52
- - - ">="
53
- - !ruby/object:Gem::Version
54
- version: '0'
55
41
  description: ''
56
42
  email:
57
43
  - info@blacksquaremedia.com