File tree Expand file tree Collapse file tree 3 files changed +9
-1
lines changed
Expand file tree Collapse file tree 3 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 11module Copyleaks
2- VERSION = '3.6.0 '
2+ VERSION = '3.6.1 '
33end
Original file line number Diff line number Diff line change @@ -19,6 +19,14 @@ Gem::Specification.new do |spec|
1919 spec . metadata [ 'homepage_uri' ] = spec . homepage
2020 spec . metadata [ 'source_code_uri' ] = 'https://github.com/Copyleaks/Ruby-Plagiarism-Checker'
2121 spec . metadata [ 'changelog_uri' ] = 'https://github.com/Copyleaks/Ruby-Plagiarism-Checker/releases'
22+ spec . post_install_message = <<-MSG
23+ \e [33m===============================================================
24+ DEPRECATION NOTICE: plagiarism-checker v#{ Copyleaks ::VERSION }
25+ ===============================================================
26+ AI Code Detection will be discontinued on August 29, 2025.
27+ Please remove AI code detection integrations before the sunset date.
28+ ===============================================================\e [0m
29+ MSG
2230
2331 spec . files = Dir . chdir ( File . expand_path ( __dir__ ) ) do
2432 `git ls-files -z` . split ( "\x0 " ) . reject { |f | f . match ( %r{\A (?:demo|test|spec|features)/} ) || f . match ( /\. gem/ ) }
You can’t perform that action at this time.
0 commit comments