Gems

Track the load progress of your Bundler-based projects
Find slow loading gems in your Bundler-based projects!Bumbler tracks how long the main require of each gem takes, for example with gem 'bar' it tracks require 'bar'. If the gem name and the require name are different, add require: manually for cor...



Ruby gem for validating credit card numbers, generating valid numbers.
Gem adds validator to check whether or not a given number actually falls within the ranges of possible numbers prior to performing such verification, and, as such, CreditCardValidations simply verifies that the credit card number provided is well-...




![MessagePack implementation for Ruby / msgpack.org[Ruby]](/rails/active_storage/blobs/redirect/eyJfcmFpbHMiOnsiZGF0YSI6NzgyOSwicHVyIjoiYmxvYl9pZCJ9fQ==--1c37735d5cb67481432472d75557cae7c6338395/open-uri20220407-1802-a45oph.avif)
MessagePack implementation for Ruby / msgpack.org[Ruby]
MessagePack is an efficient binary serialization format. It lets you exchange data among multiple languages like JSON but it's faster and smaller. For example, small integers (like flags or error code) are encoded into a single byte, and typical s...