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...
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
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
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...
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
# 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...
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
Decorator style assertions and type check library for Contract programming.
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.02
A new check for puppet-lint that validates that all parameters are typed.
2020
2021
2022
2023
2024
2025
0.0
Pronto runner for Sorbet, a static type checker for Ruby
2020
2021
2022
2023
2024
2025
0.0
Typedeaf is a gem to help add some type-checking to method declarations in Ruby
2020
2021
2022
2023
2024
2025
0.0
tspec can check type of methods arguments and return value.
2020
2021
2022
2023
2024
2025
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.
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
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.02
A puppet-lint plugin to check that Optional class/defined type parameters don't default to anything other than `undef`.
2020
2021
2022
2023
2024
2025
0.0
# COM #
COM is an object-oriented wrapper around WIN32OLE. COM makes it easy to add
behavior to WIN32OLE objects, making them easier to work with from Ruby.
## Usage ##
Using COM is rather straightforward. There’s basically four concepts to keep
track of:
1. COM objects
2. Instantiable...
2020
2021
2022
2023
2024
2025
0.01
Type-checked set and array
2020
2021
2022
2023
2024
2025
0.0
This gem allows you to check the Content-Type of any HTTP-accessible asset.
2020
2021
2022
2023
2024
2025