mirror of
https://github.com/haml/haml.git
synced 2022-11-09 12:33:31 -05:00
Fixing a stupid error in the release task.
git-svn-id: svn://hamptoncatlin.com/haml/trunk@714 7063305b-7217-0410-af8c-cdc13e5119b9
This commit is contained in:
parent
edde33847b
commit
08c39afb81
1 changed files with 0 additions and 1 deletions
1
Rakefile
1
Rakefile
|
@ -100,7 +100,6 @@ unless ARGV[0] == 'benchmark'
|
|||
task :release => [:package] do
|
||||
name, version = ENV['NAME'], ENV['VERSION']
|
||||
raise "Must supply NAME and VERSION for release task." unless name && version
|
||||
exit
|
||||
sh %{rubyforge login}
|
||||
sh %{rubyforge add_release haml #{name} #{version} pkg/#{name}-#{version}.gem}
|
||||
sh %{rubyforge add_file haml #{name} #{version} pkg/#{name}-#{version}.tar.gz}
|
||||
|
|
Loading…
Add table
Reference in a new issue