0.0
A puppet-lint plugin to check for class parameters with undef as value but not Optional type
2021
2022
2023
2024
2025
2026
0.0
To get started check out the API Overview. Below is the documentation for each type of API call you can make. https://coinbase.com/api/doc
2021
2022
2023
2024
2025
2026
0.0
Search for breweries from the convenience of your command line! Install the gem and then type 'brewery-search' to get started. Follow the onscreen instructions to check out breweries in any state, and even filter results by city! Enjoy!
2021
2022
2023
2024
2025
2026
0.0
Have 3-state radiobuttons instead of a 2-state checkbox for your Boolean columns which can store NULL. This gem:
1. Provides a custom Formtastic input type `:tristate_radio` which renders 3 radios (“Yes”, “No”, “Unset”) instead of a checkbox (only where you put it).
2. Teaches Rails recognize `"n...
2021
2022
2023
2024
2025
2026
0.0
Library which allows you to check and sanitize you environment variables, raising exception if required variables are not configured, type-casting non-string variables and exposing them using an idiomatic API.
2021
2022
2023
2024
2025
2026
0.02
Kumi is a declarative rules-and-calculation DSL for Ruby that compiles your business logic into a typed, analyzable dependency graph with vector semantics over ragged data. It does static checks at definition time, lowers to a small IR, and compiles to zero-run...
2021
2022
2023
2024
2025
2026
0.0
A puppet-lint plugin to check that manifest files do not contain resources outside of a class or defined type definition.
2021
2022
2023
2024
2025
2026
0.0
Allows you check if an object match a class expression. It is typically
used to check the type of method paraameters. It is an alternative to using
Ruby-3 .rbs files but with a different syntax and only dynamic checks
Typically you'll include the Constrain module and use #co...
2021
2022
2023
2024
2025
2026
0.0
Various DSLs to clean, question (Ask), and validate (Demand) your objects,
their classes (data types), and their properties.
2021
2022
2023
2024
2025
2026
0.0
Rzd is a gem automating checking ticket information for russian railway service rzd.ru. Now it allows to get available ticket types fro given cities and date.
2021
2022
2023
2024
2025
2026
0.0
To check valid myanmar mobile numbers,get mobile operator name,
sanitize mobile numbers and get mobile network types.
2021
2022
2023
2024
2025
2026
0.0
# Gadget
Some methods for getting metadata and other deep details from a PostgreSQL database.
## Installation
Add this line to your application's Gemfile:
gem 'gadget'
And then execute:
$ bundle
Or install it yourself as:
$ gem install gadget
## Usage
`#tables(conn)`
Return...
2021
2022
2023
2024
2025
2026
0.0
LCN (Location Condition Notation) provides a rule-agnostic format for describing location conditions
in abstract strategy board games. This gem implements the LCN Specification v1.0.0 with a modern
Ruby interface featuring immutable condition objects and functional programming principles. LCN
ena...
2021
2022
2023
2024
2025
2026
0.0
yae provides a simple enum class (enumerated type) implementation (Yae::Enum) that can be used to abstract a set of values. It also provides methods to check values existence in the enum and to iterate over its contents.
2021
2022
2023
2024
2025
2026
0.0
FlexCoerce - is a gem which allow you create operator-dependent coercion logic. It's useful when your type should be treated in a different way for different binary operations (including arithmetic operators, bitwise operators and comparison operators except equality checks: `==`, `===`).
2021
2022
2023
2024
2025
2026
0.0
Normally Rails/Rack only checks the '_method' parameter in POST requests, but JSONP requests are always GETs. This railtie enables the '_method' check for all request types, including GET.
2021
2022
2023
2024
2025
2026
0.0
Taipo provides a simple way to check your variables are what you think they are. With an easy to use syntax you can call a single method and pass expressive type definitions.
2021
2022
2023
2024
2025
2026
0.0
# License
Create software licenses easily.
## Install
### Bundler: `gem 'license'`
### RubyGems: `gem install license`
## Usage
### Simple
```ruby
license = License::Software::MIT.new do |l|
l.year.start = 2012
l.author.name = 'Ryan Scott Lewis'
l.author.email = 'ryan@rynet.us'
end...
2021
2022
2023
2024
2025
2026
0.02
Makes sure users don't accidentally create an account for the wrong e-mail address. Because 'gmial' isn't actually what they meant to type. Similarly, 'yaho.com', or the strange-but-true '.c0m'. Not even making that one up. If you're concerned about false-positives, it's super-easy to check. Ther...
2021
2022
2023
2024
2025
2026
0.0
The Preconditions library provides a simple set of methods for checking arguments being passed into a method. Instead of writing custom checks and raising exceptions directly in your code you can use Preconditions to verify basic properties of your arguments (not-nil, satisfying a boolean expres...
2021
2022
2023
2024
2025
2026