Sha256: f549697d273420a5564feb22715d49afce98c48f67079e3654b8eafcc9ff238b

Contents?: true

Size: 726 Bytes

Versions: 1

Compression:

Stored size: 726 Bytes

Contents

# -*- encoding: utf-8 -*-
Gem::Specification.new do |s|
  s.name        = 'tutter-sppuppet'
  s.version     = '1.2.13'
  s.author      = ['Johan Haals', 'Erik Dalén', 'Alexey Lapitsky']
  s.email       = ['johan.haals@gmail.com', 'dalen@spotify.com', 'alexey@spotify.com']
  s.homepage    = 'https://github.com/jhaals/tutter-sppuppet'
  s.summary     = 'Github code review without collaborator access'
  s.description = 'This tutter action let non collaborators review and merge code without having more then read access to the project'
  s.license     = 'Apache 2.0'

  s.files         = `git ls-files`.split("\n")
  s.require_paths = ['lib']

  s.required_ruby_version = '>= 1.8.7'

  s.add_runtime_dependency 'tutter'
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
tutter-sppuppet-1.2.13 tutter-sppuppet.gemspec