public
Description: A very fast & simple Ruby web server
Homepage: http://code.macournoyer.com/thin/
Clone URL: git://github.com/macournoyer/thin.git
Search Repo:
Add task to download win gem from kevin repo.
macournoyer (author)
Thu Feb 07 08:06:01 -0800 2008
commit  580bf4cf1184d3c12dbdaade8d1e0375e328f879
tree    b12d52d05ac4c859f24eea4586730cda2a096f19
parent  74c348b278bbfa423c1728942ff6ce2529276190
...
74
75
76
77
 
 
 
 
 
 
 
 
78
79
80
...
74
75
76
 
77
78
79
80
81
82
83
84
85
86
87
0
@@ -74,7 +74,14 @@
0
       sh "rubyforge add_file thin thin #{Thin::VERSION::STRING} pkg/#{spec.full_name}.gem"
0
       sh "rubyforge add_file thin thin #{Thin::VERSION::STRING} pkg/#{spec.full_name}-x86-mswin32-60.gem"
0
     end
0
- end
0
+ end
0
+
0
+ desc 'Download the Windows gem from Kevin repo'
0
+ task 'download:win' => 'pkg' do
0
+ cd 'pkg' do
0
+ `wget http://rubygems.bantamtech.com/ruby18/gems/#{spec.full_name}-x86-mswin32-60.gem`
0
+ end
0
+ end
0
 end
0
 
0
 task :install => [:clobber, :compile, :package] do

Comments

    No one has commented yet.