content_flagging 1.0.0 → 1.0.1
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
- data/content_flagging.gemspec +6 -6
- data/lib/content_flagging/version.rb +1 -1
- metadata +11 -11
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 989ba4d8e7515a4fbe869dd301b2e459d5ae0c113b05f3fa8546f2fcafa34b11
|
|
4
|
+
data.tar.gz: 54300023cf6b77854f16280925fa135737717c1c80cb8918843469b75de72203
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: d56202456bdc39041384a6dd310f6ab3faa5528bce1d5d8be3db7af40d8b4f9d76d716b23ff8573a340de0e89433dee7e94f5693d73fff1dd86ed9af950f6033
|
|
7
|
+
data.tar.gz: 26001c27897fcf3b217e3f321dbc91505f954b4e63aa6a9459995e69917034409a1e2e8c1f0d0da0a23dfe252e22324ff85216e5f4a6af31914d764c686927a3
|
data/content_flagging.gemspec
CHANGED
|
@@ -7,16 +7,16 @@ Gem::Specification.new do |spec|
|
|
|
7
7
|
spec.email = ['arsh199820@gmail.com']
|
|
8
8
|
spec.summary = 'The acts_as_paranoid for content moderation - automatic flagging system for Rails'
|
|
9
9
|
spec.description = 'A powerful Rails gem that automatically hides inappropriate content when flagged. Like acts_as_paranoid for deleted records, acts_as_flaggable hides flagged content from default scopes with configurable thresholds.'
|
|
10
|
-
spec.homepage = 'https://github.com/
|
|
10
|
+
spec.homepage = 'https://github.com/ArshdeepGrover/content_flagging'
|
|
11
11
|
spec.license = 'MIT'
|
|
12
12
|
spec.required_ruby_version = '>= 2.7.0'
|
|
13
13
|
|
|
14
14
|
spec.metadata = {
|
|
15
|
-
'homepage_uri' => 'https://github.com/
|
|
16
|
-
'source_code_uri' => 'https://github.com/
|
|
17
|
-
'changelog_uri' => 'https://github.com/
|
|
18
|
-
'bug_tracker_uri' => 'https://github.com/
|
|
19
|
-
'documentation_uri' => 'https://github.com/
|
|
15
|
+
'homepage_uri' => 'https://github.com/ArshdeepGrover/content_flagging',
|
|
16
|
+
'source_code_uri' => 'https://github.com/ArshdeepGrover/content_flagging',
|
|
17
|
+
'changelog_uri' => 'https://github.com/ArshdeepGrover/content_flagging/blob/main/CHANGELOG.md',
|
|
18
|
+
'bug_tracker_uri' => 'https://github.com/ArshdeepGrover/content_flagging/issues',
|
|
19
|
+
'documentation_uri' => 'https://github.com/ArshdeepGrover/content_flagging/blob/main/README.md',
|
|
20
20
|
'rubygems_mfa_required' => 'true'
|
|
21
21
|
}
|
|
22
22
|
|
metadata
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: content_flagging
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.0.
|
|
4
|
+
version: 1.0.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Arshdeep Singh
|
|
8
|
-
autorequire:
|
|
8
|
+
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
11
|
date: 2025-09-20 00:00:00.000000000 Z
|
|
@@ -309,17 +309,17 @@ files:
|
|
|
309
309
|
- lib/generators/content_flagging/templates/content_flagging.rb
|
|
310
310
|
- lib/generators/content_flagging/templates/create_content_flags.rb.erb
|
|
311
311
|
- test_manual.rb
|
|
312
|
-
homepage: https://github.com/
|
|
312
|
+
homepage: https://github.com/ArshdeepGrover/content_flagging
|
|
313
313
|
licenses:
|
|
314
314
|
- MIT
|
|
315
315
|
metadata:
|
|
316
|
-
homepage_uri: https://github.com/
|
|
317
|
-
source_code_uri: https://github.com/
|
|
318
|
-
changelog_uri: https://github.com/
|
|
319
|
-
bug_tracker_uri: https://github.com/
|
|
320
|
-
documentation_uri: https://github.com/
|
|
316
|
+
homepage_uri: https://github.com/ArshdeepGrover/content_flagging
|
|
317
|
+
source_code_uri: https://github.com/ArshdeepGrover/content_flagging
|
|
318
|
+
changelog_uri: https://github.com/ArshdeepGrover/content_flagging/blob/main/CHANGELOG.md
|
|
319
|
+
bug_tracker_uri: https://github.com/ArshdeepGrover/content_flagging/issues
|
|
320
|
+
documentation_uri: https://github.com/ArshdeepGrover/content_flagging/blob/main/README.md
|
|
321
321
|
rubygems_mfa_required: 'true'
|
|
322
|
-
post_install_message:
|
|
322
|
+
post_install_message:
|
|
323
323
|
rdoc_options: []
|
|
324
324
|
require_paths:
|
|
325
325
|
- lib
|
|
@@ -334,8 +334,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
334
334
|
- !ruby/object:Gem::Version
|
|
335
335
|
version: '0'
|
|
336
336
|
requirements: []
|
|
337
|
-
rubygems_version: 3.
|
|
338
|
-
signing_key:
|
|
337
|
+
rubygems_version: 3.5.16
|
|
338
|
+
signing_key:
|
|
339
339
|
specification_version: 4
|
|
340
340
|
summary: The acts_as_paranoid for content moderation - automatic flagging system for
|
|
341
341
|
Rails
|