diff options
author | murphy <murphy@rubychan.de> | 2005-11-10 21:52:03 +0000 |
---|---|---|
committer | murphy <murphy@rubychan.de> | 2005-11-10 21:52:03 +0000 |
commit | 9e06cd6fa8de294140f875eff782389276bea42c (patch) | |
tree | d9f0bcf5f30f6f1102425ded65fa1883c186e8c2 | |
parent | cadd995d6b44dc5e2145904ea0a0fba95a6643b9 (diff) | |
download | coderay-9e06cd6fa8de294140f875eff782389276bea42c.tar.gz |
README: Version number updated, small changes
Rakefile: up_gem now also calls make.
-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|
|