about summary refs log tree commit homepage
path: root/projects/gem_plugin/Rakefile
diff options
context:
space:
mode:
authorluislavena <luislavena@19e92222-5c0b-0410-8929-a290d50e31e9>2006-08-31 01:23:51 +0000
committerluislavena <luislavena@19e92222-5c0b-0410-8929-a290d50e31e9>2006-08-31 01:23:51 +0000
commitdee5b4ed2a3f8d4644a42cc2501f35e8755f0833 (patch)
tree256817b0f2d7bed013ae15702ca6b10499667f2e /projects/gem_plugin/Rakefile
parent72d67a1906b15d3db203de3216f5a3744ff5699f (diff)
downloadunicorn-dee5b4ed2a3f8d4644a42cc2501f35e8755f0833.tar.gz
git-svn-id: svn+ssh://rubyforge.org/var/svn/mongrel/trunk@338 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 56ab652..08e6e97 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.1"
+version = "0.2.2"
 name="gem_plugin"
 
 setup_gem(name, version) do |spec|