Gems
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]
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...
Sidekiq strategy to support an advanced queue control – limiting, pausing, blocking, querying
Sidekiq strategy to support an advanced queue control – limiting, pausing, blocking, querying - GitHub - deanpcmad/sidekiq-limit_fetch: Sidekiq strategy to support an advanced queue control – limiting, pausing, blocking,.