grpc_reflection 0.1.0 → 0.1.1

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 149597fd56e304eac08647512e2d690dd69a14cb532497980169c4965d8e777c
4
- data.tar.gz: 64be4d01686cf5d68c6775ca702ee011398c232a48e283239333b8093b22f01d
3
+ metadata.gz: 50a57a22bb3e14c25b180db662c16e287fb03fda2b655d0d7a07d7d754db3c7c
4
+ data.tar.gz: 7c2aa8ebfffed810aac0b16076da678f41a8d06f739704d1b181b2690a9f9a09
5
5
  SHA512:
6
- metadata.gz: e4d19f0413ea591a544c2a2634a8e1ff08b00b27b23c6e4ad2b91b1639c188b2e92487d79e5d08dc2a283b3e42b6977f092536b074331d30682feb36eaf4875d
7
- data.tar.gz: 5250509c97f287df76583b1ef2e20a041abc93b9765bbec024550cf9e1d287ba0038fab35351389d757596f247ec8be9f599bcfe38ad43d1f4ea983f4d822663
6
+ metadata.gz: 02c069529b8159fb62b48cb1084ea878b217cbf10216d06ac3f6ad7007b216ca5bbe4dcba1f2f797beb895aee0062e960a1d028dd3d816219136387454449ad1
7
+ data.tar.gz: ede585e0e42fb06ae22ab912c19aa83a700e4bebdd25405a43f83a42ff274c1122e2d3db3f1ad8e8c6214674788f581642d3ffb251e39c47a5762852864c5919
data/LICENSE.txt CHANGED
@@ -1,6 +1,6 @@
1
1
  The MIT License (MIT)
2
2
 
3
- Copyright (c) 2024 yuuji.yaginuma
3
+ Copyright (c) 2024 Yuji Yaginuma
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
@@ -1,6 +1,7 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  require "json"
4
+ require "google/protobuf/descriptor_pb"
4
5
 
5
6
  module GrpcReflection
6
7
  class FileDescriptor
@@ -26,4 +27,4 @@ module GrpcReflection
26
27
  end
27
28
  end
28
29
  end
29
- end
30
+ end
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module GrpcReflection
4
- VERSION = "0.1.0"
4
+ VERSION = "0.1.1"
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: grpc_reflection
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Yuji Yaginuma
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2024-05-12 00:00:00.000000000 Z
11
+ date: 2024-08-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: grpc
@@ -63,7 +63,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
63
63
  - !ruby/object:Gem::Version
64
64
  version: '0'
65
65
  requirements: []
66
- rubygems_version: 3.5.9
66
+ rubygems_version: 3.5.11
67
67
  signing_key:
68
68
  specification_version: 4
69
69
  summary: GRPC Server Reflection Protocol for Ruby