autocorrect-rb 2.3.1-x86_64-linux → 2.4.0-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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: c420697a5f33e4455c8aee54c770fb05999409ef3b75871741551b65c0dc59d9
4
- data.tar.gz: 320158d8fb7908549c358a14c90494b0ecd0a5551161250af5d206b38b15b76e
3
+ metadata.gz: 845856b16663aa450d919e2c4009e177ff8f54ccc1151b58bcae56e827541bac
4
+ data.tar.gz: 2a97cbcd96ba7b4be9447ef0fd69c91cca9331c6a1d847d70f52c33392648542
5
5
  SHA512:
6
- metadata.gz: 0602ffd57a963d1b4eb432bb499a7cd5e3d9778221245e113059428a7876f381937b9a1dc8ee445c1611008b5c75fd08ca42c6c0f71517e994c780af98eb5d52
7
- data.tar.gz: c91ab00d927159ded14f690f329b8426db092f818a3d646d85e296be0b274886432ea8420a8f05369611c77dad0a860766f0448c14ff4206f3b174c9fd9e9fcb
6
+ metadata.gz: 52ce1bb30d1e920543fab77028ee91acdec1b8b1573b28a2dddb809ac95226059b260f8bf01190c49ec4ade44f5504784e5bb24f7dfe0b4f514d66557735bb2c
7
+ data.tar.gz: 2121884d734869fcd2bda8110a6961199a1ff76f56a9e89207ffaf812284f570f2ee1e4ad5acccd5b3652b08231d9f216ce240ce9f1a7892732e60d3b52075bc
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.4.0"
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.4.0
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-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rb_sys