word_censored 0.1.8 → 0.1.9

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: b15279eeecc218e4fa44fc4cf865fa2983761b0ba95b98940db6e79497adc6d0
4
- data.tar.gz: 25a69c9060e415fe1f6d30d1881b286b92d3bacaf5d0bb2683662515a0912054
3
+ metadata.gz: 0f80c9171467143d6de77323fd851577b69c4aa45b61e2762121752a539a172b
4
+ data.tar.gz: 50f467344b653cfb8740e80fe0a9e0a15ed976e203e73869cd25ac101d05d5c5
5
5
  SHA512:
6
- metadata.gz: c3ba010558655feef786f0a55e5ac1f0d0d115b54bd82dd63f26b9cd1c655edeaa01a4a79432f5e96119279e080e2ea4179ddadf9a7045b52cccebc002789f81
7
- data.tar.gz: 893418e1dd2d960aab8dbddf8173c8bd6e144ee9f82ee47c7bb822c4bb06774b3ae5d6a97fdffef78a68aa1a486f6db9e93d8de7a284c71c582a4164d1d54acf
6
+ metadata.gz: e789c78e3755aa0c01c8085796dd32a90edd9a1e17f1b594ae0d38f65fe3a0bebd16e9c01c02dbc7baea611334c07ee7fb9b06ef7e7bf3d26e239f4100b257a8
7
+ data.tar.gz: 39c479ceb70aa7dfa4e4740db059dfd8fcccf0b3e2b4132d342cdcf0fb74a12096479db54139ca42bd6973f574834ff650713262cfb70539d72e022f8dbc67c0
data/README.md CHANGED
@@ -73,7 +73,7 @@ To install this gem onto your local machine, run `bundle exec rake install`. To
73
73
 
74
74
  ## Contributing
75
75
 
76
- Bug reports and pull requests are welcome on GitHub at https://github.com/1PACVietnam/wakuwaku-word_censored. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct.
76
+ Bug reports and pull requests are welcome on GitHub at https://github.com/michaelt0520/word_censored. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct.
77
77
 
78
78
  ## License
79
79
 
@@ -81,4 +81,4 @@ The gem is available as open source under the terms of the [MIT License](https:/
81
81
 
82
82
  ## Code of Conduct
83
83
 
84
- Everyone interacting in the WordCensored project’s codebases, issue trackers, chat rooms and mailing lists is expected to follow the [code of conduct](https://github.com/1PACVietnam/wakuwaku-word_censored/blob/master/CODE_OF_CONDUCT.md).
84
+ Everyone interacting in the WordCensored project’s codebases, issue trackers, chat rooms and mailing lists is expected to follow the [code of conduct](https://github.com/michaelt0520/word_censored/blob/master/CODE_OF_CONDUCT.md).
@@ -1,3 +1,3 @@
1
1
  module WordCensored
2
- VERSION = "0.1.8"
2
+ VERSION = "0.1.9"
3
3
  end
@@ -8,31 +8,16 @@ Gem::Specification.new do |spec|
8
8
  spec.authors = ["Michael Tran"]
9
9
  spec.email = ["mictran205@gmail.com"]
10
10
 
11
- spec.summary = "Filter comment for wakuwaku"
11
+ spec.summary = "Filter badword from blacklist"
12
12
  spec.description = "Censored all badword from available blacklist"
13
- spec.homepage = "https://github.com/1PACVietnam/wakuwaku-word_censored"
13
+ spec.homepage = "https://github.com/michaelt0520/word_censored"
14
14
  spec.license = "MIT"
15
15
 
16
- # Prevent pushing this gem to RubyGems.org. To allow pushes either set the 'allowed_push_host'
17
- # to allow pushing to a single host or delete this section to allow pushing to any host.
18
- # if spec.respond_to?(:metadata)
19
- # spec.metadata["allowed_push_host"] = "TODO: Set to 'http://mygemserver.com'"
20
-
21
- # spec.metadata["homepage_uri"] = spec.homepage
22
- # spec.metadata["source_code_uri"] = "TODO: Put your gem's public repo URL here."
23
- # spec.metadata["changelog_uri"] = "TODO: Put your gem's CHANGELOG.md URL here."
24
- # else
25
- # raise "RubyGems 2.0 or newer is required to protect against " \
26
- # "public gem pushes."
27
- # end
28
-
29
- # Specify which files should be added to the gem when it is released.
30
- # The `git ls-files -z` loads the files in the RubyGem that have been added into git.
31
16
  spec.files = [".gitignore", "CODE_OF_CONDUCT.md", "Gemfile", "LICENSE.txt", "README.md", "Rakefile", "bin/console", "bin/setup", "lib/word_censored.rb", "lib/files/blacklist.json", "lib/word_censored/version.rb", "word_censored.gemspec"]
32
17
  spec.bindir = "exe"
33
18
  spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
34
19
  spec.require_paths = ["lib"]
35
20
 
36
- spec.add_development_dependency "bundler", "~> 1.17"
37
- spec.add_development_dependency "rake", "~> 10.0"
21
+ spec.add_development_dependency "bundler", ">= 2.5"
22
+ spec.add_development_dependency "rake", ">= 13.1"
38
23
  end
metadata CHANGED
@@ -1,43 +1,43 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: word_censored
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.8
4
+ version: 0.1.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - Michael Tran
8
- autorequire:
8
+ autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2020-03-04 00:00:00.000000000 Z
11
+ date: 2024-02-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
15
15
  requirement: !ruby/object:Gem::Requirement
16
16
  requirements:
17
- - - "~>"
17
+ - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: '1.17'
19
+ version: '2.5'
20
20
  type: :development
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
- - - "~>"
24
+ - - ">="
25
25
  - !ruby/object:Gem::Version
26
- version: '1.17'
26
+ version: '2.5'
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: rake
29
29
  requirement: !ruby/object:Gem::Requirement
30
30
  requirements:
31
- - - "~>"
31
+ - - ">="
32
32
  - !ruby/object:Gem::Version
33
- version: '10.0'
33
+ version: '13.1'
34
34
  type: :development
35
35
  prerelease: false
36
36
  version_requirements: !ruby/object:Gem::Requirement
37
37
  requirements:
38
- - - "~>"
38
+ - - ">="
39
39
  - !ruby/object:Gem::Version
40
- version: '10.0'
40
+ version: '13.1'
41
41
  description: Censored all badword from available blacklist
42
42
  email:
43
43
  - mictran205@gmail.com
@@ -57,11 +57,11 @@ files:
57
57
  - lib/word_censored.rb
58
58
  - lib/word_censored/version.rb
59
59
  - word_censored.gemspec
60
- homepage: https://github.com/1PACVietnam/wakuwaku-word_censored
60
+ homepage: https://github.com/michaelt0520/word_censored
61
61
  licenses:
62
62
  - MIT
63
63
  metadata: {}
64
- post_install_message:
64
+ post_install_message:
65
65
  rdoc_options: []
66
66
  require_paths:
67
67
  - lib
@@ -76,8 +76,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
76
76
  - !ruby/object:Gem::Version
77
77
  version: '0'
78
78
  requirements: []
79
- rubygems_version: 3.1.2
80
- signing_key:
79
+ rubygems_version: 3.5.6
80
+ signing_key:
81
81
  specification_version: 4
82
- summary: Filter comment for wakuwaku
82
+ summary: Filter badword from blacklist
83
83
  test_files: []