Rakefile in albino-1.2.0 vs Rakefile in albino-1.2.1
- old
+ new
@@ -77,10 +77,10 @@
exit!
end
sh "git commit --allow-empty -a -m 'Release #{version}'"
sh "git tag v#{version}"
sh "git push origin master"
- sh "git push v#{version}"
+ sh "git push --tags"
sh "gem push pkg/#{name}-#{version}.gem"
end
task :build => :gemspec do
sh "mkdir -p pkg"
\ No newline at end of file