File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 22
33module Serverkit
44 module Vscode
5- VERSION = '0.1.1 '
5+ VERSION = '0.2.0 '
66 end
77end
Original file line number Diff line number Diff line change @@ -12,6 +12,11 @@ Gem::Specification.new do |spec|
1212 spec . description = %q{Serverkit plug-in for VSCode.}
1313 spec . homepage = "https://github.com/serverkit/serverkit-vscode"
1414 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"
1520
1621 # Specify which files should be added to the gem when it is released.
1722 # The `git ls-files -z` loads the files in the RubyGem that have been added into git.
You can’t perform that action at this time.
0 commit comments