Commit efda55a3 authored by Andrew Newdigate's avatar Andrew Newdigate
Browse files

Initial commit

parents
Loading
Loading
Loading
Loading

gitlab-labkit.gemspec

0 → 100644
+17 −0
Original line number Diff line number Diff line
# frozen_string_literal: true

Gem::Specification.new do |spec|
  spec.name          = 'gitlab-labkit'
  spec.version       = "0.0.1"
  spec.authors       = ['Andrew Newdigate']
  spec.email         = ['andrew@gitlab.com']

  spec.summary       = 'Instrumentation for GitLab'
  spec.homepage      = 'http://about.gitlab.com'
  spec.license       = 'MIT'

  spec.add_development_dependency 'rspec', '~> 3.4'

  spec.files = Dir.glob("_ruby/lib}/**/*") + %w(LICENSE README.md)
  spec.require_paths = ["_ruby/lib"]
end