Skip to content

Commit f65eb82

Browse files
authored
Merge pull request #3 from serverkit/releease-0.2
Release v0.2.0
2 parents 851c704 + ee2ace7 commit f65eb82

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

lib/serverkit/vscode/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
module Serverkit
44
module Vscode
5-
VERSION = '0.1.1'
5+
VERSION = '0.2.0'
66
end
77
end

serverkit-vscode.gemspec

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff 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.

0 commit comments

Comments
 (0)