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.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.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
The sys-proctable library provides an interface for gathering information
about processes on your system, i.e. the process table. Most major
platforms are supported and, while different platforms may return
different information, the external interface is identical across
plat...
2021
2022
2023
2024
2025
2026
1.07
Curb (probably CUrl-RuBy or something) provides Ruby-language bindings for the libcurl(3), a fully-featured client-side URL transfer library. cURL and libcurl live at http://curl.haxx.se/
2021
2022
2023
2024
2025
2026
1.07
Rails helpers for HTML metadata such as titles, descriptions, canonical links, robots directives, and social tags.
2021
2022
2023
2024
2025
2026
0.69
A simple, comprehensive Ruby gem for parsing user agent strings
with the help of BrowserScope's UserAgent database
2021
2022
2023
2024
2025
2026
0.69
Library and CLI for generating a website from a GraphQL API's schema
definition. With ERB templating support and a plethora of configuration
options, you can customize the output to your needs. The library easily
integrates with your Ruby deployment toolchain to ensure the docs fo...
2021
2022
2023
2024
2025
2026
0.85
Implements a variant of Set whose elements are sorted in ascending order
2021
2022
2023
2024
2025
2026
0.17
Libsaml makes the creation of SAML 2.0 messages easy. The object structure is modeled after the SAML Core 2.0 specification from OASIS. Supported bindings are HTTP-Post, HTTP-Redirect, HTTP-Artifact and SOAP. Features include XML signing, XML verification and a pluggable backend for providers (Fi...
2021
2022
2023
2024
2025
2026
0.0
= id3lib-ruby
id3lib-ruby provides a Ruby interface to the id3lib C++ library for easily
editing ID3 tags (v1 and v2) of MP3 audio files.
The class documentation starts at ID3Lib::Tag.
== Features
* Read and write ID3v1 and ID3v2 tags
* Simple interface for adding, changing and removing fram...
2021
2022
2023
2024
2025
2026
0.0
A secure non evaling end user template engine with aesthetic markup.
Liquid is a template engine which I wrote for very specific requirements.
* It has to have beautiful and simple markup.
Template engines which don't produce good looking markup are no fun to use.
* It needs to be non evali...
2021
2022
2023
2024
2025
2026
0.0
NEVER SAY DIE lets you rescue from segmentation faults. Got a SEGV, don't
worry about it anymore! Just rescue an exception and get on with life. Who
cares about getting a SEGV anyway? It's just memory. I mean, when I was in
school, I didn't need 100% to pass the class. Why should your memor...
2021
2022
2023
2024
2025
2026
0.0
= Livedate
A simple Rack middleware that parses a dates using Chronic, and
returns the result in a standardized manner. The idea is to use
this to verify the input in date input fields using AJAX, to
provide immediate feedback to the user.
== Usage
Include Livedate in your middleware stack...
2021
2022
2023
2024
2025
2026
0.0
An easy library to do the heavy lifting between you and Craigslist‘s posting database. Given a URL, libcraigscrape will follow links, scrape fields, and make ruby-sense out of the raw html from craigslist‘s servers. libcraigscrape was primarily developed to support the included craigwatch script....
2021
2022
2023
2024
2025
2026
0.0
The "Console API" is the CRUD API for performing the actions offered on console.statsig.com without needing to go through the web UI. If you have any feature requests, drop on in to our [slack channel](https://www.statsig.com/slack) and let us know. <br /><br /> <b>Authorization</b> <br /> All re...
2021
2022
2023
2024
2025
2026
0.0
Sets up a 'reverse samba share' with a local vagrant instance. This allows the Vagrant instance to be the owner of the storage while still providing access to the file system from the host machine. When using very large filesystems and running large make builds the standard shared storage quickly...
2021
2022
2023
2024
2025
2026