diff options
-rw-r--r-- | README | 3 | ||||
-rw-r--r-- | Rakefile | 2 |
2 files changed, 3 insertions, 2 deletions
@@ -18,7 +18,7 @@ And with line numbers. * is what everybody should have on their website * solves all your problems and makes the girls run after you -Version: 0.4.4 (2005.october.1) +Version: 0.5.0 (2005.november.5) Author:: murphy Idea:: licenser Website:: rd.cYcnus.de/coderay[http://rd.cYcnus.de/coderay] @@ -101,3 +101,4 @@ Where would we be without all those people? * As you can see, CodeRay was created under heavy use of *free* software. * So CodeRay is also *free*. * If you use CodeRay to create software, think about making this software *free*, too. +* Thanks :) @@ -208,7 +208,7 @@ def uploader_for ftp end
desc 'Upload gemfile to ' + FTP_DOMAIN
-task :up_gem => :copy_gem do
+task :up_gem => [:make, :copy_gem] do
gn 'Uploading gem:'
Dir.chdir 'gem_server' do
cYcnus_ftp do |ftp|
|