File: kas-grpc.gemspec

package info (click to toggle)
gitlab-agent 16.1.3-2
  • links: PTS, VCS
  • area: contrib
  • in suites: forky, sid, trixie
  • size: 6,324 kB
  • sloc: makefile: 175; sh: 52; ruby: 3
file content (15 lines) | stat: -rw-r--r-- 575 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Gem::Specification.new do |spec|
  spec.name          = 'kas-grpc'
  spec.version       = '0.1.0'
  spec.homepage      = 'https://gitlab.com/gitlab-org/cluster-integration/gitlab-agent'

  spec.summary       = 'Auto-generated gRPC client for KAS'
  spec.authors       = ['Tiger Watson', 'Hordur Freyr Yngvason', 'Timo Furrer']
  spec.email         = ['twatson@gitlab.com', 'hfyngvason@gitlab.com', 'tfurrer@gitlab.com']
  spec.license       = 'MIT'

  spec.files         = Dir['lib/**/*.rb']
  spec.require_paths = ['lib']

  spec.add_runtime_dependency 'grpc', '~> 1.0'
end