Project

cambios

0.0
No commit activity in last 3 years
No release in over 3 years
Track and display your change log.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
 Dependencies

Runtime

>= 4.2.0, ~> 4.2.0
 Project Readme

Cambios

A gem that displays a yaml-based change log file.

Usage

Add the following the your Gemfile and run bundler.

gem 'cambios'

Add the following to your config/routes.rb

mount Cambios::Engine => "/change_log"

Info

Cambios will read a yml file (cambios.yml) from your app's config folder, parse it, and display the entries by version. The cambios.yml format is as follows:

---
- :version: In Progress
- :version: 0.1.0
  :changes:
    - :jira: KEY-123
      :description: Implemented a new feature
    - :description: Cleaned up the documentation
    - :description: Did some other cool stuff