filters_spam 0.4 → 0.5
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.
- checksums.yaml +4 -4
- metadata +5 -5
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: eb0de741f08e0bd3df82ca050426b503d249e0e1
|
|
4
|
+
data.tar.gz: 409f4ea0140281515ed7ed370ea072556fb0869b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 48c81b4bb1cce6a0b1f593ae887acd1d96bcc81a00f5eacf918c09e31b6d21e2552172d77309303e5aa2fa182bafff6488e4b6cf6d105053c93de65c5066922d
|
|
7
|
+
data.tar.gz: 893cf8e55e78927c4bd417ba3eeaa6c3c8b323c2f3ec908ecb524cae8f165dd96628803465f78e56411e5e679acc6602dd5e8b8d1db97e2aa1ec5328748d62f7
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: filters_spam
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: '0.
|
|
4
|
+
version: '0.5'
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Philip Arndt
|
|
@@ -9,7 +9,7 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date:
|
|
12
|
+
date: 2015-02-20 00:00:00.000000000 Z
|
|
13
13
|
dependencies: []
|
|
14
14
|
description: This is a small Ruby on Rails plugin that can be installed as a gem in
|
|
15
15
|
your Gemfile that allows models to attach to it to provide spam filtering functionality.
|
|
@@ -21,7 +21,8 @@ files:
|
|
|
21
21
|
- lib/filters_spam.rb
|
|
22
22
|
- readme.md
|
|
23
23
|
homepage: http://www.resolvedigital.co.nz
|
|
24
|
-
licenses:
|
|
24
|
+
licenses:
|
|
25
|
+
- MIT
|
|
25
26
|
metadata: {}
|
|
26
27
|
post_install_message:
|
|
27
28
|
rdoc_options: []
|
|
@@ -40,9 +41,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
40
41
|
requirements:
|
|
41
42
|
- none
|
|
42
43
|
rubyforge_project:
|
|
43
|
-
rubygems_version: 2.
|
|
44
|
+
rubygems_version: 2.4.6
|
|
44
45
|
signing_key:
|
|
45
46
|
specification_version: 4
|
|
46
47
|
summary: Attach to your model to have this filter out the spam using scoring techniques.
|
|
47
48
|
test_files: []
|
|
48
|
-
has_rdoc:
|