autocorrect-rb 2.5.5-x86_64-linux → 2.5.6.pre1-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: 33f93da22b309e6e09b6ff22a0fdba4721ec3cd40f4a5dff99b85d3c95c40dea
4
- data.tar.gz: 790cee4e0020226cd384a2a8325951d298a17bb390e2abf30fb3efc9a7f266dc
3
+ metadata.gz: cb65453d4b9439c4fafd6460c3cc064ce528ad9ccb58f713693b438ba34f3016
4
+ data.tar.gz: 7a71a7538054f4b0cbf7e425723d565553d5d930f215cac29b13599932936fa8
5
5
  SHA512:
6
- metadata.gz: 8b2817f301f5414a76acb7d2913f502ac6c9687f88f277d5adec432fe7b75b6a6fc205bb237d8ecda4720b25f4ff48f341d498fd4d12aeb65a7d54e3de3b104d
7
- data.tar.gz: 68094e84b53e0b013879a26ec5db3b3531dbbb6870ae2aaabe70bc31cfb254a67757632734ea0b29e842564f212b7b5a9f03ecc09bc797f2c3f68ccc6575d6a9
6
+ metadata.gz: fbb67572402bd38a87b065690c53a60ffa500235f3f9f354eca2eb2d4c67b3ebce22d861d7aa34324d131ceafc87e1503c90cbdf5d2af4437bbc860b3a2f951a
7
+ data.tar.gz: a016236b6eba51241c88c34ab82b7b56f82c4f4972826734857d499f8b0840333ca18aa986d0ab45c168f2f7c10ac59091d44cdcacfaac50f9dfc195f5d70c85
data/Rakefile CHANGED
@@ -1,3 +1,4 @@
1
+ # autocorrect: false
1
2
  require "rubygems"
2
3
 
3
4
  begin
@@ -9,5 +9,5 @@ crate-type = ["cdylib"]
9
9
  name = "autocorrect"
10
10
 
11
11
  [dependencies]
12
- autocorrect = {path = "../../../autocorrect", version = ">=1.0.0"}
13
- magnus = "0.3"
12
+ autocorrect = "2"
13
+ magnus = "0.4"
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.5.5
4
+ version: 2.5.6.pre1
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-12-22 00:00:00.000000000 Z
11
+ date: 2023-01-03 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rb_sys
@@ -59,11 +59,11 @@ required_ruby_version: !ruby/object:Gem::Requirement
59
59
  version: 3.2.dev
60
60
  required_rubygems_version: !ruby/object:Gem::Requirement
61
61
  requirements:
62
- - - ">="
62
+ - - ">"
63
63
  - !ruby/object:Gem::Version
64
- version: '0'
64
+ version: 1.3.1
65
65
  requirements: []
66
- rubygems_version: 3.4.0.dev
66
+ rubygems_version: 3.3.22
67
67
  signing_key:
68
68
  specification_version: 4
69
69
  summary: AutoCorrect is a linter and formatter to help you to improve copywriting.