Sha256: 4379d16ec66406bb8d84d01e7051690cfc51af572512eb9f8af67253b24bd720
Contents?: true
Size: 963 Bytes
Versions: 2
Compression:
Stored size: 963 Bytes
Contents
# -*- encoding: utf-8 -*- $:.push File.expand_path("../lib", __FILE__) require "chef-irc-snitch/version" Gem::Specification.new do |s| s.name = "chef-irc-snitch" s.version = Chef::IRC::Snitch::VERSION 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.test_files = `git ls-files -- {test,spec,features}/*`.split("\n") s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) } s.require_paths = ["lib"] end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
chef-irc-snitch-0.0.6 | chef-irc-snitch.gemspec |
chef-irc-snitch-0.0.5 | chef-irc-snitch.gemspec |