autocorrect-rb 2.3.1-x86_64-linux → 2.3.2-x86_64-linux
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/README.md +1 -2
- data/ext/autocorrect/Cargo.toml +1 -1
- data/lib/autocorrect/2.7/autocorrect.so +0 -0
- data/lib/autocorrect/3.0/autocorrect.so +0 -0
- data/lib/autocorrect/3.1/autocorrect.so +0 -0
- 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: 39952533dd61a1f8fabb56483fde72595ba0bfef3d3b9477e687610cea447bca
|
4
|
+
data.tar.gz: 67e82178793b3fe6639c6a2d6bf2ba459e7466a5003aea13eca665ee19ade581
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 6d1f8fe3bd8bf6d738e8226ec4dd4443281e10cfee084bce6c31d2e18a8eca74f29ed63432c3bd0ad464fb99b6c6e5a2b2ecdbbca4c7b3424ae6232438d7f24a
|
7
|
+
data.tar.gz: fc8d884782faea06ddeb7d2aac1694d5fdd2a4a13227d6edb6f3e507c9f613ba805dbd22df9abd68e3644569e6dbae30d97294330a15743faef02c1791f95df1
|
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-linux
|
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
|