12 lines
218 B
Ruby
12 lines
218 B
Ruby
# -*- 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
|