No release in over a year
Simple validation of params with a concern
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

Runtime

>= 1.0.0
>= 0
 Project Readme

Sealink Param Validation

Gem Version Build Status Coverage Status

This is our gem for validation our params with schemas.

Development Environment

Prerequisites

  1. Ruby

General Steps

  1. bundle install

Testing

  1. bundle exec rspec

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/sealink_param_validation/version.rb
    
  • Create a tag using the format v0.1.0
  • Follow build progress in GitHub actions