rakelib/create_release.rake in cpl-1.0.4 vs rakelib/create_release.rake in cpl-1.1.0

- old
+ new

@@ -63,10 +63,10 @@ def update_the_local_project puts "Pulling latest commits from remote repository" sh_in_dir(gem_root, "git pull --rebase") - raise "Failed in pulling latest changes from default remore repository." unless $CHILD_STATUS.success? + raise "Failed in pulling latest changes from default remote repository." unless $CHILD_STATUS.success? rescue Errno::ENOENT raise "Ensure you have Git and Bundler installed before continuing." end def release_the_new_gem_version