spf 0.0.30 → 0.0.31
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/lib/spf/model.rb +1 -1
- data/lib/spf/version.rb +1 -1
- data/spf.gemspec +1 -1
- metadata +1 -1
data/lib/spf/model.rb
CHANGED
|
@@ -417,7 +417,7 @@ class SPF::Mech < SPF::Term
|
|
|
417
417
|
NAME = 'exists'
|
|
418
418
|
|
|
419
419
|
def parse_params(required = true)
|
|
420
|
-
@raw_params = @
|
|
420
|
+
@raw_params = @parse_text.dup
|
|
421
421
|
self.parse_domain_spec(required)
|
|
422
422
|
# Other method of denoting "potentially ~infinite" netblocks?
|
|
423
423
|
@ip_netblocks << nil
|
data/lib/spf/version.rb
CHANGED
data/spf.gemspec
CHANGED