Skip to content

Commit ae221ad

Browse files
committed
add Makefile
1 parent e0b81c6 commit ae221ad

File tree

3 files changed

+18
-1
lines changed

3 files changed

+18
-1
lines changed

Gemfile.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
typeid (0.1.2)
4+
typeid (0.1.3)
55
uuid7 (~> 0.2.0)
66

77
GEM

Makefile

+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
2+
# Run specs
3+
specs: bundle
4+
bin/rspec
5+
6+
# Release a new version
7+
release: bump bundle
8+
9+
# Bump the version
10+
bump:
11+
# If missing "bump", run: `cargo install --git https://github.com/broothie/bump`
12+
bump lib/typeid/version.rb
13+
14+
# Run bundle install
15+
bundle:
16+
bundle install

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
### A Ruby implementation of [TypeIDs](https://github.com/jetpack-io/typeid)
44

5+
[![License](https://img.shields.io/badge/License-Apache_2.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)
56
[![Main](https://github.com/broothie/typeid-ruby/actions/workflows/main.yml/badge.svg)](https://github.com/broothie/typeid-ruby/actions/workflows/main.yml)
67
[![codecov](https://codecov.io/gh/broothie/typeid-ruby/branch/main/graph/badge.svg?token=9XjyMNIb4z)](https://codecov.io/gh/broothie/typeid-ruby)
78

0 commit comments

Comments
 (0)