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

Runtime

~> 0.9.91
 Project Readme

Nightingale Play

Caveats

All features are in early development and may change without warning.

Release notes

Generate draft release notes from git history:

bundle exec rake release:notes VERSION=0.1.1

Write the generated notes into CHANGELOG.md under Unreleased:

bundle exec rake release:changelog VERSION=0.1.1

Both tasks use the latest git tag as the starting point. If no tag exists yet, they use the full history. You can override the range with FROM=<ref> and TO=<ref>.

Pushing a v* tag also triggers GitHub Actions to build the gem packages, create a GitHub Release, and attach the generated .gem files as release assets.