autocorrect-rb 2.3.1-x86_64-darwin → 2.3.2-x86_64-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: 0c0080f6215b261ebfb156f3a2179dbf4e70c0cccae230824f2f65e6cc9ff423
|
4
|
+
data.tar.gz: ad268cf182153c399d8957fd9cf25817da42084a29973b71e86ef98c01c096f4
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 13e41f2b19efe29a14f9a363b596620130b4d5a7b245d07f332e1c7f313dbf13ae6c2d6a6f25fd7a00a5e9b25c74f2a52609a1b540eacf56bac9fea018ba35b6
|
7
|
+
data.tar.gz: 1a6e787046dee02ad00faa39d94f338ce1112f2975224fc5902438107c7e1930f991b84cad4fa1d68128555de0ee112cc818078d32d99537b8fa21fe348e6f50
|
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: x86_64-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
|