Sha256: aec6882e209f25cfca8077261aa9a504bd4f2f527b10e6a5f215d4132a9ff471
Contents?: true
Size: 681 Bytes
Versions: 1
Compression:
Stored size: 681 Bytes
Contents
Gem::Specification.new do |s| s.name = "chef-irc-snitch" s.version = "0.0.9" s.platform = Gem::Platform::RUBY s.authors = ["Sean Porter"] s.email = ["portertech@gmail.com"] s.homepage = "https://github.com/portertech/chef-irc-snitch" s.summary = %q{An exception handler for OpsCode Chef runs (GitHub Gists & IRC)} s.description = %q{An exception handler for OpsCode Chef runs (GitHub Gists & IRC)} s.has_rdoc = false s.license = "MIT" s.rubyforge_project = "chef-irc-snitch" s.add_dependency('chef') s.add_dependency('carrier-pigeon') s.files = `git ls-files`.split("\n") s.require_paths = ["lib"] end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
chef-irc-snitch-0.0.9 | chef-irc-snitch.gemspec |