File tree 3 files changed +18
-1
lines changed
3 files changed +18
-1
lines changed Original file line number Diff line number Diff line change 1
1
PATH
2
2
remote: .
3
3
specs:
4
- typeid (0.1.2 )
4
+ typeid (0.1.3 )
5
5
uuid7 (~> 0.2.0 )
6
6
7
7
GEM
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change 2
2
3
3
### A Ruby implementation of [ TypeIDs] ( https://github.com/jetpack-io/typeid )
4
4
5
+ [ ![ License] ( https://img.shields.io/badge/License-Apache_2.0-blue.svg )] ( https://opensource.org/licenses/Apache-2.0 )
5
6
[ ![ Main] ( https://github.com/broothie/typeid-ruby/actions/workflows/main.yml/badge.svg )] ( https://github.com/broothie/typeid-ruby/actions/workflows/main.yml )
6
7
[ ![ codecov] ( https://codecov.io/gh/broothie/typeid-ruby/branch/main/graph/badge.svg?token=9XjyMNIb4z )] ( https://codecov.io/gh/broothie/typeid-ruby )
7
8
You can’t perform that action at this time.
0 commit comments