Sha256: b4100300a73b0caa7892b9d69a6d025944db1c65545765e417c4eca7a50b7458

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.2"
  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.2 lita-tweet.gemspec