public
Rubygem
Fork of nex3/haml
Description: HTML Abstraction Markup Language - A Markup Haiku
Homepage: http://haml.hamptoncatlin.com
Clone URL: git://github.com/chriseppstein/haml.git
Search Repo:
Fixing yet another stupid error in the release task.

git-svn-id: svn://hamptoncatlin.com/haml/tags/rel_1-8-0@716 
7063305b-7217-0410-af8c-cdc13e5119b9
nex3 (author)
Sun Jan 06 18:58:37 -0800 2008
commit  16636fc33b6a31e34a3ba235a4c07eafa6c454df
tree    f3de633c7e4d212a66cee05fff68c381f73af252
parent  7f3cb94b5ae36be71b7af3cb3c71b00b69088c82
...
101
102
103
104
105
106
107
 
 
 
 
108
109
110
...
101
102
103
 
 
 
 
104
105
106
107
108
109
110
0
@@ -101,10 +101,10 @@ unless ARGV[0] == 'benchmark'
0
     name, version = ENV['NAME'], ENV['VERSION']
0
     raise "Must supply NAME and VERSION for release task." unless name && version
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}
0
- sh %{rubyforge add_file haml "#{name}" "#{version}" pkg/#{name}-#{version}.tar.bz2}
0
- sh %{rubyforge add_file haml "#{name}" "#{version}" pkg/#{name}-#{version}.zip}
0
+ sh %{rubyforge add_release haml "#{name}" "#{version}" pkg/haml-#{version}.gem}
0
+ sh %{rubyforge add_file haml "#{name}" "#{version}" pkg/haml-#{version}.tar.gz}
0
+ sh %{rubyforge add_file haml "#{name}" "#{version}" pkg/haml-#{version}.tar.bz2}
0
+ sh %{rubyforge add_file haml "#{name}" "#{version}" pkg/haml-#{version}.zip}
0
   end
0
 
0
   # ----- Documentation -----

Comments

    No one has commented yet.