about summary refs log tree commit homepage
path: root/projects/gem_plugin/Rakefile
diff options
context:
space:
mode:
authorzedshaw <zedshaw@19e92222-5c0b-0410-8929-a290d50e31e9>2006-03-14 05:48:37 +0000
committerzedshaw <zedshaw@19e92222-5c0b-0410-8929-a290d50e31e9>2006-03-14 05:48:37 +0000
commit2f049babd1ac067818b20a5643f70113ec1f3a4b (patch)
tree0d71576efdd90e2ffcaeab83e4bccc2386eb9224 /projects/gem_plugin/Rakefile
parent8f915bf2e690d0c2db850585c04a729120d79ad2 (diff)
downloadunicorn-2f049babd1ac067818b20a5643f70113ec1f3a4b.tar.gz
git-svn-id: svn+ssh://rubyforge.org/var/svn/mongrel/trunk@109 19e92222-5c0b-0410-8929-a290d50e31e9
Diffstat (limited to 'projects/gem_plugin/Rakefile')
-rw-r--r--projects/gem_plugin/Rakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/projects/gem_plugin/Rakefile b/projects/gem_plugin/Rakefile
index 528f295..ed3fd31 100644
--- a/projects/gem_plugin/Rakefile
+++ b/projects/gem_plugin/Rakefile
@@ -15,7 +15,7 @@ setup_rdoc ['README', 'LICENSE', 'COPYING', 'lib/**/*.rb', 'doc/**/*.rdoc']
 desc "Does a full compile, test run"
 task :default => [:test, :package]
 
-version = "0.2"
+version = "0.2.1"
 name="gem_plugin"
 
 setup_gem(name, version) do |spec|