Skip to content

Commit

Permalink
Increment version
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.codehaus.org/stomp/trunk/ruby@24 fd4e7336-3dff-0310-b68a-b6615a75f13b
  • Loading branch information
brianm committed Dec 18, 2005
1 parent 792ba31 commit a73f7fc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Rakefile
Expand Up @@ -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
Expand Down

0 comments on commit a73f7fc

Please sign in to comment.