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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 567eaeb6f0bf7d522e76f9864cd78629bd3280b9d2feeb8490696ee75b079b15
4
- data.tar.gz: a582e8f9a21fb1107b9c25fa3cd4b30e841458463bac9592b951ce05b61f0b55
3
+ metadata.gz: 80c12a07bdd8f88f3b48e41bc7d95afa8b17f925192bf6943516a427df5d6874
4
+ data.tar.gz: 87c8c219b7dbb8b13de5902aa92ce4ffaa3e56cbff76c9f8ca80a3c16c3c170a
5
5
  SHA512:
6
- metadata.gz: 17671afa25d4aef7834e52e608ad1ab883478e5338ef85ef69a220b8423c39e1053dee6862e815ab2e087296aa3fe0d5e09989b2a1673f66d098a4da8c85792e
7
- data.tar.gz: 4a2359d8bf3d083bf2e034a6e32e767136026f36f0d521cdf53a37ad5f9c6fc2488ab8fb4be9d9f95a083a30fd1329ab444f3da893d210e7c293c5c99bdef176
6
+ metadata.gz: 968d77a4fcf20cf5e40b1ede674bdf2768a9dabc6ff52b3ec18839ed8683e02f2aea6027969617211026d92534334019ddc1571f591f4cc8a5af23276002bf8c
7
+ data.tar.gz: e40151c543db9c7c23b6bc626d975d76120e27a70fc745153fb5550b0974aee32959fc8645480b3641a5ec144622edf1ce866a922215367fa570ffddd3df1fdc
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- bad_word_filter (0.3.0)
4
+ bad_word_filter (0.4.0)
5
5
  rest-client
6
6
 
7
7
  GEM
@@ -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/bad_words_filter"
19
- spec.metadata["changelog_uri"] = "https://github.com/Ispirett/bad_words_filter/CHANGELOG.md"
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.
@@ -1,3 +1,3 @@
1
1
  module BadWordFilter
2
- VERSION = "0.3.0"
2
+ VERSION = "0.4.0"
3
3
  end
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.3.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/bad_words_filter
69
- changelog_uri: https://github.com/Ispirett/bad_words_filter/CHANGELOG.md
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: