0.0
ALPHA Alert -- just uploaded initial release. Linux inotify is a means to receive events describing file system activity (create, modify, delete, close, etc). Sinotify was derived from aredridel's package (http://raa.ruby-lang.org/project/ruby-inotify/), with the addition of Paul Boon's tweak...
2021
2022
2023
2024
2025
2026
0.0
check flirt by blood type
2021
2022
2023
2024
2025
2026
0.0
This is an experimental branch that implements a connection pool of
Net::HTTP objects instead of a connection/thread. C/T is fine if
you're only using your http threads to make connections but if you
use them in child threads then I suspect you will have a thread memory
leak. Also, I want to ...
2021
2022
2023
2024
2025
2026
0.0
Enables Type Checking per client
2021
2022
2023
2024
2025
2026
0.0
Property types that add CHECK constraints to your DB and validations to your model. Data integrity FTW.
2021
2022
2023
2024
2025
2026
0.0
Pronto runner for flow, a static type checker for javascript.
2021
2022
2023
2024
2025
2026
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.
2021
2022
2023
2024
2025
2026
0.0
ALPHA Alert -- just uploaded initial release.
Linux inotify is a means to receive events describing file system activity (create, modify, delete, close, etc).
Sinotify was derived from aredridel's package (http://raa.ruby-lang.org/project/ruby-inotify/), with the addition of
Paul Boon's tweak...
2021
2022
2023
2024
2025
2026
0.0
ruby-contract provides support for describing and using types via unit-tests. It offers support for specifying contracts (Contract), method signature checks (Module#signature), automatic adaption between types (Kernel#adaption) and integration with the classic message- and class-based typing.
2021
2022
2023
2024
2025
2026
0.0
QuacksLike is a module for RSpec to add matchers that test if an
object is fully duck-typed to pretend to be another class. This
kind of thing is really only necessary when passing such an
object as the return value in an API where you don't know
exactly how it will be consum...
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 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 collection of diverse simple utilities without much anything to do
with one another. The main rationale is to reduce the time spent on
boilerplate like checking whether the arguments have the right type,
or introducing some basic internationalization. More detail in the README.
2021
2022
2023
2024
2025
2026
0.0
A puppet-lint plugin to check for classes and defined types that contain names beginning with a digit.
2021
2022
2023
2024
2025
2026
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...
2021
2022
2023
2024
2025
2026
0.0
Stop wrestling with complex type validations and unclear error messages. Domainic::Type brings type validation to Ruby that is both powerful and delightful to use. Build composable type constraints with crystal-clear error messages that actually tell you what went wrong. From simple type checks t...
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
When making an api that uses objects that belong to another object, it is possible to create objects that don't belong to any object. What this gem does is it checks to make sure the id and type map to an object before creation and if it does not it will create an error on the record. If an objec...
2021
2022
2023
2024
2025
2026
0.0
Type Checker for Ruby at runtime using YARD
2021
2022
2023
2024
2025
2026
0.0
Checks for valid content type of excel files.
2021
2022
2023
2024
2025
2026