Sha256: a13c30a836ff485bdebb0c1231c3e5099ea40d610d13bf3330c6afaa07bc01a1
Contents?: true
Size: 1.05 KB
Versions: 1
Compression:
Stored size: 1.05 KB
Contents
Gem::Specification.new do |spec| spec.name = "lita-enhance" spec.version = "0.9.1" spec.authors = ["Doug Barth"] spec.email = ["doug@pagerduty.com"] spec.description = %q{A Lita handler that enhances text by replacing opaque machine identifiers with that machine's hostname} spec.summary = %q{A Lita handler that enhances text by replacing opaque machine identifiers with that machine's hostname} spec.homepage = "https://github.com/PagerDuty/lita-enhance" spec.license = "MIT" spec.metadata = { "lita_plugin_type" => "handler" } spec.files = `git ls-files`.split($/) 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 "lita", ">= 3.1" spec.add_runtime_dependency "chef", ">= 11.0" spec.add_development_dependency "bundler", "~> 1.3" spec.add_development_dependency "rake" spec.add_development_dependency "rspec", ">= 3.0.0.beta2" end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
lita-enhance-0.9.1 | lita-enhance.gemspec |