The project is in a healthy, maintained state
ruby
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

Runtime

 Project Readme

Template: Ruby Package

A template project for generating ruby packages.

Usage

  1. Go to https://github.com/test-bench/template-ruby-package/generate

  2. Enter the new repository name and click create

  3. Add the repository to Contributor Assets

  4. Run ./get-projects.sh from contributor-assets

  5. Enter the repository directory and run:

    ./rename test_bench-some-project TestBench::Some::Project
    git add .
    git commit