Sha256: d79d877eae9be8594db038496b56bb2242bb7cda448856492c57c6bfd2590b8b

Contents?: true

Size: 876 Bytes

Versions: 1

Compression:

Stored size: 876 Bytes

Contents

Gem::Specification.new do |spec|
  spec.name          = "lita-tweet"
  spec.version       = "0.4.1"
  spec.authors       = ["Andre Arko"]
  spec.email         = ["andre@arko.net"]
  spec.description   = "Tweeting for Lita"
  spec.summary       = "Allows the Lita chat bot to tweet on command"
  spec.homepage      = "https://github.com/indirect/lita-tweet"
  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.7"
  spec.add_runtime_dependency "twitter", "~> 5.16"
  spec.add_runtime_dependency "oauth", "~> 0.5.1"

  spec.add_development_dependency "bundler", "~> 1.12"
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
lita-tweet-0.4.1 lita-tweet.gemspec