Skip to content
This repository has been archived by the owner on Jun 30, 2022. It is now read-only.

Commit

Permalink
Add plugin type metadata and bump version to 1.2.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
jimmycuadra committed Dec 20, 2013
1 parent 92a366c commit aa33822
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lita-irc.gemspec
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
Gem::Specification.new do |spec|
spec.name = "lita-irc"
spec.version = "1.2.1"
spec.version = "1.2.2"
spec.authors = ["Jimmy Cuadra"]
spec.email = ["[email protected]"]
spec.description = %q{An IRC adapter for Lita.}
spec.summary = %q{An IRC adapter for the Lita chat robot.}
spec.homepage = "https://github.com/jimmycuadra/lita-irc"
spec.license = "MIT"
spec.metadata = { "lita_plugin_type" => "adapter" }

spec.files = `git ls-files`.split($/)
spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
Expand Down

0 comments on commit aa33822

Please sign in to comment.