autocorrect-rb 2.3.1-x86_64-linux → 2.3.2-x86_64-linux

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: c420697a5f33e4455c8aee54c770fb05999409ef3b75871741551b65c0dc59d9
4
- data.tar.gz: 320158d8fb7908549c358a14c90494b0ecd0a5551161250af5d206b38b15b76e
3
+ metadata.gz: 39952533dd61a1f8fabb56483fde72595ba0bfef3d3b9477e687610cea447bca
4
+ data.tar.gz: 67e82178793b3fe6639c6a2d6bf2ba459e7466a5003aea13eca665ee19ade581
5
5
  SHA512:
6
- metadata.gz: 0602ffd57a963d1b4eb432bb499a7cd5e3d9778221245e113059428a7876f381937b9a1dc8ee445c1611008b5c75fd08ca42c6c0f71517e994c780af98eb5d52
7
- data.tar.gz: c91ab00d927159ded14f690f329b8426db092f818a3d646d85e296be0b274886432ea8420a8f05369611c77dad0a860766f0448c14ff4206f3b174c9fd9e9fcb
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
-
@@ -1,7 +1,7 @@
1
1
  [package]
2
2
  edition = "2021"
3
3
  name = "autocorrect-rb"
4
- version = "2.1.1"
4
+ version = "2.3.2"
5
5
 
6
6
  # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
7
7
  [lib]
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.1
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-21 00:00:00.000000000 Z
11
+ date: 2022-10-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rb_sys