Grand refactoring continues
Hi again! The second release today - we've fixed a couple of new bugs and made some other small but breaking changes.
Breaking changes
- Updated logic of rambafile and module validation. Now, only
company
,project_name
,xcodeproj_path
fields are mandatory. (PR #148). - Renamed
gen
command optionsmodule_file_path
->project_file_path
andmodule_group_path
->project_group_path
. (PR #148) - Added liquid property
product_module_name
for use in rambaspec files (PR #148).
Bugfixes
- Fixed file creation in root folder (Issue #147)