Skip to content

Commit 12ff3e0

Browse files
authored
Merge pull request #24 from Copyleaks/AI-code-detection-sunset
Ai code detection sunset
2 parents 5cfd1d5 + 944c291 commit 12ff3e0

File tree

3 files changed

+9
-1
lines changed

3 files changed

+9
-1
lines changed

lib/copyleaks/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Copyleaks
2-
VERSION = '3.6.0'
2+
VERSION = '3.6.1'
33
end

plagiarism-checker-3.6.1.gem

32 KB
Binary file not shown.

plagiarism-checker.gemspec

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff 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/) }

0 commit comments

Comments
 (0)