We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91fdbdc commit a1562abCopy full SHA for a1562ab
errbit_github_plugin.gemspec
@@ -6,8 +6,9 @@ require 'errbit_github_plugin/version'
6
Gem::Specification.new do |spec|
7
spec.name = "errbit_github_plugin"
8
spec.version = ErrbitGithubPlugin::VERSION
9
- spec.authors = ["Stephen Crosby"]
10
- spec.email = ["stevecrozz@gmail.com"]
+ spec.authors = ["Stephen Crosby", "Cyril Mougel"]
+ spec.email = ["stevecrozz@gmail.com", "cyril.mougel@gmail.com"]
11
+
12
spec.description = %q{GitHub integration for Errbit}
13
spec.summary = %q{GitHub integration for Errbit}
14
spec.homepage = "https://github.com/brandedcrate/errbit_github_plugin"
0 commit comments