Trending Projects for June 30, 2019
Discover libraries that are gaining popularity within the Ruby community. You can find an overview of how we calculate these in our documentation.
This is a reimplementation of the Asciidoctor's built-in (pre)processor for the
include::[] directive in extensible and more clean way. It provides the same
features, but you can easily adjust it or extend for your needs. For example,
you can change how it loads included files or add another ways how to select
portions of the document to include.
This gem facilitates modeling a test suite that is written in Gherkin (e.g. Cucumber, SpecFlow, Lettuce, etc.). It does this by providing an abstraction layer on top of the Abstract Syntax Tree that the 'cucumber-gherkin' gem generates when parsing features, as well as providing models for feature files and directories in order to be able to have a fully traversable model tree of a test suite's...
jaro_winkler is an implementation of Jaro-Winkler \
distance algorithm which is written in C extension and will fallback to pure \
Ruby version in platforms other than MRI/KRI like JRuby or Rubinius. Both of \
C and Ruby implementation support any kind of string encoding, such as \
UTF-8, EUC-JP, Big5, etc.