bad_word_filter 0.3.0 → 0.4.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile.lock +1 -1
- data/bad_word_filter.gemspec +3 -3
- data/lib/bad_word_filter/version.rb +1 -1
- metadata +5 -5
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 80c12a07bdd8f88f3b48e41bc7d95afa8b17f925192bf6943516a427df5d6874
|
4
|
+
data.tar.gz: 87c8c219b7dbb8b13de5902aa92ce4ffaa3e56cbff76c9f8ca80a3c16c3c170a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 968d77a4fcf20cf5e40b1ede674bdf2768a9dabc6ff52b3ec18839ed8683e02f2aea6027969617211026d92534334019ddc1571f591f4cc8a5af23276002bf8c
|
7
|
+
data.tar.gz: e40151c543db9c7c23b6bc626d975d76120e27a70fc745153fb5550b0974aee32959fc8645480b3641a5ec144622edf1ce866a922215367fa570ffddd3df1fdc
|
data/Gemfile.lock
CHANGED
data/bad_word_filter.gemspec
CHANGED
@@ -8,15 +8,15 @@ Gem::Specification.new do |spec|
|
|
8
8
|
|
9
9
|
spec.summary = %q{Detect and censor bad words, swear words and profanity in a given text.}
|
10
10
|
spec.description = %q{Detect and censor bad words, swear words and profanity in a given text.}
|
11
|
-
spec.homepage = "https://github.com"
|
11
|
+
spec.homepage = "https://github.com/Ispirett/bad_word_filter"
|
12
12
|
spec.license = "MIT"
|
13
13
|
spec.required_ruby_version = Gem::Requirement.new(">= 2.3.0")
|
14
14
|
|
15
15
|
spec.metadata["allowed_push_host"] = "https://rubygems.org/"
|
16
16
|
|
17
17
|
spec.metadata["homepage_uri"] = spec.homepage
|
18
|
-
spec.metadata["source_code_uri"] = "https://github.com/Ispirett/
|
19
|
-
spec.metadata["changelog_uri"] = "https://github.com/Ispirett/
|
18
|
+
spec.metadata["source_code_uri"] = "https://github.com/Ispirett/bad_word_filter"
|
19
|
+
spec.metadata["changelog_uri"] = "https://github.com/Ispirett/bad_word_filter/CHANGELOG.md"
|
20
20
|
|
21
21
|
# Specify which files should be added to the gem when it is released.
|
22
22
|
# The `git ls-files -z` loads the files in the RubyGem that have been added into git.
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: bad_word_filter
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.4.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Ispire
|
@@ -59,14 +59,14 @@ files:
|
|
59
59
|
- bin/setup
|
60
60
|
- lib/bad_word_filter.rb
|
61
61
|
- lib/bad_word_filter/version.rb
|
62
|
-
homepage: https://github.com
|
62
|
+
homepage: https://github.com/Ispirett/bad_word_filter
|
63
63
|
licenses:
|
64
64
|
- MIT
|
65
65
|
metadata:
|
66
66
|
allowed_push_host: https://rubygems.org/
|
67
|
-
homepage_uri: https://github.com
|
68
|
-
source_code_uri: https://github.com/Ispirett/
|
69
|
-
changelog_uri: https://github.com/Ispirett/
|
67
|
+
homepage_uri: https://github.com/Ispirett/bad_word_filter
|
68
|
+
source_code_uri: https://github.com/Ispirett/bad_word_filter
|
69
|
+
changelog_uri: https://github.com/Ispirett/bad_word_filter/CHANGELOG.md
|
70
70
|
post_install_message:
|
71
71
|
rdoc_options: []
|
72
72
|
require_paths:
|