0.3
Color is a Ruby library to provide RGB, CMYK, HSL, and other color space
manipulation support to applications that require it. It provides optional named
RGB colors that are commonly supported in HTML, SVG, and X11 applications.
The Color library performs purely mathematical manipulation of the ...
2021
2022
2023
2024
2025
2026
0.02
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...
2021
2022
2023
2024
2025
2026
0.0
Germinate is a tool for writing about code. With Germinate, the source code IS the article. For example, given the following source code: # #!/usr/bin/env ruby # :BRACKET_CODE: <pre>, </pre> # :PROCESS: ruby, "ruby %f" # :SAMPLE: hello def hello(who) puts "Hello, #{who}" end hell...
2021
2022
2023
2024
2025
2026
0.0
Germinate is a tool for writing about code. With Germinate, the source code IS the article. For example, given the following source code: # #!/usr/bin/env ruby # :BRACKET_CODE: <pre>, </pre> # :PROCESS: ruby, "ruby %f" # :SAMPLE: hello def hello(who) puts "Hello, #{...
2021
2022
2023
2024
2025
2026
0.0
# holepunch
[](http://badge.fury.io/rb/holepunch)
[](https://travis-ci.org/undeadlabs/holepunch)
Holepunch manages AWS EC2 security groups in a declarative way throu...
2021
2022
2023
2024
2025
2026
0.0
== Easily add colors, boxes, repetitions and emojis to your terminal output using pipes (|).
Install using the Ruby Gem:
> gem install pipetext
Includes a library module which can be included in your code:
require 'pipetext'
class YellowPrinter
include PipeText
de...
2021
2022
2023
2024
2025
2026
1.11
Einhorn makes it easy to run multiple instances of an application server, all listening on the same port. You can also seamlessly restart your workers without dropping any requests. Einhorn requires minimal application-level support, making it easy to use with an existing project.
2021
2022
2023
2024
2025
2026
1.11
bcrypt() is a sophisticated and secure hash algorithm designed by The OpenBSD project
for hashing passwords. The bcrypt Ruby gem provides a simple wrapper for safely handling
passwords.
2021
2022
2023
2024
2025
2026
0.54
The best solution for store global settings in Rails applications.
This gem will managing a table of а global key, value pairs easy. Think of it like a
global Hash stored in your database, that uses simple ActiveRecord like methods for manipulation.
Keep track of any global setting tha...
2021
2022
2023
2024
2025
2026
1.98
Inspired by ctemplate, Mustache is a framework-agnostic way to render
logic-free views.
As ctemplates says, "It emphasizes separating logic from presentation:
it is impossible to embed application logic in this template
language.
Think of Mustache as a replacement for your views. Instead of vie...
2021
2022
2023
2024
2025
2026
0.0
Crowdfund is a Ruby program developed based on Pragmatic Studio's Ruby Programming hands-on video course, and distributed as a Ruby gem.
This program has been developed using all the strengths of Ruby including the following.
Ruby Programming Environment
* Installing Ruby on your favorite opera...
2021
2022
2023
2024
2025
2026
3.21
FastImage finds the size or type of an image given its uri by fetching as little as needed.
2021
2022
2023
2024
2025
2026
3.21
String inflections for dry-rb
2021
2022
2023
2024
2025
2026
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 ----- A ruby lib...
2021
2022
2023
2024
2025
2026
0.0
(This is Alex's version of Showoff, so I can share my presentations
\ without waiting for pull requests and updates from busy Scott. It
installs a binary called "showoff" which overwrites the official one,
so if you install this hack, be careful about updates.)
ShowOff is a Sinatra web ...
2021
2022
2023
2024
2025
2026
2.76
Official AWS Ruby gem for Amazon EventBridge. This gem is part of the AWS SDK for Ruby.
2021
2022
2023
2024
2025
2026
0.0
Studio Game is a Ruby program developed based on Pragmatic Studio' Ruby Programming hands-on video course, and distributed as a Ruby gem.
This program has been developed using all the strengths of Ruby including the following.
Ruby Programming Environment
* Installing Ruby on your favorite oper...
2021
2022
2023
2024
2025
2026
0.83
The New Relic Ruby agent requires the gem newrelic_rpm, and it includes distributed
tracing that uses head-based sampling (standard distributed tracing).
If you want distributed tracing to use tail-based sampling (Infinite Tracing),
you need to add both newrelic_rpm and newrelic-infinite_tracing...
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
Command-line tool that automatises photo/video uploads to Flickr.
Entering 'flickru <directory>' in your command line, any photos under 'directory' (and subdirs)
are uploaded to your Flickr account (interactively entered the first time you start flickru).
Photos are identified by case-insensiti...
2021
2022
2023
2024
2025
2026