Rakefile in pointrb-0.1.0 vs Rakefile in pointrb-0.1.1
- old
+ new
@@ -42,10 +42,10 @@
f.write version_string.strip_heredoc
end
sh "git add #{version_file}"
sh "git commit -m 'version bump to #{new_version}'"
- project = 'the_array_comparator'
+ project = 'pointrb'
sh "git tag #{project}-v#{new_version}"
end
desc 'show version of library'
task :show do