0.0
== Ruby Data Objects
If you're building something in Ruby that needs access to a database, you may
opt to use an ORM like ActiveRecord, DataMapper or Sequel. But if your needs
don't fit well with an ORM—maybe you're even writing an ORM—then you'll
need some other way of talking to your database....
2020
2021
2022
2023
2024
2025
0.0
A CLI (as in Command Line Interface) to delete your tweets based on faves, RTs, and time.
There are some services out there with a friendly web interface, but this is not one of them. You must know the basics of working with a UNIX terminal and configuring a Twitter API app, as this will only wo...
2020
2021
2022
2023
2024
2025
0.0
= RUGS - RUby Git Setup
A helper script that makes setting up remote git repositories a snap.
== WARNING: This is still alpha so use it at your own risk!
Note: I don't use alpha/beta in the version numbers until I have a first real release because of how Ruby Gems handles them.
== What is i...
2020
2021
2022
2023
2024
2025
0.0
Allows customization of:
* Specify which level of notification you would like with an array of optional styles of notification (email, webhooks)
* the sender address of the email
* the recipient addresses
* the text used to prefix the subject line
* the HTTP status codes to notify for
* the error...
2020
2021
2022
2023
2024
2025
0.0
For us humans, it's always easier to remember a pronounceable string, even if it is meaningless, than to remember a long number. Koremutake is a system you can use to translate any number (of course, particularly suited at long numbers) to a sequence of syllables. Typical uses of Koremutake strin...
2020
2021
2022
2023
2024
2025
0.0
== FEATURES/PROBLEMS: * Failure is incredibly ungraceful, though generally unlikely, given that the requirements for accessing the Trac site are roughly the same as those for accessing the repository. * Currently, the trac user/pass must be the same as the SCM user/pass. It remains to be seen ho...
2020
2021
2022
2023
2024
2025
0.01
== OceanDynamo
As one important use case for OceanDynamo is to facilitate the conversion of SQL
databases to no-SQL DynamoDB databases, it is important that the syntax and semantics
of OceanDynamo are as close as possible to those of ActiveRecord. This includes
callbacks, exceptions and method c...
2020
2021
2022
2023
2024
2025
1.66
InSpec executable for inspec-core gem. Use of this executable may require accepting a license agreement.
Packaged distributions of Progress® Chef® products obtained from RubyGems are made available pursuant to the Progress Chef EULA at https://www.chef.io/end-user-license-agreement, unless there...
2020
2021
2022
2023
2024
2025
0.88
A fast XML parser and object serializer that uses only standard C lib.
Optimized XML (Ox), as the name implies was written to provide speed optimized
XML handling. It was designed to be an alternative to Nokogiri and other Ruby
XML parsers for generic XML parsing and as an alternative to Marshal...
2020
2021
2022
2023
2024
2025
0.88
A fast XML parser and object serializer that uses only standard C lib.
Optimized XML (Ox), as the name implies was written to provide speed optimized
XML handling. It was designed to be an alternative to Nokogiri and other Ruby
XML parsers for generic XML parsing and as an alternative to Marshal...
2020
2021
2022
2023
2024
2025
1.17
JSON Schema validator. Supports drafts 4, 6, 7, 2019-09, 2020-12, OpenAPI 3.0, and OpenAPI 3.1.
2020
2021
2022
2023
2024
2025
0.0
Synfeld is a web application framework that does practically nothing. Synfeld is little more than a small wrapper for Rack::Mount (see http://github.com/josh/rack-mount). If you want a web framework that is mostly just going to serve up json blobs, and occasionally serve up some simple content (...
2020
2021
2022
2023
2024
2025
1.08
This gem allows Ruby developers to programmatically access the admin
section of Shopify stores.
2020
2021
2022
2023
2024
2025
1.08
A slim ruby wrapper for posting to slack webhooks
2020
2021
2022
2023
2024
2025
1.08
An intelligent layer for ActiveRecord (via Rails and Sinatra) for the Sphinx full-text search tool.
2020
2021
2022
2023
2024
2025
1.37
BOSH Simple Blobstore Server
2020
2021
2022
2023
2024
2025
0.17
Creates stub classes from any ActiveRecord model. By using stubs in your tests you don't need to load Rails or the database, sometimes resulting in a 10x speed improvement. ActiveMocker analyzes the methods and database columns to generate a Ruby class file. The stub file can be run standalone an...
2020
2021
2022
2023
2024
2025
0.0
Application to gather prometheus style metrics
# Usage
Install the gem into your gemfile
```gem prometheus-collector```
Install your gemset
```bundle install```
Consume the program.
```
require 'prometheus/collector'
class Guage < Prometheus::Collector::Extensions::Base
install
def...
2020
2021
2022
2023
2024
2025
0.0
========================================================= FreeSWITCHeR Copyright (c) 2009 The Rubyists (Jayson Vaughn, Tj Vanderpoel, Michael Fellinger, Kevin Berry) Distributed under the terms of the MIT License. ========================================================== About ----- *** STILL ...
2020
2021
2022
2023
2024
2025
0.0
Ditz is a simple, light-weight distributed issue tracker designed to work with
distributed version control systems like git, darcs, Mercurial, and Bazaar. It
can also be used with centralized systems like SVN.
Ditz maintains an issue database directory on disk, with files written in a
line-based...
2020
2021
2022
2023
2024
2025