Sha256: ddedc78636eb9a0e5d38e55de54fb12bfb61e7c058cfa96db3d5322357539e28

Contents?: true

Size: 1.07 KB

Versions: 1

Compression:

Stored size: 1.07 KB

Contents

# coding: utf-8
lib = File.expand_path('../lib', __FILE__)
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)

Gem::Specification.new do |spec|
  spec.name          = 'capistrano-slackify'
  spec.version       = '2.1.0'
  spec.authors       = ['seenmyfate']
  spec.email         = ['seenmyfate@gmail.com']
  spec.summary       = %q{Publish deployment notifications to Slack via the incoming webhooks integration}
  spec.description   = %q{Publish deployment notifications to Slack via the incoming webhooks integration}
  spec.homepage      = 'https://github.com/onthebeach/capistrano-slackify'
  spec.license       = 'MIT'

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

  spec.add_runtime_dependency 'capistrano', '>= 3.1.0'
  spec.add_runtime_dependency 'yajl-ruby'

  spec.add_development_dependency 'bundler', '~> 1.5'
  spec.add_development_dependency 'rake'
  spec.add_development_dependency 'rspec'
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
capistrano-slackify-2.1.0 capistrano-slackify.gemspec