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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 1fe5a29d1160fecce845a934e83a92a4bc00f3da61f76f5db6b3f15aea73f006
4
- data.tar.gz: 6c41f75667eddab18eb96206f8057c4287d0df2e315afb973e51ed2f5a2f0d2b
3
+ metadata.gz: 989ba4d8e7515a4fbe869dd301b2e459d5ae0c113b05f3fa8546f2fcafa34b11
4
+ data.tar.gz: 54300023cf6b77854f16280925fa135737717c1c80cb8918843469b75de72203
5
5
  SHA512:
6
- metadata.gz: 0e85b31a49a5d4a52144763dd9e321bc71e7bb504d858ad084727d938d74e2a08e576fa388ae1c1391f41425272998cf3f3bfc14ca54edc2408f7d0cf5ba8f39
7
- data.tar.gz: a3a969baa59ebabe9babe391cfb9635bd84357dea69bc4fcec8b13984ae30d0be0bcec7ac7b1d7a3b7c432283fa721f2724d5efeb21e7f75661dbf7a7ff0de4d
6
+ metadata.gz: d56202456bdc39041384a6dd310f6ab3faa5528bce1d5d8be3db7af40d8b4f9d76d716b23ff8573a340de0e89433dee7e94f5693d73fff1dd86ed9af950f6033
7
+ data.tar.gz: 26001c27897fcf3b217e3f321dbc91505f954b4e63aa6a9459995e69917034409a1e2e8c1f0d0da0a23dfe252e22324ff85216e5f4a6af31914d764c686927a3
@@ -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/arshdeepsingh/content_flagging'
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/arshdeepsingh/content_flagging',
16
- 'source_code_uri' => 'https://github.com/arshdeepsingh/content_flagging',
17
- 'changelog_uri' => 'https://github.com/arshdeepsingh/content_flagging/blob/main/CHANGELOG.md',
18
- 'bug_tracker_uri' => 'https://github.com/arshdeepsingh/content_flagging/issues',
19
- 'documentation_uri' => 'https://github.com/arshdeepsingh/content_flagging/blob/main/README.md',
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
 
@@ -1,3 +1,3 @@
1
1
  module ContentFlagging
2
- VERSION = '1.0.0'
2
+ VERSION = '1.0.1'
3
3
  end
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.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/arshdeepsingh/content_flagging
312
+ homepage: https://github.com/ArshdeepGrover/content_flagging
313
313
  licenses:
314
314
  - MIT
315
315
  metadata:
316
- homepage_uri: https://github.com/arshdeepsingh/content_flagging
317
- source_code_uri: https://github.com/arshdeepsingh/content_flagging
318
- changelog_uri: https://github.com/arshdeepsingh/content_flagging/blob/main/CHANGELOG.md
319
- bug_tracker_uri: https://github.com/arshdeepsingh/content_flagging/issues
320
- documentation_uri: https://github.com/arshdeepsingh/content_flagging/blob/main/README.md
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.0.3.1
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