Merge pull request #2118 from mscharley/windows-support

This commit is contained in:
Matt Rogers 2014-03-09 14:06:46 -05:00
commit f50fd77694
1 changed files with 1 additions and 1 deletions

View File

@ -252,7 +252,7 @@ task :release => :build do
end
task :build do
sh "mkdir -p pkg"
mkdir_p "pkg"
sh "gem build #{gemspec_file}"
sh "mv #{gem_file} pkg"
end