Sha256: abed2ab6aa9e28de2acb83be90ccb2b6fb6eea5362735bd58101af0f0172aa9e
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.5.0" 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.5.0 | chef-handler-status_notifier.gemspec |