Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add ability to evaluate ruby code in metadata.rb
In cases where the version or other data is handled in metadta.rb like this version IO.read(File.join(File.dirname(__FILE__), 'VERSION')) this commit will eval the given ruby code in the cookbooks directory and use the output value.
- Loading branch information