From 9e06cd6fa8de294140f875eff782389276bea42c Mon Sep 17 00:00:00 2001 From: murphy Date: Thu, 10 Nov 2005 21:52:03 +0000 Subject: README: Version number updated, small changes Rakefile: up_gem now also calls make. --- README | 3 ++- Rakefile | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/README b/README index b0480d6..2a411b7 100644 --- a/README +++ b/README @@ -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 :) diff --git a/Rakefile b/Rakefile index 0f509c0..630edf5 100644 --- a/Rakefile +++ b/Rakefile @@ -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| -- cgit v1.2.1