Sha256: d48bee13df38717edc07fe8f07b9e53598ce275c238f459096c5cbf09688b685

Contents?: true

Size: 1.17 KB

Versions: 38

Compression:

Stored size: 1.17 KB

Contents

lib = File.expand_path('../lib', __FILE__)
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
require 'gitlab/qa/version'

Gem::Specification.new do |spec|
  spec.name          = 'gitlab-qa'
  spec.version       = Gitlab::QA::VERSION
  spec.authors       = ['Grzegorz Bizon']
  spec.email         = ['grzesiek.bizon@gmail.com']

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

  spec.files         = `git ls-files -z`
                       .split("\x0").reject { |f| f.match(%r{^spec/}) }
  spec.bindir        = 'exe'
  spec.executables   = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
  spec.require_paths = ['lib']

  # Some dependencies are pinned, to prevent new cops from breaking the CI pipelines
  spec.add_development_dependency 'climate_control', '~> 0.2'
  spec.add_development_dependency 'gitlab-styles', '2.2.0'
  spec.add_development_dependency 'pry', '~> 0.11'
  spec.add_development_dependency 'rake', '~> 12.2'
  spec.add_development_dependency 'rspec', '~> 3.7'
  spec.add_development_dependency 'rubocop', '0.52.0'
  spec.add_development_dependency 'rubocop-rspec', '1.20.1'
end

Version data entries

38 entries across 38 versions & 1 rubygems

Version Path
gitlab-qa-4.2.1 gitlab-qa.gemspec
gitlab-qa-4.2.0 gitlab-qa.gemspec
gitlab-qa-4.1.0 gitlab-qa.gemspec
gitlab-qa-4.0.5 gitlab-qa.gemspec
gitlab-qa-4.0.4 gitlab-qa.gemspec
gitlab-qa-4.0.3 gitlab-qa.gemspec
gitlab-qa-4.0.2 gitlab-qa.gemspec
gitlab-qa-4.0.1 gitlab-qa.gemspec
gitlab-qa-4.0.0 gitlab-qa.gemspec
gitlab-qa-3.3.0 gitlab-qa.gemspec
gitlab-qa-3.2.3 gitlab-qa.gemspec
gitlab-qa-3.2.2 gitlab-qa.gemspec
gitlab-qa-3.2.1 gitlab-qa.gemspec
gitlab-qa-3.2.0 gitlab-qa.gemspec
gitlab-qa-3.1.1 gitlab-qa.gemspec
gitlab-qa-3.1.0 gitlab-qa.gemspec
gitlab-qa-3.0.1 gitlab-qa.gemspec
gitlab-qa-2.13.1 gitlab-qa.gemspec
gitlab-qa-2.13.0 gitlab-qa.gemspec
gitlab-qa-2.12.0 gitlab-qa.gemspec