Skip to content

Instantly share code, notes, and snippets.

@maxmanders
Created April 8, 2015 11:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save maxmanders/7ce1e753f6dd44a943ec to your computer and use it in GitHub Desktop.
Save maxmanders/7ce1e753f6dd44a943ec to your computer and use it in GitHub Desktop.
def bin_files
@cookbook.manifest[:files].collect{|file| file[:path].split("/")[2..-1].join("/") if file[:path] =~ /apps\/#{Regexp.quote(new_resource.name)}\/[^.]/}.compact || []
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment