Release of 1.1.0
- Include
EnumerableinComplianceEngine::Collectionso all collections (Ces,Checks,Controls,Profiles) gain the full Enumerable interface (#each_with_object,#map,#reduce,#find, ...); they defined#eachbut raisedNoMethodErroron these. The explicit#select/#rejectstill return Collections. (#127)