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 d58ed99 commit dcfe3caCopy full SHA for dcfe3ca
time_range.gemspec
@@ -13,8 +13,8 @@ Gem::Specification.new do |spec|
13
spec.homepage = "https://github.com/schwern/ruby-time_range"
14
spec.required_ruby_version = ">= 2.7"
15
16
- spec.metadata["homepage_uri"] = spec.homepage
17
- spec.metadata["source_code_uri"] = "https://github.com/schwern/ruby-time_range"
+ spec.licenses = ["MIT"]
+ spec.metadata["source_code_uri"] = spec.homepage
18
19
# Specify which files should be added to the gem when it is released.
20
# The `git ls-files -z` loads the files in the RubyGem that have been added into git.
0 commit comments