ports/net/rubygem-gitaly/files/patch-ruby_lib_gitaly.rb
Torsten Zuehlsdorff eb9a18e35c New port: net/rubygem-gitaly
Gitaly is a Git RPC service for handling all the git calls made by GitLab.

WWW: https://gitlab.com/gitlab-org/gitaly

ATTENTION: the port has currently just a subset of functions and is needed
	   in order to provide the security update of www/gitlab to 9.0
2017-06-28 08:54:10 +00:00

10 lines
254 B
Ruby

--- ruby/lib/gitaly.rb.orig 2017-06-22 08:27:11 UTC
+++ ruby/lib/gitaly.rb
@@ -1,7 +1,6 @@
$:.unshift(File.expand_path('../gitaly', __FILE__))
require "gitaly/version"
-require "gitaly/gitaly_services_pb"
module Gitaly
# Your code goes here...