Rakefile in spf-0.0.43 vs Rakefile in spf-0.0.44
- old
+ new
@@ -16,11 +16,11 @@
Jeweler::Tasks.new do |gem|
# gem is a Gem::Specification... see http://docs.rubygems.org/read/chapter/20 for more options
gem.name = 'spf'
gem.version = SPF::VERSION
gem.homepage = 'https://github.com/agaridata/spf-ruby'
- gem.authors = ['Andrew Flury', 'Julian Mehnle']
- gem.email = ['code@agari.com', 'aflury@agari.com', 'jmehnle@agari.com']
+ gem.authors = ['Andrew Flury', 'Julian Mehnle', 'Jacob Rideout']
+ gem.email = ['code@agari.com', 'aflury@agari.com', 'jmehnle@agari.com', 'jrideout@agari.com']
gem.license = 'none (all rights reserved)'
gem.summary = 'Implementation of the Sender Policy Framework'
gem.description = <<-DESCRIPTION
An object-oriented Ruby implementation of the Sender Policy Framework (SPF)
e-mail sender authentication system, fully compliant with RFC 4408.