Sha256: 2cce13df73a1c1a07c8988683cc5f2637970c5f93cef7fd3dfb0b20cb407f312

Contents?: true

Size: 874 Bytes

Versions: 2

Compression:

Stored size: 874 Bytes

Contents

lib = File.expand_path('../lib', __FILE__)
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
require 'chef/handler/status_notifier/version'

Gem::Specification.new do |spec|
  spec.name          = "chef-handler-status_notifier"
  spec.version       = Chef::Handler::StatusNotifier::VERSION
  spec.authors       = ["Faizal Zakaria"]
  spec.email         = ["phaibusiness@gmail.com"]
  spec.summary       = %q{Chef status notifier handler}
  spec.description   = %q{Chef status notifier handler}
  spec.homepage      = ""
  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 "hipchat"
  spec.add_runtime_dependency "slack-notifier"
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
chef-handler-status_notifier-0.0.2 chef-handler-status_notifier.gemspec
chef-handler-status_notifier-0.0.1 chef-handler-status_notifier.gemspec