Sha256: 0514a2239cdec5dc3eac1e6ac5cc57837f66f7af41544e5b00335c1fad578e2d
Contents?: true
Size: 798 Bytes
Versions: 1
Compression:
Stored size: 798 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.2" 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 "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.2 | chef-handler-status_notifier.gemspec |