We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d6843e3 commit 7fe54c1Copy full SHA for 7fe54c1
1 file changed
alias_callable.gemspec
@@ -12,12 +12,12 @@ Gem::Specification.new do |spec|
12
spec.homepage = "https://github.com/gorodulin/alias_callable"
13
spec.license = "MIT"
14
15
- spec.required_ruby_version = Gem::Requirement.new(">= 2.3")
+ spec.required_ruby_version = Gem::Requirement.new(">= 3.0")
16
17
spec.metadata = {
18
"changelog_uri" => "https://github.com/gorodulin/alias_callable/blob/main/CHANGELOG.md",
19
"homepage_uri" => spec.homepage,
20
- "source_code_uri" => "https://github.com/gorodulin/alias_callable",
+ "source_code_uri" => "https://github.com/gorodulin/alias_callable/tree/main",
21
}
22
23
spec.files = Dir["lib/**/*.{rb,erb}"] + %w[LICENSE README.md CHANGELOG.md]
0 commit comments