File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed
Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff 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-
3029end
You can’t perform that action at this time.
0 commit comments