Sha256: 0ad5b81a46d0286079cdda840361b05f52a878fe9b06bc0ac9fbfb98a449bfee

Contents?: true

Size: 1.11 KB

Versions: 1

Compression:

Stored size: 1.11 KB

Contents

Gem::Specification.new do |spec|
  spec.name          = "lita-cheapshark"
  spec.version       = "0.2.0"
  spec.authors       = ["Magnus Skog"]
  spec.email         = ["magnus.m.skog@gmail.com"]
  spec.description   = "A Lita handler that returns the best deal for a game from http://www.cheapshark.com"
  spec.summary       = "A Lita handler that returns the best deal for a game from http://www.cheapshark.com"
  spec.homepage      = "https://github.com/mskog/lita-cheapshark"
  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", ">= 4.6"

  spec.add_development_dependency "bundler", "~> 1.3"
  spec.add_development_dependency "pry-byebug"
  spec.add_development_dependency "rake"
  spec.add_development_dependency "rack-test"
  spec.add_development_dependency "rspec", ">= 3.0.0"
  spec.add_development_dependency 'webmock', '>= 1.22.3'
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
lita-cheapshark-0.2.0 lita-cheapshark.gemspec