Skip to content

Release of 1.1.0

Latest

Choose a tag to compare

@github-actions github-actions released this 11 Jun 22:03
3486573

Release of 1.1.0

  • Include Enumerable in ComplianceEngine::Collection so all collections (Ces, Checks, Controls, Profiles) gain the full Enumerable interface (#each_with_object, #map, #reduce, #find, ...); they defined #each but raised NoMethodError on these. The explicit #select/#reject still return Collections. (#127)