autocorrect-rb 2.3.1-arm64-darwin → 2.3.2-arm64-darwin
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: a669ad1a15477fd0a2a7ef55dc58099738558fe67bfe30da16e5fa721a0d022d
|
4
|
+
data.tar.gz: 22b5b6ecafddb11bd06ea789d4a11a47b5ffebb526c53458d41102382eca1e50
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a7efa226ca1cbb2ded5a25bf9d673f989b76159cd4584f20b4ef9f18af2f4d9bc01b5691f51bf9fabc719aa94488b39738c6d2795c26aa4adab3ee7b50bdd748
|
7
|
+
data.tar.gz: 6cc44670f01e2f3e1cd07b69024c865b422f78ba2a58fadaeae2ca8b3d5ee9e38a452d374ec1cc8b1a84e4e09b04b580838250ec27d6c28d08f9e12b023459a3
|
data/README.md
CHANGED
@@ -8,6 +8,7 @@ The Native Ruby version of [AutoCorrect](https://github.com/huacnlee/autocorrect
|
|
8
8
|
- Python - [autocorrect-py](https://github.com/huacnlee/autocorrect/tree/main/autocorrect-py)
|
9
9
|
- Node.js - [autocorrect-node](https://github.com/huacnlee/autocorrect/tree/main/autocorrect-node)
|
10
10
|
- JavaScript (Browser) - [autocorrect-wasm](https://github.com/huacnlee/autocorrect/tree/main/autocorrect-wasm)
|
11
|
+
- Java - [autocorrect-java](https://github.com/huacnlee/autocorrect/tree/main/autocorrect-java)
|
11
12
|
|
12
13
|
## Installation
|
13
14
|
|
@@ -90,5 +91,3 @@ $ bundle lock --remove-platform ruby
|
|
90
91
|
```
|
91
92
|
|
92
93
|
Because of autocorrect-rb not release the gem for `platform: ruby`, but your `Gemfile.lock` specialed that. This command will remove `ruby` platform from your `Gemfile.lock`
|
93
|
-
|
94
|
-
|
data/ext/autocorrect/Cargo.toml
CHANGED
Binary file
|
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.3.
|
4
|
+
version: 2.3.2
|
5
5
|
platform: arm64-darwin
|
6
6
|
authors:
|
7
7
|
- Jason Lee
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2022-10-
|
11
|
+
date: 2022-10-25 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rb_sys
|