Skip to content

Commit dcfe3ca

Browse files
committed
chore: Set the license, remove redundant metadata.
1 parent d58ed99 commit dcfe3ca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

time_range.gemspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ Gem::Specification.new do |spec|
1313
spec.homepage = "https://github.com/schwern/ruby-time_range"
1414
spec.required_ruby_version = ">= 2.7"
1515

16-
spec.metadata["homepage_uri"] = spec.homepage
17-
spec.metadata["source_code_uri"] = "https://github.com/schwern/ruby-time_range"
16+
spec.licenses = ["MIT"]
17+
spec.metadata["source_code_uri"] = spec.homepage
1818

1919
# Specify which files should be added to the gem when it is released.
2020
# The `git ls-files -z` loads the files in the RubyGem that have been added into git.

0 commit comments

Comments
 (0)