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
A dynamic type checker for gRPC methods
2021
2022
2023
2024
2025
2026
0.0
Return a variable if it's present (and optionally of the right type), otherwise a default or nil. Adds a top level demand() method, which replaces long lines of repetitive code to check for nil?/present?/empty?, etc., hard-to-read ternary operators (?:) and if statements. A block can also be spec...
2021
2022
2023
2024
2025
2026
0.0
This gem with asks user input for there state name, then will prompt the use to type there city they would like to check the daily weather of."
2021
2022
2023
2024
2025
2026
0.0
A rich language which compiles to ruby. Including type annotations, type checking, macros, annotations, enums and more
2021
2022
2023
2024
2025
2026
0.0
TypedAttrs integrates Sorbet's T::Struct with ActiveRecord's JSON/JSONB columns, providing type-safe structured data storage with runtime and static type checking. Supports nested structs, arrays, hashes, union types, and automatic validation.
2021
2022
2023
2024
2025
2026
0.0
Custom form field_tag of range-slider with text_field type selector. You can either choose from drop down or enter your own value and the slider will auto-adjust or you can use the slider to adjust values. This all through on form field f.slide_selector. Check out https://github.com/Touqeer-tqr/c...
2021
2022
2023
2024
2025
2026
0.0
A puppet-lint plugin to check if resource types involved in installing or uninstalling software (e.g. exec or package) have a schedule attribute associated with them.
2021
2022
2023
2024
2025
2026
0.0
== Description
A Rack compatible JSON-RPC2 server domain specific language (DSL) - allows JSONRPC APIs to be
defined as mountable Rack applications with inline documentation, authentication and type checking.
e.g.
class Calculator < JSONRPC2::Interface
title "JSON-RPC2 Calculator"
in...
2021
2022
2023
2024
2025
2026
0.0
a Rails gem that allows you to validate a URL
entered in a form. It validates if the URL exists by hitting it with a HEAD
request.
The improved version includes retries for common patterns when the head request is refused before giving a failure notice.
It also looks up a SITE_URL constant to...
2021
2022
2023
2024
2025
2026
0.0
File type identification library.
2021
2022
2023
2024
2025
2026
0.0
Create and manage configuration files in Ruby for Ruby. Jeckyl can be used to create a parameters hash
from a simple config file written in Ruby, having run whatever checks you want on the file to ensure
the values passed in are valid. All you need to do is define a class inheriting from Jeckyl...
2021
2022
2023
2024
2025
2026
0.0
strong_csv is a type checker for a CSV file. It lets developers declare types for each column to ensure all cells are satisfied with desired types.
2021
2022
2023
2024
2025
2026
0.0
Experimental type checker
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.0
This library provides a convenient ruby API for representation of an Arduino Library specification, including field and type validation, reading and writing the library.properties file, as well as downloading the official database of Arduino libraries, and offering a highly advanced searching...
2021
2022
2023
2024
2025
2026
0.0
Allows for easy YAML parsing and type checking, as well as generators
2021
2022
2023
2024
2025
2026
0.0
rubber-c-binder allows a rubyish means of generating bindings for C libraries,
including (but not limited to) GObject based libraries.
It allows C code to be written in the context of a ruby style class/method layout
and eases type checking and conversion between Ruby & C datatyp...
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
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