Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1743)

Side by Side Diff: third_party/grpc/test/distrib/ruby/distribtest.gemspec

Issue 1932353002: Initial checkin of gRPC to third_party/ Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
1 # -*- ruby -*-
2 # encoding: utf-8
3
4 Gem::Specification.new do |s|
5 s.name = 'distribtest'
6 s.version = '0.0.1'
7 s.authors = ['gRPC Authors']
8 s.email = 'jtattermusch@google.com'
9 s.homepage = 'https://github.com/grpc/grpc'
10 s.summary = 'gRPC Distribution test'
11
12 s.files = ['distribtest.rb']
13 s.executables = ['distribtest.rb']
14 s.platform = Gem::Platform::RUBY
15
16 s.add_dependency 'grpc', '>=0'
17
18 s.add_development_dependency 'bundler', '~> 1.7'
19 end
OLDNEW
« no previous file with comments | « third_party/grpc/test/distrib/ruby/Gemfile ('k') | third_party/grpc/test/distrib/ruby/distribtest.rb » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698