From e564ba8c9f0ec309ea48d51c641fc12f084ca14e Mon Sep 17 00:00:00 2001 From: Jimmy Cuadra Date: Thu, 19 Dec 2013 21:22:33 -0800 Subject: [PATCH] Add plugin type metadata and bump version to 1.0.3. --- lita-google-images.gemspec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lita-google-images.gemspec b/lita-google-images.gemspec index b9e0c10..cbda6ba 100644 --- a/lita-google-images.gemspec +++ b/lita-google-images.gemspec @@ -1,12 +1,13 @@ Gem::Specification.new do |spec| spec.name = "lita-google-images" - spec.version = "1.0.2" + spec.version = "1.0.3" spec.authors = ["Jimmy Cuadra"] spec.email = ["jimmy@jimmycuadra.com"] spec.description = %q{A Lita handler for fetching images from Google.} spec.summary = %q{A Lita handler for fetching images from Google.} spec.homepage = "https://github.com/jimmycuadra/lita-google-images" 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) }