We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8fb6632 commit 79782b2Copy full SHA for 79782b2
1 file changed
chatops-controller.gemspec
@@ -7,10 +7,10 @@ require "chatops/controller/version"
7
Gem::Specification.new do |s|
8
s.name = "chatops-controller"
9
s.version = ChatopsController::VERSION
10
- s.authors = ["Ben Lavender"]
+ s.authors = ["Ben Lavender", "GitHub"]
11
s.homepage = "https://github.com/github/chatops-controller"
12
s.email = ["opensource+chatops-controller@github.com"]
13
- s.license = "unknown - maybe we'll open source this?"
+ s.license = "MIT"
14
s.summary = %q{Rails helpers to create JSON-RPC chatops}
15
s.description = %q{See the README for documentation"}
16
0 commit comments