0.02
Yadriggy builds the abstract syntax tree (AST) of a method, checks its syntax and types, and runs it. When checking the syntax and types, it is treated as the code written in a domain specific language (DSL). It also provide simple DSLs for computation offloading from Ruby to C, Python, etc.
2020
2021
2022
2023
2024
2025
0.0
A dynamic type checker for gRPC methods
2020
2021
2022
2023
2024
2025
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...
2020
2021
2022
2023
2024
2025
0.0
All methods that alter the contents of an array that implements this Gem are first checked to
ensure that the added items are of the types allowed. All methods behave exactly as their Array
counterparts, including additional forms, block processing, etc.
Defining a TypedA...
2020
2021
2022
2023
2024
2025
0.0
Guard plugin for the Sorbet Ruby type checker
2020
2021
2022
2023
2024
2025
0.02
Platform Agnostic SEcurity TOkens are a specification for secure stateless tokens.
This is an implementation of PASETO tokens, and the PASERK key management extensions,
in ruby, with runtime static type checking provided by Sorbet.
2020
2021
2022
2023
2024
2025
0.0
Only 70 lines. Add a optional type system to ruby using runtime checks and contracts . make it crash early, know exactly what a function (or method)
returns and specify the 'type' of the parameters using good old ducktyping
2020
2021
2022
2023
2024
2025
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...
2020
2021
2022
2023
2024
2025
0.02
A modern modular service object toolkit for Rails, that respects database transactions and adds type checks to returned values.
2020
2021
2022
2023
2024
2025
0.01
Simple runtime type checking for Ruby method signatures
2020
2021
2022
2023
2024
2025
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...
2020
2021
2022
2023
2024
2025
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...
2020
2021
2022
2023
2024
2025
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: `==`, `===`).
2020
2021
2022
2023
2024
2025
0.0
# Rake::ToolkitProgram
Create toolkit programs easily with `Rake` and `OptionParser` syntax. Bash completions and usage help are baked in.
## Installation
Add this line to your application's Gemfile:
```ruby
gem 'rake-toolkit_program'
```
And then execute:
$ bundle
Or install it yours...
2020
2021
2022
2023
2024
2025
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.
2020
2021
2022
2023
2024
2025
0.0
All the flexibility of a Ruby Struct, but with type checking on its properties. Also benefit from being able to define complex types using RBS type notation.
2020
2021
2022
2023
2024
2025
0.0
The MessageMedia Lookups API provides a number of endpoints for validating the phone numbers you’re sending to by checking their validity, type and carrier records.
2020
2021
2022
2023
2024
2025
0.0
Pronto runner for flow, a static type checker for javascript.
2020
2021
2022
2023
2024
2025
0.0
An on-demand arbitrary check and conversion library that won't destroy your data.
2020
2021
2022
2023
2024
2025
0.0
Lazy static type checking
2020
2021
2022
2023
2024
2025