Project

cfa_grub2

0.01
No commit activity in last 3 years
No release in over 3 years
Models allowing easy read and modification of GRUB2 configuration files. It is a plugin for cfa framework.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

~> 1.0
 Project Readme

GRUB2 Config Files Api Gem

Code Climate Coverage Status Build Status

Ruby gem providing a plugin for easy access and modify of configuration files for GRUB2. It uses config_files_api framework.

For examples of usage see directory examples and rspec testsuite.

How to Release Gem to Build Service

  1. push new gem to rubygems.org
  2. go to build service repo checkout
  3. fetch new gem and remove old one
  4. copy CHANGELOG to .changes file
  5. use gem2rpm to generate new spec file
  6. submit changes