spf.gemspec in spf-0.0.46 vs spf.gemspec in spf-0.0.47
- old
+ new
@@ -1,17 +1,19 @@
# Generated by jeweler
# DO NOT EDIT THIS FILE DIRECTLY
# Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
# -*- encoding: utf-8 -*-
+# stub: spf 0.0.47 ruby lib
Gem::Specification.new do |s|
s.name = "spf"
- s.version = "0.0.46"
+ s.version = "0.0.47"
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
+ s.require_paths = ["lib"]
s.authors = ["Andrew Flury", "Julian Mehnle", "Jacob Rideout"]
- s.date = "2015-03-04"
+ s.date = "2015-04-29"
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", "jrideout@agari.com"]
s.extra_rdoc_files = [
"README.rdoc"
]
@@ -29,21 +31,21 @@
"lib/spf/model.rb",
"lib/spf/request.rb",
"lib/spf/result.rb",
"lib/spf/util.rb",
"lib/spf/version.rb",
+ "lib/spf/ext/resolv.rb",
"spec/spec_helper.rb",
"spec/spf_spec.rb",
"spf.gemspec"
]
s.homepage = "https://github.com/agaridata/spf-ruby"
s.licenses = ["none (all rights reserved)"]
- s.require_paths = ["lib"]
- s.rubygems_version = "1.8.23.2"
+ s.rubygems_version = "2.4.6"
s.summary = "Implementation of the Sender Policy Framework"
if s.respond_to? :specification_version then
- s.specification_version = 3
+ s.specification_version = 4
if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
s.add_runtime_dependency(%q<ruby-ip>, ["~> 0.9.1"])
s.add_development_dependency(%q<rspec>, ["~> 2.9"])
s.add_development_dependency(%q<rdoc>, ["~> 3"])