Gems
whomwah/rqrcode: A Ruby library that encodes QR Codes
RQRCode is a library for creating and rendering QR codes into various formats. It has a simple interface with all the standard QR code options. It was adapted from the Javascript library by Kazuhiko Arase.
QR code is trademarked by Denso Wave inc...
rails/thor: Thor is a toolkit for building powerful command-line interfaces.
Thor is a simple and efficient tool for building self-documenting command line utilities. It removes the pain of parsing command line options, writing "USAGE:" banners, and can also be used as an alternative to the Rake build tool. The syntax is R...
ruby-git/ruby-git: Ruby/Git is a Ruby library that can be used to create, read and manipulate Git repositories by wrapping system calls to the git binary.
The git gem provides a Ruby interface to the git command line.
Get started by obtaining a repository object by:
opening an existing working copy with Git.open
initializing a new repository with Git.init
cloning a repository with Git.clone
Method...
skryukov/typelizer: A TypeScript type generator for Ruby serializers.
Typelizer generates TypeScript types from your Ruby serializers. It supports multiple serializer libraries and a flexible, layered configuration model so you can keep your backend and frontend in sync without hand‑maintaining types.
.
ruby-next/ruby-next: Ruby Next makes modern Ruby code run in older versions and alternative implementations
Ruby Next is a transpiler and a collection of polyfills for supporting the latest and upcoming Ruby features (APIs and syntax) in older versions and alternative implementations. For example, you can use pattern matching and Kernel#then in Ruby 2.5...
trusche/httplog: Log outgoing HTTP requests in ruby
Log outgoing HTTP requests made from your application. Helps with debugging pesky API error responses, or just generally understanding what's going on under the hood.
Requires ruby >= 2.6.
This gem works with the following ruby modules and libra...