Rakefile in wdd-ruby-ext-0.4.3 vs Rakefile in wdd-ruby-ext-0.4.4
- old
+ new
@@ -5,10 +5,10 @@
require 'jeweler'
Jeweler::Tasks.new do |gem|
gem.name = "wdd-ruby-ext"
gem.summary = %Q{Handy extensions to the Ruby base classes and other utilities.}
gem.description = %Q{Some of these are borrowed. Some are original. This gem simply provides a single place to source control them all for incorporation into other projects.}
- gem.email = "billdoughty@capitalthought.com"
+ gem.email = "github@wdoughty.net"
gem.homepage = "http://github.com/shock/wdd-ruby-ext"
gem.authors = ["shock"]
gem.add_development_dependency "rspec", ">= 1.2.9"
gem.add_dependency "nokogiri", "~> 1.4.1"
gem.add_dependency "eventmachine", "~> 0.12.10"