summaryrefslogtreecommitdiff
path: root/net-ssh.gemspec
diff options
context:
space:
mode:
authorNick Hammond <nick@nickhammond.com>2019-08-28 07:45:54 -0500
committerGitHub <noreply@github.com>2019-08-28 07:45:54 -0500
commitda8d01562c4d81edf5073b6901d3f496883e0a14 (patch)
tree2d914867ce3d26bdd63b29b3c16ea7b696eaa72a /net-ssh.gemspec
parentbc8c2f36b8f1460d2f64009e6284d5c7ff8cb0ee (diff)
downloadnet-ssh-da8d01562c4d81edf5073b6901d3f496883e0a14.tar.gz
Remove extra spaces after spec.metadata
Diffstat (limited to 'net-ssh.gemspec')
-rw-r--r--net-ssh.gemspec2
1 files changed, 1 insertions, 1 deletions
diff --git a/net-ssh.gemspec b/net-ssh.gemspec
index 9dca0bd..8cdc4ef 100644
--- a/net-ssh.gemspec
+++ b/net-ssh.gemspec
@@ -17,7 +17,7 @@ Gem::Specification.new do |spec|
spec.homepage = "https://github.com/net-ssh/net-ssh"
spec.license = "MIT"
spec.required_ruby_version = Gem::Requirement.new(">= 2.3")
- spec.metadata = {
+ spec.metadata = {
"changelog_uri" => "https://github.com/net-ssh/net-ssh/blob/master/CHANGES.txt"
}