decidim-spam_detection 0.1.8 → 1.0.0

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 3445c988572081b0eee462ff8803ffe87071368c91a5f7709a29be6984e469da
4
- data.tar.gz: a60dddbac8f547c1df84889568471fc7fc1f1fed7e0bee9b0c69b20625885c9d
3
+ metadata.gz: 7a68cdcfc4bee9d6fe8d391eb22a121b2f7cfb2a47557c1081b4ae47e649fc7f
4
+ data.tar.gz: b7ee10f5d795d9044c7bd0d6270d899f3ce90e72496221739dad6715cd287de8
5
5
  SHA512:
6
- metadata.gz: 2540ab9036fe3c17f7b6652052a8f5e224ffb5f30afc150501bd0dcc0006d26c13e5191048aeee9980e5eb00492210f3216aef5007142b201803349fec46526a
7
- data.tar.gz: 2029c17054430ded82b4d9d97f8fa57ca14e60329db4168496bc4d8bebaf6d71246da3ac8cf788a0e28bb84845486170d81762c0f46d5301610607fd8ed17839
6
+ metadata.gz: 921412beab2eb7bbf993bb1f6f02f95556ebdd7bb61ac18695764176762a870e48ac572a9f86b0cc4dcdc91a2ed09a6786d3e54b7f8b14f4b56e912992c8a9ba
7
+ data.tar.gz: d46133286084b2a2c353a8fb50a0fc0460f299925e8335c791f6f2472d66c9cf2ea70ef647f616645105584630f798573ef988ae4c862c1d3a2dc713e87b4d8d
@@ -5,7 +5,7 @@ module Decidim
5
5
  # This holds the decidim-spam_detection version.
6
6
  module SpamDetection
7
7
  def self.version
8
- "0.1.8"
8
+ "1.0.0"
9
9
  end
10
10
 
11
11
  def self.decidim_version
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: decidim-spam_detection
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.8
4
+ version: 1.0.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Armand Fardeau
@@ -24,7 +24,10 @@ dependencies:
24
24
  - - "~>"
25
25
  - !ruby/object:Gem::Version
26
26
  version: '0.25'
27
- description: "."
27
+ description: " SpamDetection is a detection bot made by OpenSourcePolitics. \n It
28
+ works with a spam detection service (https://github.com/OpenSourcePolitics/spam_detection)
29
+ \n which marks the user with a spam probability score, \n between 0.7 and 0.99
30
+ it is probable, and above 0.99 it is very sure.\n"
28
31
  email:
29
32
  - fardeauarmand@gmail.com
30
33
  executables: []
@@ -55,7 +58,7 @@ files:
55
58
  - lib/decidim/spam_detection/test/factories.rb
56
59
  - lib/decidim/spam_detection/version.rb
57
60
  - lib/tasks/decidim_spam_detection.rake
58
- homepage: https://github.com/decidim/decidim-module-spam_detection
61
+ homepage: https://github.com/OpenSourcePolitics/decidim-spam_detection
59
62
  licenses:
60
63
  - AGPL-3.0
61
64
  metadata: {}