autocorrect-rb 2.12.0-aarch64-linux → 2.13.1-aarch64-linux
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: 46c48b53741fb1b9369dfaa7de19ee1304ab2b3758dd1093c34956f6ecb116f4
|
4
|
+
data.tar.gz: 4b9ab02c0377f562ecf712698799374a94b1e24e2b990ef18920c22da7af629e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a36512872ae6fce4a22185f0a73ffb50f8c53d2b80bd7fc706b92d853a5a60b47d9e9cb285c81054094a27ce6ee1bbe1941047490ab8977e186e2d04167d0fa5
|
7
|
+
data.tar.gz: 71f3a7ef7313212ec405656d9ebe480b15bd032f1babe569a5bdcb1d28909d4dcd02a2346488febde71eaa970375e357f703f6b5f322b29184d22da3d0771b65
|
data/ext/autocorrect/Cargo.toml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
[package]
|
2
2
|
edition = "2021"
|
3
3
|
name = "autocorrect-rb"
|
4
|
-
version = "2.
|
4
|
+
version = "2.13.1"
|
5
5
|
|
6
6
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
7
7
|
[lib]
|
@@ -10,4 +10,4 @@ name = "autocorrect"
|
|
10
10
|
|
11
11
|
[dependencies]
|
12
12
|
autocorrect = "2"
|
13
|
-
magnus = "0.
|
13
|
+
magnus = "0.7"
|
Binary file
|
Binary file
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: autocorrect-rb
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.
|
4
|
+
version: 2.13.1
|
5
5
|
platform: aarch64-linux
|
6
6
|
authors:
|
7
7
|
- Jason Lee
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2024-
|
11
|
+
date: 2024-12-30 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rb_sys
|
@@ -16,14 +16,14 @@ dependencies:
|
|
16
16
|
requirements:
|
17
17
|
- - ">="
|
18
18
|
- !ruby/object:Gem::Version
|
19
|
-
version: 0.9.
|
19
|
+
version: 0.9.105
|
20
20
|
type: :runtime
|
21
21
|
prerelease: false
|
22
22
|
version_requirements: !ruby/object:Gem::Requirement
|
23
23
|
requirements:
|
24
24
|
- - ">="
|
25
25
|
- !ruby/object:Gem::Version
|
26
|
-
version: 0.9.
|
26
|
+
version: 0.9.105
|
27
27
|
description: AutoCorrect is a linter and formatter to help you to improve copywriting,
|
28
28
|
correct spaces, words, punctuations between CJK (Chinese, Japanese, Korean).
|
29
29
|
email:
|
@@ -38,9 +38,8 @@ files:
|
|
38
38
|
- ext/autocorrect/extconf.rb
|
39
39
|
- ext/autocorrect/src/lib.rs
|
40
40
|
- lib/autocorrect-rb.rb
|
41
|
-
- lib/autocorrect/3.1/autocorrect.so
|
42
41
|
- lib/autocorrect/3.2/autocorrect.so
|
43
|
-
- lib/autocorrect/3.
|
42
|
+
- lib/autocorrect/3.4/autocorrect.so
|
44
43
|
homepage: https://github.com/huacnlee/autocorrect
|
45
44
|
licenses:
|
46
45
|
- MIT
|
@@ -53,17 +52,17 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
53
52
|
requirements:
|
54
53
|
- - ">="
|
55
54
|
- !ruby/object:Gem::Version
|
56
|
-
version: '3.
|
55
|
+
version: '3.2'
|
57
56
|
- - "<"
|
58
57
|
- !ruby/object:Gem::Version
|
59
|
-
version: 3.
|
58
|
+
version: 3.5.dev
|
60
59
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
61
60
|
requirements:
|
62
61
|
- - ">="
|
63
62
|
- !ruby/object:Gem::Version
|
64
63
|
version: '0'
|
65
64
|
requirements: []
|
66
|
-
rubygems_version: 3.
|
65
|
+
rubygems_version: 3.5.23
|
67
66
|
signing_key:
|
68
67
|
specification_version: 4
|
69
68
|
summary: AutoCorrect is a linter and formatter to help you to improve copywriting.
|
Binary file
|
Binary file
|