Rakefile in cwyckoff-rosetta_queue-0.2.2 vs Rakefile in cwyckoff-rosetta_queue-0.3.0

- old
+ new

@@ -16,11 +16,11 @@ require 'jeweler' Jeweler::Tasks.new do |s| s.name = "rosetta_queue" s.rubyforge_project = "rosetta-queue" s.summary = %Q{Messaging gateway API with adapters for many messaging systems available in Ruby.} - s.email = "ben@benmabey.com" - s.homepage = "http://github.com/bmabey/rosetta_queue" + s.email = "cbwyckoff@gmail.com" + s.homepage = "http://github.com/cwyckoff/rosetta_queue" s.description = %Q{Messaging gateway API with adapters for many messaging systems available in Ruby. Messaging systems can be easily switched out with a small configuration change. Code for testing on the object and application level is also provided.} s.extra_rdoc_files = ["README.rdoc", "MIT-LICENSE.txt"] s.files = FileList["[A-Z]*.*", "{bin,generators,lib,features,spec}/**/*", "Rakefile", "cucumber.yml"] s.authors = ["Ben Mabey", "Chris Wyckoff"] end