Sha256: 6001afecb8939cf639c3b773c849cd467a53d581085e5b22f7b2c6741331ce06

Contents?: true

Size: 1.06 KB

Versions: 1

Compression:

Stored size: 1.06 KB

Contents

Gem::Specification.new do |spec|
  spec.name          = "lita-github-commits"
  spec.version       = "0.1.0"
  spec.authors       = ["Mitch Dempsey"]
  spec.email         = ["mrdempsey@gmail.com"]
  spec.description   = %q{A Lita handler that will display GitHub commit messages in the channel}
  spec.summary       = %q{A Lita handler that will display GitHub commit messages in the channel}
  spec.homepage      = "https://github.com/webdestroya/lita-github-commits"
  spec.license       = "MIT"

  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", ">= 2.3", "< 5.0"

  spec.add_development_dependency "bundler", "~> 1.3"
  spec.add_development_dependency "rake"
  spec.add_development_dependency "rspec", ">= 3.0.0.beta2"
  spec.add_development_dependency "simplecov"
  spec.add_development_dependency "coveralls"

  spec.metadata = { "lita_plugin_type" => "handler" }
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
lita-github-commits-0.1.0 lita-github-commits.gemspec