0.0
Low commit activity in last 3 years
No release in over a year
See README for full details on how to install, use, etc.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

 Project Readme

Setting

Gem Version Build Status Build Status Coverage Status

DESCRIPTION

A library for managing settings with various values/defaults/etc.

INSTALLATION

gem install setting

or add to your Gemfile: gem 'setting'

SYNOPSIS

require 'setting'

For examples on most usage see the tests in the spec directory. As these contain many basic examples with expected output.

RELEASE

To publish a new version of this gem the following steps must be taken.

  • Update the version in the following files
      CHANGELOG.md
      lib/active_setting/version.rb
    
  • Create a tag using the format v0.1.0
  • Follow build progress in GitHub actions