spf 0.0.35 → 0.0.36

Sign up to get free protection for your applications and to get access to all the features.
data/lib/spf/eval.rb CHANGED
@@ -307,7 +307,7 @@ class SPF::Server
307
307
  void_dns_lookups_count = request.root_request.state(:void_dns_lookups_count, 1)
308
308
  if (@max_void_dns_lookups and
309
309
  void_dns_lookups_count > @max_void_dns_lookups)
310
- raise SPF::ProcessingLimitExceeded.new(
310
+ raise SPF::ProcessingLimitExceededError.new(
311
311
  "Maximum void DNS look-ups limit (#{@max_void_dns_lookups}) exceeded")
312
312
  end
313
313
  return void_dns_lookups_count
data/lib/spf/version.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  module SPF
2
- VERSION = '0.0.35'
2
+ VERSION = '0.0.36'
3
3
  end
4
4
 
5
5
  # vim:sw=2 sts=2
data/spf.gemspec CHANGED
@@ -5,7 +5,7 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = "spf"
8
- s.version = "0.0.35"
8
+ s.version = "0.0.36"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Andrew Flury", "Julian Mehnle"]
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: spf
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.35
4
+ version: 0.0.36
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: