public
Description: HTML Abstraction Markup Language - A Markup Haiku
Homepage: http://haml.hamptoncatlin.com
Clone URL: git://github.com/nex3/haml.git
Fixing a stupid error in the release task.

git-svn-id: svn://hamptoncatlin.com/haml/tags/rel_1-8-0@714 
7063305b-7217-0410-af8c-cdc13e5119b9
nex3 (author)
Sun Jan 06 18:54:00 -0800 2008
commit  a4ce77155fc86ceefb1d0199c154421cd839674b
tree    1647b639fefd0e24e6ba6c92807def6b6e5249fe
parent  ac2fd687e8f1a5db1405c520bd9709d68fdc6b86
...
100
101
102
103
104
105
106
...
100
101
102
 
103
104
105
0
@@ -100,7 +100,6 @@ unless ARGV[0] == 'benchmark'
0
   task :release => [:package] do
0
     name, version = ENV['NAME'], ENV['VERSION']
0
     raise "Must supply NAME and VERSION for release task." unless name && version
0
- exit
0
     sh %{rubyforge login}
0
     sh %{rubyforge add_release haml #{name} #{version} pkg/#{name}-#{version}.gem}
0
     sh %{rubyforge add_file haml #{name} #{version} pkg/#{name}-#{version}.tar.gz}

Comments

    No one has commented yet.