plagiarism-checker 3.2.0 → 3.2.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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 908a27b3245660f5ceccef151bb1093b740ef3b00b8a79dc3a986279948662c1
|
4
|
+
data.tar.gz: 05054b5d76f20515f0dee473897cc28a1b7d1bfa6aaeb910a31c0cda06455566
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b278c9105d8e44a2d1e189f8c6db691592ebef80def66b2e1f8995b903ecdd6a3682b8c7062fc626512bcb2b67abf54140941e53bb3b56c990a608201b9b57ef
|
7
|
+
data.tar.gz: a7e2d27a67c0e96e43c730a3f66ff235836a66beee3cccfeb43de1f2adca1d3d7c4d13d03f0fafc07113eb2ca535f060f380eb6536ac8c71d9dea632ed19190c
|
@@ -21,6 +21,9 @@
|
|
21
21
|
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
22
22
|
# SOFTWARE.
|
23
23
|
# =
|
24
|
+
|
25
|
+
require_relative './repository.rb'
|
26
|
+
|
24
27
|
module Copyleaks
|
25
28
|
class SubmissionIndexingRepository < SubmissionRepository
|
26
29
|
# @param [String] ID of a repository to add the scanned document to.
|
data/lib/copyleaks/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: plagiarism-checker
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.2.
|
4
|
+
version: 3.2.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Copyleaks ltd
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2023-
|
11
|
+
date: 2023-11-08 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
13
|
description: Copyleaks detects plagiarism and checks content distribution online.
|
14
14
|
Use Copyleaks to find out if textual content is original and if it has been used
|