Skip to content

Commit

Permalink
add Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
broothie committed Jun 30, 2023
1 parent e0b81c6 commit ae221ad
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
typeid (0.1.2)
typeid (0.1.3)
uuid7 (~> 0.2.0)

GEM
Expand Down
16 changes: 16 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@

# Run specs
specs: bundle
bin/rspec

# Release a new version
release: bump bundle

# Bump the version
bump:
# If missing "bump", run: `cargo install --git https://github.com/broothie/bump`
bump lib/typeid/version.rb

# Run bundle install
bundle:
bundle install
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

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

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

Expand Down

0 comments on commit ae221ad

Please sign in to comment.