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

Commit aa33822

Browse files
committed
Add plugin type metadata and bump version to 1.2.2.
1 parent 92a366c commit aa33822

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lita-irc.gemspec

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
Gem::Specification.new do |spec|
22
spec.name = "lita-irc"
3-
spec.version = "1.2.1"
3+
spec.version = "1.2.2"
44
spec.authors = ["Jimmy Cuadra"]
55
spec.email = ["jimmy@jimmycuadra.com"]
66
spec.description = %q{An IRC adapter for Lita.}
77
spec.summary = %q{An IRC adapter for the Lita chat robot.}
88
spec.homepage = "https://github.com/jimmycuadra/lita-irc"
99
spec.license = "MIT"
10+
spec.metadata = { "lita_plugin_type" => "adapter" }
1011

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

0 commit comments

Comments
 (0)