dry-stack
Advanced tools
@@ -235,2 +235,3 @@ # frozen_string_literal: true | ||
| rule << "PathPrefix(`#{ing[:path]}`)" if ing[:path] | ||
| rule << "PathRegexp(`#{ing[:path_regexp]}`)" if ing[:path_regexp] | ||
| rule << "#{ing[:rule]}" if ing[:rule] | ||
@@ -237,0 +238,0 @@ |
+1
-1
| module Dry | ||
| class Stack | ||
| VERSION = '0.1.47' | ||
| VERSION = '0.1.48' | ||
| end | ||
| end |