rake release

This commit is contained in:
James MacAulay
2010-07-09 09:11:41 -04:00
parent ff829e7996
commit 6b79f25c87

View File

@@ -18,6 +18,11 @@ Rake::GemPackageTask.new(gemspec) do |pkg|
pkg.gem_spec = gemspec
end
desc "build the gem and release it to rubygems.org"
task :release => :gem do
sh "gem push pkg/liquid-#{gemspec.version}.gem"
end
namespace :profile do