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