Project

forty_time

0.0
Low commit activity in last 3 years
No release in over a year
This gem helps one go between intergers and strings to represent time amounts.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies
 Project Readme

FortyTime Management CircleCI

This project contains libraries for the following languages:

It's used to encapsulate some business logic that's shared wherever I write code for the Forty project.

Cutting a new release

The process of cutting a new release is mostly managed by CircleCI. All that needs to be done locally is running the release script:

# those args are old/new version numbers
$ ./bin/release 0.0.0 0.0.1

This script will find the old version, replace with the new version and then do all the git things to get GitHub updated and kick off the release job on Circle.

NOTE! The branch protection rules for main get in the way here so before running this, ensure Include administrators is UNCHECKED. Once done check it again to turn the protection back on.