diff --git a/Gemfile b/Gemfile index 236a1cf..0eeefcf 100644 --- a/Gemfile +++ b/Gemfile @@ -7,7 +7,5 @@ gemspec gem "irb" gem "rake", "~> 13.0" - gem "minitest", "~> 5.16" - gem "standard", "~> 1.3" diff --git a/README.md b/README.md index 3526922..7dd3493 100644 --- a/README.md +++ b/README.md @@ -6,8 +6,6 @@ ## Installation -TODO: Replace `serverkit-mise` with your gem name right after releasing it to RubyGems.org. Please do not do it earlier due to security reasons. Alternatively, replace this section with instructions to install your gem from git if you don't plan to release to RubyGems.org. - Install the gem and add to the application's Gemfile by executing: ```bash diff --git a/lib/serverkit/mise/version.rb b/lib/serverkit/mise/version.rb index 2fb0e81..e2912ba 100644 --- a/lib/serverkit/mise/version.rb +++ b/lib/serverkit/mise/version.rb @@ -2,6 +2,6 @@ module Serverkit module Mise - VERSION = "0.1.0" + VERSION = "0.0.1" end end