Sha256: a6e27ddd3ee5c5849a97b574973fc03ff8623d984ffb171ee700884e70b82b41
Contents?: true
Size: 969 Bytes
Versions: 3
Compression:
Stored size: 969 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('shout-bot-portertech') 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
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
chef-irc-snitch-0.0.4 | chef-irc-snitch.gemspec |
chef-irc-snitch-0.0.3 | chef-irc-snitch.gemspec |
chef-irc-snitch-0.0.2 | chef-irc-snitch.gemspec |