Skip to content

Commit 2b7a122

Browse files
authored
Release v0.0.1 (#5)
* Cut the very first version v0.0.1 * chore: Remove empty lines * Update README.md
1 parent c87db67 commit 2b7a122

File tree

3 files changed

+1
-5
lines changed

3 files changed

+1
-5
lines changed

Gemfile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,5 @@ gemspec
77

88
gem "irb"
99
gem "rake", "~> 13.0"
10-
1110
gem "minitest", "~> 5.16"
12-
1311
gem "standard", "~> 1.3"

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@
66

77
## Installation
88

9-
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.
10-
119
Install the gem and add to the application's Gemfile by executing:
1210

1311
```bash

lib/serverkit/mise/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 Mise
5-
VERSION = "0.1.0"
5+
VERSION = "0.0.1"
66
end
77
end

0 commit comments

Comments
 (0)