autocorrect-rb 2.6.1 → 2.6.2
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
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: d0637da7a024a4617407e157298511d632d55e049be92bc2adc0b257ddb7df8b
|
|
4
|
+
data.tar.gz: 969b06c7499ba3b852ce69aed47e4f7a21ed8deb9de0e9558075bbf25b92aafd
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 7461668aa9ea454133486003b91b3e97a09f387c12850391229c2c5a974a5fe82e807cd5a1183b7bd952b3620f4514fbda7f61f91840e7549da22f36f5a79c2e
|
|
7
|
+
data.tar.gz: d5a415d604767225396be3b0a6b669c634bb6abf36411ccdebc8d432c427b4ffab6d1d69bb1081c0ff32c42759705e9303a9518f63f311cacaf2c36a6791bcfc
|
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> {
|
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: ruby
|
|
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
|