RubySpamAssassin 1.0.1 → 1.0.2
Sign up to get free protection for your applications and to get access to all the features.
- data/Rakefile +1 -1
- data/RubySpamAssassin.gemspec +2 -2
- data/VERSION +1 -1
- metadata +3 -3
data/Rakefile
CHANGED
@@ -13,7 +13,7 @@ require 'jeweler'
|
|
13
13
|
Jeweler::Tasks.new do |gem|
|
14
14
|
# gem is a Gem::Specification... see http://docs.rubygems.org/read/chapter/20 for more options
|
15
15
|
gem.name = "RubySpamAssassin"
|
16
|
-
gem.homepage = "http://github.com/
|
16
|
+
gem.homepage = "http://noeticpenguin.github.com/RubySpamAssassin/"
|
17
17
|
gem.license = "MIT"
|
18
18
|
gem.summary = %Q{Gem provides a direct ruby interface to spamd running on localhost or remotely}
|
19
19
|
gem.description = %Q{This gem makes it easy for developers to hand a body of text to spam assassin and ask get it's spam score, spam report etc. Supports the full Spamc protocol.}
|
data/RubySpamAssassin.gemspec
CHANGED
@@ -5,7 +5,7 @@
|
|
5
5
|
|
6
6
|
Gem::Specification.new do |s|
|
7
7
|
s.name = "RubySpamAssassin"
|
8
|
-
s.version = "1.0.
|
8
|
+
s.version = "1.0.2"
|
9
9
|
|
10
10
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
11
11
|
s.authors = ["Kevin Poorman"]
|
@@ -33,7 +33,7 @@ Gem::Specification.new do |s|
|
|
33
33
|
"spec/RubySpamAssassin_spec.rb",
|
34
34
|
"spec/spec_helper.rb"
|
35
35
|
]
|
36
|
-
s.homepage = "http://github.com/
|
36
|
+
s.homepage = "http://noeticpenguin.github.com/RubySpamAssassin/"
|
37
37
|
s.licenses = ["MIT"]
|
38
38
|
s.require_paths = ["lib"]
|
39
39
|
s.rubygems_version = "1.8.24"
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.0.
|
1
|
+
1.0.2
|
metadata
CHANGED
@@ -2,7 +2,7 @@
|
|
2
2
|
name: RubySpamAssassin
|
3
3
|
version: !ruby/object:Gem::Version
|
4
4
|
prerelease:
|
5
|
-
version: 1.0.
|
5
|
+
version: 1.0.2
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
8
8
|
- Kevin Poorman
|
@@ -99,7 +99,7 @@ files:
|
|
99
99
|
- lib/RubySpamAssassin.rb
|
100
100
|
- spec/RubySpamAssassin_spec.rb
|
101
101
|
- spec/spec_helper.rb
|
102
|
-
homepage: http://github.com/
|
102
|
+
homepage: http://noeticpenguin.github.com/RubySpamAssassin/
|
103
103
|
licenses:
|
104
104
|
- MIT
|
105
105
|
post_install_message:
|
@@ -113,7 +113,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
113
113
|
version: '0'
|
114
114
|
segments:
|
115
115
|
- 0
|
116
|
-
hash: -
|
116
|
+
hash: -2041700127059387909
|
117
117
|
none: false
|
118
118
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
119
119
|
requirements:
|