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.
2020
2021
2022
2023
2024
2025
0.0
Various DSLs to clean, question (Ask), and validate (Demand) your objects,
their classes (data types), and their properties.
2020
2021
2022
2023
2024
2025
0.0
Lookout
Lookout is a unit testing framework for Ruby┬╣ that puts your results in
focus. Tests (expectations) are written as follows
expect 2 do
1 + 1
end
expect ArgumentError do
Integer('1 + 1')
end
expect Array do
[1, ...
2020
2021
2022
2023
2024
2025
0.0
Methods for defining type-checked arrays and attributes
2020
2021
2022
2023
2024
2025
0.0
== PintosCheck -- Auto Pintos Checker to Save the Day ==
== Functionalities ==
The functionality of this simple script is to download pintos homework assignments from the mail inbox and then run through all the desired tests and finally generate reports in plain text or html formats, all automat...
2020
2021
2022
2023
2024
2025
0.0
$Id: README.txt 204 2010-11-30 02:20:04Z pwilkins $
sm-transcript reads results of SLS processing and produces transcripts for
the SpokenMedia browser. For each file in the source folder whose extension
matches the source type, a file of destination type is created in the
destination folder. ...
2020
2021
2022
2023
2024
2025
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 ...
2020
2021
2022
2023
2024
2025
0.0
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.0
rails-tc bundles everything required to properly setup type checking with sorbet in rails projects
2020
2021
2022
2023
2024
2025
0.0
Simple type-checking for Ruby
2020
2021
2022
2023
2024
2025
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...
2020
2021
2022
2023
2024
2025
0.0
Gem helps to do next things with your objects - check the type, make a conversions and work with hashes
2020
2021
2022
2023
2024
2025
0.0
This documentation describes your available CheckAPI REST services: Get your checkpoints and their details, check the permission of a customer's ID, take a look at your checkpoint's history - everything a checkpoint needs can be found here in one place. Please look at the descriptions in each se...
2020
2021
2022
2023
2024
2025
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...
2020
2021
2022
2023
2024
2025
0.0
isup is a command line utility to check if a site is up or down. Type 'isup -h' to see the help page.
2020
2021
2022
2023
2024
2025
0.0
Ame
Ame provides a simple command-line interface API for Ruby¹. It can be used
to provide both simple interfaces like that of ‹rm›² and complex ones like
that of ‹git›³. It uses Ruby’s own classes, methods, and argument lists to
provide an interfac...
2020
2021
2022
2023
2024
2025
0.0
Contains validators for date and time values, type checking.
2020
2021
2022
2023
2024
2025
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."
2020
2021
2022
2023
2024
2025
0.0
A rich language which compiles to ruby. Including type annotations, type checking, macros, annotations, enums and more
2020
2021
2022
2023
2024
2025
0.0
U
U extends Ruby’s Unicode support. It provides a string class called
U::String with an interface that mimics that of the String class in Ruby 2.0,
but that can also be used from both Ruby 1.8. This interface also has more
complete Unicode support...
2020
2021
2022
2023
2024
2025