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) }