0.01
Minitest plugin to suppress output from tests. This plugin will buffer any output coming from
a test going to STDOUT or STDERR, to make sure it doesn't interfere with the output of the test
runner itself. By default, it will discard any output, unless the `--verbose` option is set
It also support...
2021
2022
2023
2024
2025
2026
0.01
Short String Compression for Ruby. RSmaz is a pure-Ruby port of the Smaz short string compression algorithm by Salvatore Sanfilippo and released as a C library at: http://github.com/antirez/smaz/tree/master I've done some initial cleanup of a pure Ruby->C port, but this is not yet complete. ...
2021
2022
2023
2024
2025
2026
0.01
Short String Compression for Ruby. RSmaz is a pure-Ruby port of the Smaz short string compression algorithm by Salvatore Sanfilippo and released as a C library at: http://github.com/antirez/smaz/tree/master I've done some initial cleanup of a pure Ruby->C port, but this is not yet complete. It d...
2021
2022
2023
2024
2025
2026
0.7
JSON schema-based messages for Cucumber's inter-process communication
2021
2022
2023
2024
2025
2026
1.08
A collection of text algorithms: Levenshtein, Soundex, Metaphone, Double Metaphone, Porter Stemming
2021
2022
2023
2024
2025
2026
0.04
RedisRPC is the easiest to use RPC library in the world. (No small claim!) It
has implementations in Ruby, PHP, and Python.
Redis is a powerful in-memory data structure server that is useful for building
fast distributed systems. Redis implements message queue functionality with its
use of list ...
2021
2022
2023
2024
2025
2026
0.96
This gem allows easy conversion from punycode ACE strings to unicode UTF-8 strings and vice-versa.
2021
2022
2023
2024
2025
2026
0.01
SAML 2.0 is an XML-based protocol that uses security tokens containing assertions to pass information about a principal (usually an end user) between a SAML authority, that is, an identity provider, and a SAML consumer, that is, a service provider. SAML 2.0 enables web-based authentication and a...
2021
2022
2023
2024
2025
2026
0.0
Comprehensive CLI tool for managing Strata Semantic Analytics projects. Create and initialize
projects, manage datasource connections, build semantic table models with AI assistance, run
audits and validations, and deploy projects to Strata servers. Supports multiple data warehouse
adapters inclu...
2021
2022
2023
2024
2025
2026
0.0
A pure-Ruby experimental implementation of Shamir's Secret Sharing. WARNING: Please be aware that this gem has not undergone any form of security evaluation, and is provided for academic/educational purposes only. This gem is not recommended for usage under mission-critical circumstances and shou...
2021
2022
2023
2024
2025
2026
0.0
Diru is a Change Directory (cd) utility for
augmenting Unix Shell functionality. Diru makes it easy and efficient
to jump around in Project's directories. Diru uses client/server
architecture, which enables sharing of directory info and state
between terminal sessions.
Each Server serves one Pro...
2021
2022
2023
2024
2025
2026
0.0
Klomp is a simple [Stomp] messaging client that keeps your sanity intact.
The purpose of Klomp is to be the simplest possible Stomp client. No in-memory
buffering of outgoing messages, no fanout subscriptions in-process, no
transactions, no complicated messaging patterns. Code simple enough so t...
2021
2022
2023
2024
2025
2026
0.0
A configurable lint engine for SAS source files. Walks the token
stream produced by the `sas-lexer` gem and applies a set of pluggable
rules covering structural defects (malformed `if` conditions,
identical `then`/`else` branches, unreachable inner branches),
cosmetic issues (trailing whitespace,...
2021
2022
2023
2024
2025
2026
0.0
Sometimes when you hear about a new library/gem you just wat to kick the kick_the_tires
to see what it can do. Sometimes you start with some REPL example from the authors
or some sample code or tests that the author has provided. This little gem allowed_push_host
you to loa...
2021
2022
2023
2024
2025
2026
0.0
# Error
`Error` is a very small library that serves as a base `Class` for error `Class`es within your
application.
## Install
### Bundler: `gem 'error'`
### RubyGems: `gem install error`
## Usage
```ruby
```
## Contributing
* Check out the latest master to make sure the feature hasn't be...
2021
2022
2023
2024
2025
2026
0.0
Schaefer is a small programming language deigned to show how to build a programming language. Running the command 'schaefer' begins console based execution of code and passing a file name will execute the file. SchaeferScript is a scheme-style language where the core functions are written in ruby...
2021
2022
2023
2024
2025
2026
0.0
Love Sinatra, but feel it's just a little too minimalistic?
Think Rails is way too bloated these days?
Buzzard provides a set of modules for Sinatra and a minimalistic
application generator. The modules provide a set of common, useful
functionality for web application development witho...
2021
2022
2023
2024
2025
2026
0.0
When you have a project in which you are not using Mongoid::Timestamps and you want to mock an object's creation time, you have to do some cumbersome operations in order to get those first 4 bytes of the ObjectId to represent the seconds since the Unix epoch that you want for that object.
...
2021
2022
2023
2024
2025
2026
0.31
cijoe is a sinatra-based continuous integration server. It's like an
old rusty pickup truck: it might be smelly and gross, but it gets the
job done.
2021
2022
2023
2024
2025
2026
0.38
Hirb currently provides a mini view framework for console applications, designed to improve irb's default output. Hirb improves console output by providing a smart pager and auto-formatting output. The smart pager detects when an output exceeds a screenful and thus only pages output as needed. A...
2021
2022
2023
2024
2025
2026