Does ruby have an equivalent to Maven2's resource filtering? In Maven2 it basically recursively goes though all the files of a specified name filter in a directory and takes the contents of search strings specified in build.properties
and replaces the values searched for in the specified files.
I was wondering if Ruby has an equivalent functionality.