Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitaly.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJacob Vosmaer <jacob@gitlab.com>2017-07-27 18:29:28 +0300
committerJacob Vosmaer <jacob@gitlab.com>2017-07-27 18:29:28 +0300
commit1a9111118939029d482b8fd000370b59f9c732db (patch)
tree3654593aa7e65ea12d87d5bf54160e88e0518a21 /gitaly.gemspec
parent5c468ad01f0fc7243629af5afdfd897ab4f78718 (diff)
Remove gitaly.gemspec, moved to gitaly-proto
Diffstat (limited to 'gitaly.gemspec')
-rw-r--r--gitaly.gemspec26
1 files changed, 0 insertions, 26 deletions
diff --git a/gitaly.gemspec b/gitaly.gemspec
deleted file mode 100644
index 13f13a8e9..000000000
--- a/gitaly.gemspec
+++ /dev/null
@@ -1,26 +0,0 @@
-# coding: utf-8
-prefix = 'protos/ruby'
-lib = File.expand_path(File.join('..', prefix, 'lib'), __FILE__)
-$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
-require 'gitaly/version'
-
-Gem::Specification.new do |spec|
- spec.name = "gitaly"
- spec.version = Gitaly::VERSION
- spec.authors = ["Jacob Vosmaer"]
- spec.email = ["jacob@gitlab.com"]
-
- spec.summary = %q{Auto-generated gRPC client for gitaly}
- spec.description = %q{Auto-generated gRPC client for gitaly.}
- spec.homepage = "https://gitlab.com/gitlab-org/gitaly"
- spec.license = "MIT"
-
- spec.files = `git ls-files -z #{prefix}`.split("\x0").reject { |f| f.match(%r{^#{prefix}/(test|spec|features)/}) }
- spec.require_paths = ["#{prefix}/lib"]
-
- spec.add_dependency "google-protobuf", "~> 3.1"
- spec.add_dependency "grpc", "~> 1.0"
-
- spec.add_development_dependency "bundler", "~> 1.12"
- spec.add_development_dependency "rake", "~> 10.0"
-end