autocorrect-rb 2.13.0-x86_64-linux-musl → 2.13.1-x86_64-linux-musl
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 2e4e7a55845cd2a0cd82de650955211bf89834f458f8530fe8d443d21f0ed05c
|
4
|
+
data.tar.gz: f088485a01dfe6db8cfb4e1b32be3c8d70baf69a27b495c0e06d1ec9f17b2ee5
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a385c840083802667273fe7f064858267956c70de8eb2184cf07f73f6af3f3312f21a6aff6473c6a8315d669df665383bdeddb02b8888bd21bee845a8eca4d97
|
7
|
+
data.tar.gz: 8bd665241e4f46d932e0482082d43bd79b249addd6686b2557cd85014452408ece8f20c2c023c77c6a97ad2e5cfe8842ad52d4161a1d98aa9eee1bb553668aaa
|
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.13.
|
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.13.
|
4
|
+
version: 2.13.1
|
5
5
|
platform: x86_64-linux-musl
|
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
|
-
version:
|
63
|
+
version: 3.3.22
|
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
|