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 another stupid error in the release task.

git-svn-id: svn://hamptoncatlin.com/haml/tags/rel_1-8-0@715 
7063305b-7217-0410-af8c-cdc13e5119b9
nex3 (author)
Sun Jan 06 18:57:12 -0800 2008
commit  7f3cb94b5ae36be71b7af3cb3c71b00b69088c82
tree    0edadcd98867eb5f322c292c1e17fa9985abbd7d
parent  a4ce77155fc86ceefb1d0199c154421cd839674b
...
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/#{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
   end
0
 
0
   # ----- Documentation -----

Comments

    No one has commented yet.