autocorrect-rb 2.6.1-x86_64-linux-musl → 2.6.2-x86_64-linux-musl
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 +4 -4
- data/ext/autocorrect/Cargo.toml +1 -1
- data/ext/autocorrect/src/lib.rs +2 -2
- data/lib/autocorrect/3.1/autocorrect.so +0 -0
- data/lib/autocorrect/3.2/autocorrect.so +0 -0
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: a33fe8242bc936e4477e0f48c822ff8403b73e065cd99ec515e2a314b0f71ffc
|
4
|
+
data.tar.gz: 5455741eb40fd717e802f92f95ca9d47870b533417f811b6292a4704e7533029
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 6b8c9b1b3472c728d11202b2c5939f77919544ab46cf1ef5e6f6488edc0becc19bca63a1c9a67b94ff0f9e2ab15546a06a45e656e85a840fa1505e67c7ddac44
|
7
|
+
data.tar.gz: 66acc2f8d49476affbf919226378c9e6dcd4bbbc07bb44f2955b31a543f206adc052e8f40fe0201f85c6d10e907648eafc571aa4d153519fa5f2f426434bcf4e
|
data/ext/autocorrect/Cargo.toml
CHANGED
data/ext/autocorrect/src/lib.rs
CHANGED
@@ -31,7 +31,7 @@ impl LineResult {
|
|
31
31
|
}
|
32
32
|
|
33
33
|
pub fn inspect(&self) -> String {
|
34
|
-
format!("{:?}"
|
34
|
+
format!("{self:?}")
|
35
35
|
}
|
36
36
|
|
37
37
|
pub fn to_hash(&self) -> Result<magnus::RHash, Error> {
|
@@ -66,7 +66,7 @@ impl LintResult {
|
|
66
66
|
}
|
67
67
|
|
68
68
|
pub fn inspect(&self) -> String {
|
69
|
-
format!("{:?}"
|
69
|
+
format!("{self:?}")
|
70
70
|
}
|
71
71
|
|
72
72
|
pub fn to_hash(&self) -> Result<magnus::RHash, Error> {
|
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.6.
|
4
|
+
version: 2.6.2
|
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: 2023-
|
11
|
+
date: 2023-02-08 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rb_sys
|
@@ -62,7 +62,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
62
62
|
- !ruby/object:Gem::Version
|
63
63
|
version: '0'
|
64
64
|
requirements: []
|
65
|
-
rubygems_version: 3.4.
|
65
|
+
rubygems_version: 3.4.4
|
66
66
|
signing_key:
|
67
67
|
specification_version: 4
|
68
68
|
summary: AutoCorrect is a linter and formatter to help you to improve copywriting.
|