summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormurphy <murphy@rubychan.de>2005-11-10 21:52:03 +0000
committermurphy <murphy@rubychan.de>2005-11-10 21:52:03 +0000
commit9e06cd6fa8de294140f875eff782389276bea42c (patch)
treed9f0bcf5f30f6f1102425ded65fa1883c186e8c2
parentcadd995d6b44dc5e2145904ea0a0fba95a6643b9 (diff)
downloadcoderay-9e06cd6fa8de294140f875eff782389276bea42c.tar.gz
README: Version number updated, small changes
Rakefile: up_gem now also calls make.
-rw-r--r--README3
-rw-r--r--Rakefile2
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|