Gems


A more helpful way to view differences between complex data structures in RSpec.
The primary motivation behind this gem is to vastly improve upon RSpec's built-in diffing capabilities.Sometimes, whenever you use a matcher such as eq, match, include, or have_attributes, you will get a diff of the two data structures you are try...








A framework for building evolutionary behaviors in Ruby
A framework for building evolutionary behaviors in Ruby.Evolutionary algorithms build upon ideas such as natural selection, crossover, and mutation to construct relatively simple solutions to complex problems. This gem has been used to implement e...