Skip to content
Snippets Groups Projects
Commit 1a2988df authored by Tim Emiola's avatar Tim Emiola
Browse files

Update version; fix dependency advisory comment

parent 191c8466
No related branches found
No related tags found
No related merge requests found
...@@ -14,7 +14,7 @@ Gem::Specification.new do |s| ...@@ -14,7 +14,7 @@ Gem::Specification.new do |s|
s.license = 'BSD-3-Clause' s.license = 'BSD-3-Clause'
s.required_ruby_version = '>= 2.0.0' s.required_ruby_version = '>= 2.0.0'
s.requirements << 'libgrpc ~> 0.6.0 needs to be installed' s.requirements << 'libgrpc ~> 0.9.1 needs to be installed'
s.files = `git ls-files`.split("\n") s.files = `git ls-files`.split("\n")
s.test_files = `git ls-files -- spec/*`.split("\n") s.test_files = `git ls-files -- spec/*`.split("\n")
......
...@@ -29,5 +29,5 @@ ...@@ -29,5 +29,5 @@
# GRPC contains the General RPC module. # GRPC contains the General RPC module.
module GRPC module GRPC
VERSION = '0.9.2' VERSION = '0.9.3'
end end
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment