Sha256: 67e5ce39969d89a227f1a763bceb42e29b1f3b25cc2660a3778ca035cb1b9671
Contents?: true
Size: 838 Bytes
Versions: 1
Compression:
Stored size: 838 Bytes
Contents
lib = File.expand_path('../lib', __FILE__) $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) Gem::Specification.new do |spec| spec.name = "chef-handler-status_notifier" spec.version = "0.4.4" 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" spec.add_development_dependency "rspec" end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
chef-handler-status_notifier-0.4.4 | chef-handler-status_notifier.gemspec |