Update demo package metadata

Also
- update any changes in language-specific package installation
This commit is contained in:
Tim Emiola 2015-09-23 14:46:32 -07:00
parent 296e39d97c
commit 5972e58a68
2 changed files with 3 additions and 3 deletions

View File

@ -3,4 +3,4 @@
source 'https://rubygems.org/'
gem 'grpc', :git => 'https://github.com/grpc/grpc.git', :submodules => true, glob: 'src/ruby/*.gemspec'
gemspec

View File

@ -3,7 +3,7 @@
Gem::Specification.new do |s|
s.name = 'grpc-demo'
s.version = '0.5.0'
s.version = '0.11.0'
s.authors = ['gRPC Authors']
s.email = 'temiola@google.com'
s.homepage = 'https://github.com/grpc/grpc'
@ -17,7 +17,7 @@ Gem::Specification.new do |s|
s.require_paths = ['lib']
s.platform = Gem::Platform::RUBY
s.add_dependency 'grpc', '~> 0.6'
s.add_dependency 'grpc', '~> 0.11'
s.add_development_dependency 'bundler', '~> 1.7'
end