Sha256: e3cd0b83b53575a8490262f549f06e127d93419c52df8a766a73276504d4f8a2
Contents?: true
Size: 996 Bytes
Versions: 1
Compression:
Stored size: 996 Bytes
Contents
# Setting [![Gem Version](https://badge.fury.io/rb/active_setting.svg)](http://badge.fury.io/rb/active_setting) [![Build Status](https://github.com/sealink/active_setting/workflows/Build%20and%20Test/badge.svg?branch=master)](https://github.com/sealink/active_setting/actions) [![Build Status](https://codeclimate.com/github/sealink/active_setting.png)](https://codeclimate.com/github/sealink/active_setting) # 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
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
active_setting-0.2.0 | README.md |