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.
required_ruby_version
metadata
1 parent 0fcd7a3 commit ee2ace7Copy full SHA for ee2ace7
serverkit-vscode.gemspec
@@ -12,6 +12,11 @@ Gem::Specification.new do |spec|
12
spec.description = %q{Serverkit plug-in for VSCode.}
13
spec.homepage = "https://github.com/serverkit/serverkit-vscode"
14
spec.license = "MIT"
15
+ spec.required_ruby_version = ">= 2.7.0"
16
+
17
+ spec.metadata["homepage_uri"] = spec.homepage
18
+ spec.metadata["source_code_uri"] = "https://github.com/serverkit/serverkit-vscode"
19
+ spec.metadata["changelog_uri"] = "https://github.com/serverkit/serverkit-vscode/releases"
20
21
# Specify which files should be added to the gem when it is released.
22
# The `git ls-files -z` loads the files in the RubyGem that have been added into git.
0 commit comments