0.0
Pronto runner for Sorbet, a static type checker for Ruby
2020
2021
2022
2023
2024
2025
0.0
A puppet-lint plugin to check if parameters in Classes and Defines has types declared.
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.05
Type check JSON objects
2020
2021
2022
2023
2024
2025
0.0
Guard plugin for the Sorbet Ruby type checker
2020
2021
2022
2023
2024
2025
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
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...
2020
2021
2022
2023
2024
2025
0.18
RDL is a gem that adds types and contracts to Ruby. RDL includes extensive
support for specifying method types, which can either be enforced as
contracts or statically checked.
2020
2021
2022
2023
2024
2025
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...
2020
2021
2022
2023
2024
2025
0.0
This gem is for printing hyperlinks in supported terminal emulators. It is a simple wrapper that abstracts the ANSI characters usually required to achieve this, which are annoying to type out. Check out the gist that inspired this gem at: https://gist.github.com/egmontkob/eb114294efbcd5adb1944c9f...
2020
2021
2022
2023
2024
2025
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!
2020
2021
2022
2023
2024
2025
0.03
A puppet-lint plugin to check for classes and defined types that contain names beginning with a digit.
2020
2021
2022
2023
2024
2025
0.02
Type-checked serializers for your Ruby objects
2020
2021
2022
2023
2024
2025
0.0
A database structure reader for PostgreSQL with support for tables, fields, primary keys, indexes, foreign keys, check constraints, enum types and extensions.
2020
2021
2022
2023
2024
2025
0.09
A gem that provides DSL for serialization of plain old Ruby objects to JSON in a declarative style by defining a `schema`. It also provides a trivial type checking in the runtime before serialization.
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
Decorator style assertions and type check library for Contract programming.
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
To check valid myanmar mobile numbers,get mobile operator name,
sanitize mobile numbers and get mobile network types.
2020
2021
2022
2023
2024
2025
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...
2020
2021
2022
2023
2024
2025