Gems
pygments/pygments.rb: 💎 Ruby wrapper for Pygments syntax highlighter
pygments.rb is a Ruby wrapper for Pygments syntax highlighter.
pygments.rb works by talking over a simple pipe to a long-lived Python child process. This library replaces github/albino, as well as an older version of pygments.rb that used an embe...
grodowski/undercover: undercover warns about methods, classes and blocks that were changed without tests, to help you easily find untested code and reduce the number of bugs. It does so by analysing data from git diffs, code structure and SimpleCov coverage reports
undercover warns about methods, classes and blocks that were changed without tests, to help you easily find untested code and reduce the number of bugs. It does so by analysing data from git diffs, code structure and SimpleCov coverage reports.
W...
hadashiA/MRubyCS: A new mruby virtual machine implemented in C#.
MRubyCS is a new mruby virtual machine implemented in pure C#. The name "mruby/cs" stands for mruby implemented in C#. Designed with seamless integration in mind for C#-based game engines, and emphasize ruby level compatibility. MRubyCS leverages ...
rsim/oracle-enhanced: Oracle enhaced adapter for ActiveRecord
Oracle enhanced ActiveRecord adapter provides Oracle database access from Ruby on Rails applications. Oracle enhanced adapter can be used from Ruby on Rails versions between 2.3.x and 8.0 and it is working with Oracle database versions 10g and hig...
liufengyun/hashdiff: Hashdiff is a ruby library to to compute the smallest difference between two hashes
Hashdiff is a ruby library to compute the smallest difference between two hashes.
It also supports comparing two arrays.
Hashdiff does not monkey-patch any existing class. All features are contained inside the Hashdiff module.
Docs: Documentati...