lib/big_keeper/util/podfile_operator.rb in bigkeeper-0.7.5 vs lib/big_keeper/util/podfile_operator.rb in bigkeeper-0.7.6

- old
+ new

@@ -26,10 +26,10 @@ end end def replace_all_module_release(path, module_names, version) module_names.each do |module_name| - DepService.dep_operator(path).find_and_replace( + DepService.dep_operator(path).update_module_config( module_name, ModuleType::GIT, GitInfo.new(BigkeeperParser.module_git(module_name), GitType::TAG, version)) end end