1.27
Pronto runs analysis quickly by checking only the relevant changes. Created
to be used on pull requests, but suited for other scenarios as well. Perfect
if you want to find out quickly if branch introduces changes that conform to
your styleguide, are DRY, don't introduce security ...
2020
2021
2022
2023
2024
2025
0.0
* http://rubysideshow.rubyforge.org/irb_callbacks == DESCRIPTION: This gem adds callbacks to irb, intended for you to override at your discretion. == FEATURES: irb's control flow looks like this: loop: * prompt * eval * output This gem adds three callbacks to each phase. module IRB: * sel...
2020
2021
2022
2023
2024
2025
2.21
BinData is a declarative way to read and write binary file formats.
This means the programmer specifies *what* the format of the binary
data is, and BinData works out *how* to read and write data in this
format. It is an easier ( and more readable ) alternative to
ruby's #pack and #unpack metho...
2020
2021
2022
2023
2024
2025
3.06
Official AWS Ruby gem for AWS App Runner. This gem is part of the AWS SDK for Ruby.
2020
2021
2022
2023
2024
2025
3.06
[DEPRECATED] Official AWS Ruby gem for AmazonNimbleStudio. This gem is part of the AWS SDK for Ruby.
2020
2021
2022
2023
2024
2025
3.06
Official AWS Ruby gem for FinSpace Public API (FinSpace Data). This gem is part of the AWS SDK for Ruby.
2020
2021
2022
2023
2024
2025
0.4
Nesta is a lightweight Content Management System, written in Ruby using
the Sinatra web framework. Nesta has the simplicity of a static site
generator, but (being a fully fledged Rack application) allows you to
serve dynamic content on demand.
Content is stored on disk in plain text files (there...
2020
2021
2022
2023
2024
2025
0.0
This gem takes English words, converts them to their IPA equivalent, and then uses a tree data structure to query a database and identify other English words that have a similar phonetic makeup. It uses RubyTree which has the following license:
"RubyTree is licensed under the BSD license.
C...
2020
2021
2022
2023
2024
2025
3.04
JSON formatter for SimpleCov
2020
2021
2022
2023
2024
2025
0.0
This is a fork of Zach Holman's amazing boom. Explanation for
the fork follows Zach's intro to boom:
God it's about every day where I think to myself, gadzooks,
I keep typing *REPETITIVE_BORING_TASK* over and over. Wouldn't it be great if
I had something like boom to store all these comm...
2020
2021
2022
2023
2024
2025
3.03
Official AWS Ruby gem for AWS Application Cost Profiler. This gem is part of the AWS SDK for Ruby.
2020
2021
2022
2023
2024
2025
0.08
A suite for basic and advanced statistics on Ruby. Tested on CRuby 1.9.3, 2.0.0
and 2.1.1. See `.travis.yml` for more information.
Include:
- Descriptive statistics: frequencies, median, mean,
standard error, skew, kurtosis (and many others).
- Correlations: Pearson's r, Spearman's rank correla...
2020
2021
2022
2023
2024
2025
3.02
Official AWS Ruby gem for AWS Proton. This gem is part of the AWS SDK for Ruby.
2020
2021
2022
2023
2024
2025
0.76
OSS Gateワークショップ(チュートリアル)オンライン版の説明。
スライドと[文章](../scenario.md)があります。説明をするときはスライド、詳細を確認するときは文章が適しています。スライドは使い方にあわせて次のどれかを使います。
* [ソース](scenario.rab):ローカルで[Rabbit](http://rabbit-shocker.org/)を使って表示するとき
* [Rabbit Slide Show](https://slide.rabbit-shocker.org/authors/oss-gate/workshop-tutorial-onl...
2020
2021
2022
2023
2024
2025
0.83
Auth0 is an authentication broker that supports social identity providers as well as enterprise identity providers such as Active Directory, LDAP, Google Apps, Salesforce.
OmniAuth is a library that standardizes multi-provider authentication for web applications. It was created to be powerful, f...
2020
2021
2022
2023
2024
2025
2.84
Official AWS Ruby gem for Amazon Chime SDK Media Pipelines. This gem is part of the AWS SDK for Ruby.
2020
2021
2022
2023
2024
2025
1.24
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.
2020
2021
2022
2023
2024
2025
0.0
## Studio Game Demo App
I made this app following along with The Pragmatic Studio's Ruby course found here: https://pragmaticstudio.com/courses/ruby.
## Install the gem
I published the gem for this app on RubyGems.org. In order to install it, run
`gem install studio_game_dylan_attal-1.0.0.gem...
2020
2021
2022
2023
2024
2025
0.0
# Fancy Logger
An easily customizable logger with style.
## Install
### Bundler: `gem 'fancy_logger'`
### RubyGems: `gem install fancy_logger`
## Usage
Simply use as if you were using the normal Ruby `Logger` class:
```ruby
require 'fancy_logger'
logger = FancyLogger.new(STDOUT)
logger.in...
2020
2021
2022
2023
2024
2025
2.16
System Information Gatherer And Reporter
2020
2021
2022
2023
2024
2025