Skip to content

Commit 69b0bcd

Browse files
standardrb
1 parent 0d5e249 commit 69b0bcd

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

singed.gemspec

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ Gem::Specification.new do |spec|
1111
spec.required_ruby_version = ">= 2.7.0"
1212
spec.homepage = "https://github.com/rubyatscale/singed"
1313
spec.metadata = {
14-
"source_code_uri" => "https://github.com/rubyatscale/singed.git",
15-
"bug_tracker_uri" => "https://github.com/rubyatscale/singed/issues",
16-
"homepage_uri" => "https://github.com/rubyatscale/singed"
14+
"source_code_uri" => "https://github.com/rubyatscale/singed.git",
15+
"bug_tracker_uri" => "https://github.com/rubyatscale/singed/issues",
16+
"homepage_uri" => "https://github.com/rubyatscale/singed"
1717
}
1818

1919
spec.files = Dir["README.md", "*.gemspec", "lib/**/*", "exe/**/*"]
@@ -26,5 +26,4 @@ Gem::Specification.new do |spec|
2626

2727
spec.add_development_dependency "rake", "~> 13.0"
2828
spec.add_development_dependency "rspec"
29-
3029
end

0 commit comments

Comments
 (0)