spf.gemspec in spf-0.0.5 vs spf.gemspec in spf-0.0.6
- old
+ new
@@ -3,14 +3,14 @@
# Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
# -*- encoding: utf-8 -*-
Gem::Specification.new do |s|
s.name = "spf"
- s.version = "0.0.5"
+ s.version = "0.0.6"
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Andrew Flury", "Julian Mehnle"]
- s.date = "2013-10-14"
+ s.date = "2013-10-25"
s.description = " An object-oriented Ruby implementation of the Sender Policy Framework (SPF)\n e-mail sender authentication system, fully compliant with RFC 4408.\n"
s.email = ["code@agari.com", "aflury@agari.com", "jmehnle@agari.com"]
s.extra_rdoc_files = [
"README.rdoc"
]