Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions CHANGELOG.md

This file was deleted.

2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
[![Ruby](https://github.com/serverkit/serverkit-mise/actions/workflows/main.yml/badge.svg)](https://github.com/serverkit/serverkit-mise/actions/workflows/main.yml)

# Serverkit::Mise

TODO: Delete this and the text below, and describe your gem
Expand Down
12 changes: 5 additions & 7 deletions serverkit-mise.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,15 @@ Gem::Specification.new do |spec|
spec.authors = ["toshimaru"]
spec.email = ["me@toshimaru.net"]

spec.summary = "TODO: Write a short summary, because RubyGems requires one."
spec.description = "TODO: Write a longer description or delete this line."
spec.homepage = "TODO: Put your gem's website or public repo URL here."
spec.summary = "Serverkit plug-in for mise."
spec.description = "Serverkit plug-in for mise."
spec.homepage = "https://github.com/serverkit/serverkit-mise"
spec.license = "MIT"
spec.required_ruby_version = ">= 3.1.0"

spec.metadata["allowed_push_host"] = "TODO: Set to your gem server 'https://example.com'"

spec.metadata["homepage_uri"] = spec.homepage
spec.metadata["source_code_uri"] = "TODO: Put your gem's public repo URL here."
spec.metadata["changelog_uri"] = "TODO: Put your gem's CHANGELOG.md URL here."
spec.metadata["source_code_uri"] = "https://github.com/serverkit/serverkit-mise"
spec.metadata["changelog_uri"] = "https://github.com/serverkit/serverkit-mise/releases"

# Specify which files should be added to the gem when it is released.
# The `git ls-files -z` loads the files in the RubyGem that have been added into git.
Expand Down
4 changes: 0 additions & 4 deletions test/serverkit/test_mise.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,4 @@ class Serverkit::TestMise < Minitest::Test
def test_that_it_has_a_version_number
refute_nil ::Serverkit::Mise::VERSION
end

def test_it_does_something_useful
assert false
end
end