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

Unified Diff: third_party/grpc/test/distrib/ruby/Gemfile

Issue 1932353002: Initial checkin of gRPC to third_party/ Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 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 side-by-side diff with in-line comments
Download patch
Index: third_party/grpc/test/distrib/ruby/Gemfile
diff --git a/third_party/grpc/test/distrib/ruby/Gemfile b/third_party/grpc/test/distrib/ruby/Gemfile
new file mode 100644
index 0000000000000000000000000000000000000000..96e68e9c34ac74f7a81f87cd86ef82e5668e1a0c
--- /dev/null
+++ b/third_party/grpc/test/distrib/ruby/Gemfile
@@ -0,0 +1,11 @@
+# -*- ruby -*-
+# encoding: utf-8
+
+source 'https://rubygems.org/'
+
+# TODO(jtattermusch): don't hardcode the absolute path the local gem source
+source "file:///var/local/git/grpc/gem_source" do
+ gem 'grpc'
+end
+
+gemspec
« no previous file with comments | « third_party/grpc/test/distrib/python/run_distrib_test.sh ('k') | third_party/grpc/test/distrib/ruby/distribtest.gemspec » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698