Sha256: 7adb821b5af5bbd7b8bc7ccd6371bc98b36153e87ff46e54e6a4e9e4e6c1e3c6
Contents?: true
Size: 1.12 KB
Versions: 1
Compression:
Stored size: 1.12 KB
Contents
Gem::Specification.new do |spec| spec.name = "lita-imgflip-memes" spec.version = "1.0.1" spec.authors = ["Daniel J. Pritchett"] spec.email = ["dpritchett@gmail.com"] spec.description = "Turns chatbot input text into meme images" spec.summary = "Sends your text to the imgflip API and returns an image macro with your text on it" spec.homepage = "https://github.com/dpritchett/lita-imgflip-memes" 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_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 "simplecov" spec.add_development_dependency "coveralls" end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
lita-imgflip-memes-1.0.1 | lita-imgflip-memes.gemspec |