Skip to content

Commit

Permalink
Add plugin type metadata and bump version to 0.0.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
jimmycuadra committed Dec 20, 2013
1 parent d3ef2a8 commit 319b375
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lita-google.gemspec
Original file line number Diff line number Diff line change
@@ -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 = ["[email protected]"]
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) }
Expand Down

0 comments on commit 319b375

Please sign in to comment.