Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Expose access to set_namespace_for_pack, so that callers can use it i…
…n other situations (#23) Applications might want to enforce automatic namespaces based on certain criteria specific to their package.yml, let's say, version: v2, or any other application-specific property. By exposing a public method to do the namespacing, applications can call this method rather than duplicating the code from this gem. This change allows applications to hook into the set_namespace_for_pack method to do any on-demand custom namespacing without duplicating the logic defined in this gem.
- Loading branch information