case conversion utilities for strings
See https://github.com/Quramy/reg-suit .
_T.B.D._

Notify reg-suit result to GitHub repository
A fast implementation of a fisher-yates shuffle that does not mutate the source array.
Detect the snapshot key to be compare with using Git hash.
Enforces module path case sensitivity in Webpack
All change-case methods bundled in a single module
Determine snapshot key with given values
This began as a fork of [mime-types](https://github.com/jshttp/mime-types) to be an edge-compatible version. It has since been modified to further suit our needs
Transform a string between `camelCase`, `PascalCase`, `Capital Case`, `snake_case`, `kebab-case`, `CONSTANT_CASE` and others
Transform a string into title case following English rules
A function that accepts the full name of a person in any format, parses it, and returns its parts { title, first name, middle name, last name, nickname, suffix, [and any parsing errors] }.
A stylelint plugin that harnesses the power of postcss-bem-linter
Transform a string by swapping every character from upper to lower case, or lower to upper case
Fluent System Icons are a collection of familiar, friendly, and modern icons from Microsoft.
Translation library (i18n) for Angular
JSS plugin that allows to write camel cased rule properties
Tiny Casing utils
Tests whether one path is inside another path
_T.B.D._
camelCase, kebab-case, PascalCase... a simple integration with nano package size. (SMALL footprint!)
Extensible string utility for converting, identifying and flipping string case
Slices a Cucumber test suite into the smallest possible executable pieces (i.e. scenarios and individual outline example rows. These pieces can then be more easily used for running tests in parallel.
XMLObject is a library for reading (not writing) XML. It is particularly suited for cases where one is dealing with small documents of a known structure. While not devoid of caveats, it does have a very pleasant, idiomatic Ruby syntax.
Creates an after suite hook in RSpec that dynamically creates and injects a new test case that expects the actual code coverage to be at least the lower limit set in SimpleCov.
Ruby SDK for Qualityforward API. Create test suite, retribe project, test case.
This is a library for reading (not writing) XML. It is particularly suited for cases where one is dealing with small documents of a known structure. It is slow and not devoid of caveats, but has a very pleasant, Ruby-like syntax.
XMLObject is a library for reading (not writing) XML. It is particularly suited for cases where one is dealing with small documents of a known structure. While not devoid of caveats, it does have a very pleasant, idiomatic Ruby syntax.
Rubytest is a universal test harness for Ruby. This gem provides the core library and a suite of common plugins making it a more convenient dependency for most use cases.
A versatile business automation suite offering key components for building and automating a wide variety of use cases. It provides an easy-to-use tool for implementing automation workflows without excessive complexity. Formerly known as 'bns'.
Pullermann runs custom code (i.e. your project's test suite) on open pull requests on GitHub. Afterwards it posts the result as a comment to the respective request. This should give you an outlook on the future state of your repository in case you accept the request and merge the code.
Prophet runs custom code (i.e. your project's test suite) on open pull requests on GitHub. Afterwards it posts the result as a comment to the respective request. This should give you an outlook on the future state of your repository in case you accept the request and merge the code.
minitest-parallel_fork adds fork-based parallelization to Minitest. Each test/spec suite is run in one of the forks, allowing this to work correctly when using before_all/after_all/around_all hooks provided by minitest-hooks. Using separate processes via fork can significantly improve spec performance when using MRI, and can work in cases where Minitest's default thread-based parallelism do not work, such as when specs modify the constant namespace.
An elegant solution for sanitizing user input. Cleaning & reformatting user data is a necessary chore for all developers; but it no longer needs to be time-consuming! The Sanitized suite of helpers allow you to quickly sanitize any ActiveRecord attribute, and easily add your own custom code to catch those edge cases. It will save you a surprisingly large amount of time!