Gems

Multitouch gestures with libinput driver on Linux
Multitouch gestures with libinput driver on Linux. Contribute to iberianpig/fusuma development by creating an account on GitHub.Fusuma is multitouch gesture recognizer. This gem makes your linux able to recognize swipes or pinchs and assign comman...

A Ruby gem to sort large amounts of data using a predictable amount of memory.
Sort arbitrarily large collections of data with limited memory usage. Given an enumerable and a sort_by proc, this gem will break the input data into sorted chunks, persist the chunks, and return an Enumerator. Data read from this enumerator will ...




Packing your Ruby application into a single executable.
It takes less than 5 minutes to compile any project with Ruby Packer.You won't need to modify a single line of code in your application, no matter how you developed it as long as it works in plain Ruby!Works on win Windows, macOS macOS and linux L...


RSpec Tracer is a specs dependency analyzer, flaky tests detector, tests accelerator, and coverage reporter tool.
RSpec Tracer is a specs dependency analyzer, flaky tests detector, tests accelerator, and coverage reporter tool. - avmnu-sng/rspec-tracer: RSpec Tracer is a specs dependency analyzer, flaky tests detector, tests accelerator, and coverage reporter.

tenderlove/tenderjit: JIT for Ruby that is written in Ruby
JIT for Ruby that is written in Ruby. Contribute to tenderlove/tenderjit development by creating an account on GitHub.You should only need Ruby 3.0.0 or up to get started hacking on TenderJIT. However, I highly recommend installing a debugger like...

A lightweight deployment tool that uses rsync to push file changes to remote servers.
Frak is a deployment tool that uses rsync to upload file changes to remote servers. With this tool you can rapidly deploy code without having to commit it into your version control repository, which, although controversial to some, is preferred wh...