spf 0.0.33 → 0.0.34

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/README.rdoc CHANGED
@@ -1,13 +1,24 @@
1
1
  = SPF
2
2
 
3
- The +spf+ Ruby gem, also known as +spf-ruby+, is an implementation of the Sender Policy Framework (SPF) e-mail sender authentication system.
3
+ The +spf+ Ruby gem, also known as +spf-ruby+, is an implementation of the Sender Policy Framework (SPF) e-mail sender
4
+ authentication system.
4
5
 
5
6
  See <http://www.openspf.org> for more information about SPF.
6
7
 
7
- == Contributing
8
-
9
- Agari currently does not accept contributions of code to spf-ruby.
8
+ Note: This gem is currently very early in its lifecycle. The API is *not* guaranteed to be stable.
10
9
 
11
10
  == Copyright
12
11
 
13
- (C) 2013 Agari Data, Inc. All rights reserved. Distribution prohibited.
12
+ Copyright 2013, 2014 Agari Data, Inc.
13
+
14
+ Licensed under the Apache License, Version 2.0 (the "License");
15
+ you may not use this software except in compliance with the License.
16
+ You may obtain a copy of the License at
17
+
18
+ http://www.apache.org/licenses/LICENSE-2.0
19
+
20
+ Unless required by applicable law or agreed to in writing, software
21
+ distributed under the License is distributed on an "AS IS" BASIS,
22
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
23
+ See the License for the specific language governing permissions and
24
+ limitations under the License.
data/lib/spf/model.rb CHANGED
@@ -766,6 +766,7 @@ class SPF::Mod < SPF::Term
766
766
  end
767
767
 
768
768
  def parse_params(required = true)
769
+ @raw_params = @parse_text.dup
769
770
  self.parse_domain_spec(required)
770
771
  end
771
772
 
data/lib/spf/version.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  module SPF
2
- VERSION = '0.0.33'
2
+ VERSION = '0.0.34'
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.33"
8
+ s.version = "0.0.34"
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.33
4
+ version: 0.0.34
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: