From a73f7fc6a70889d9f013ac8175114028eff33d3f Mon Sep 17 00:00:00 2001 From: brianm Date: Sun, 18 Dec 2005 00:32:28 +0000 Subject: [PATCH] Increment version git-svn-id: http://svn.codehaus.org/stomp/trunk/ruby@24 fd4e7336-3dff-0310-b68a-b6615a75f13b --- Rakefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Rakefile b/Rakefile index 7312e57..4e451fb 100644 --- a/Rakefile +++ b/Rakefile @@ -10,12 +10,12 @@ task :default => ['test'] spec = Gem::Specification.new do |s| s.name = "stomp" - s.version = "1.0.0" + s.version = "1.0.1" s.author = "Brian McCallister" - s.email = "brian@skife.org" + s.email = "brianm@apache.org" s.homepage = "http://stomp.codehaus.org/" s.platform = Gem::Platform::RUBY - s.summary = "Ruby client xfor the Stomp messaging protocol" + s.summary = "Ruby client for the Stomp messaging protocol" s.files = FileList["lib/stomp.rb"] s.require_path = "lib" end -- 2.11.4.GIT