autocorrect-rb 2.3.1-arm64-darwin → 2.3.2-arm64-darwin

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: 208f8d3f2ff727f5b4e8b7efd78e156314d749b52c471c80abbc813d9b6c2a04
4
- data.tar.gz: b22a2c9517c694f4d190e3dcdd05ba1e08b4a5a364dc4b04a0fdf3a84f0579df
3
+ metadata.gz: a669ad1a15477fd0a2a7ef55dc58099738558fe67bfe30da16e5fa721a0d022d
4
+ data.tar.gz: 22b5b6ecafddb11bd06ea789d4a11a47b5ffebb526c53458d41102382eca1e50
5
5
  SHA512:
6
- metadata.gz: 451c9a0b4149d4b1ea502c244b89290de13fb8fe54dfa8a867428184a24b36c134a2e8a4df58bdc7b82271351f8d51a6885b1c1abfae25b2fe57494338e3c120
7
- data.tar.gz: 5094d64b1e0d84831154c34d8fab5eccdd27c5c3cef39bb3d0f1f4b7116a82d30874c4b9a782f71f9fe5e7d0c89f0ffab9123ccb077de483fc4b229326e3bd4f
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
-
@@ -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: arm64-darwin
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