Skip to content

Commit 7fe54c1

Browse files
committed
Path fix
1 parent d6843e3 commit 7fe54c1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

alias_callable.gemspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@ Gem::Specification.new do |spec|
1212
spec.homepage = "https://github.com/gorodulin/alias_callable"
1313
spec.license = "MIT"
1414

15-
spec.required_ruby_version = Gem::Requirement.new(">= 2.3")
15+
spec.required_ruby_version = Gem::Requirement.new(">= 3.0")
1616

1717
spec.metadata = {
1818
"changelog_uri" => "https://github.com/gorodulin/alias_callable/blob/main/CHANGELOG.md",
1919
"homepage_uri" => spec.homepage,
20-
"source_code_uri" => "https://github.com/gorodulin/alias_callable",
20+
"source_code_uri" => "https://github.com/gorodulin/alias_callable/tree/main",
2121
}
2222

2323
spec.files = Dir["lib/**/*.{rb,erb}"] + %w[LICENSE README.md CHANGELOG.md]

0 commit comments

Comments
 (0)