srx-languagetool 0.7.0 → 0.9.0

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: c277febbbdec765f5eeba65cdc43dd661ddf807a53f2e2858f0e321eccdf3459
4
- data.tar.gz: 34aa30e138bddfacd30ed8f9a48f45d4e91afa5c4e4a789d3208860c1bbd608e
3
+ metadata.gz: 15d222238ca97d49bdcfd3ab55fed3ac9556cd1479ede47c6bcc126eca67db91
4
+ data.tar.gz: c67a1a5931a94b815d45147c091083ee776006e21003c95872b534158bdbd9fa
5
5
  SHA512:
6
- metadata.gz: 62a56ee4d2cb0ba5fe16181681561a829f7f59f84155753d896fa6dc6153bd238ed9de8337cea2e75ac6c83e94381d84a0ede80c2bbcff1648fe97c57f3d5fed
7
- data.tar.gz: 66d09127f9eb76307bd38938c619a6099c0ff941bcd3c33b51e4c130c0d4373ea12cdb080bec1aab783e4070c0d5d70fa2e97a4d64d1c394390316630012e0b3
6
+ metadata.gz: bd4ad4a1740d7c1f880bcfcb32acfd6b636c1491716d59d256d60ae66b0611783f134e116c1c8c16e1acf147aced8484865492fc7293fdd8f0330bf22d622a59
7
+ data.tar.gz: 6c28a74647adcd1a87e26d6c4cba540fcd38f0f71c817a4ce2a59cbcbbc6e21932aee3b56e2ad316fe11c838f48a70547c518a169495f14409acac8ada194d9b
@@ -10,10 +10,10 @@ jobs:
10
10
  - name: Set up Ruby
11
11
  uses: ruby/setup-ruby@v1
12
12
  with:
13
- ruby-version: 2.7.6
13
+ ruby-version: 2.7.7
14
14
  - name: Install
15
15
  run: |
16
- gem install bundler -v 2.3.17
16
+ gem install bundler -v 2.4.1
17
17
  bundle install
18
18
  - name: Type check
19
19
  run: bundle exec solargraph typecheck --level typed
data/.ruby-version CHANGED
@@ -1 +1 @@
1
- 2.7.6
1
+ 2.7.7
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  ## [Unreleased]
2
2
 
3
+ ## [0.9.0] - 2022-12-30
4
+
5
+ - Update rules to LanguageTool 6.0
6
+
7
+ ## [0.8.0] - 2022-09-29
8
+
9
+ - Update rules to LanguageTool 5.9
10
+
3
11
  ## [0.7.0] - 2022-07-04
4
12
 
5
13
  - Update rules to LanguageTool 5.8
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- srx-languagetool (0.7.0)
4
+ srx-languagetool (0.9.0)
5
5
  srx (< 1.0)
6
6
 
7
7
  GEM
@@ -9,47 +9,47 @@ GEM
9
9
  specs:
10
10
  ast (2.4.2)
11
11
  backport (1.2.0)
12
- benchmark (0.2.0)
12
+ benchmark (0.2.1)
13
13
  byebug (11.1.3)
14
14
  diff-lcs (1.5.0)
15
15
  e2mmap (0.1.0)
16
16
  jaro_winkler (1.5.4)
17
- json (2.6.2)
17
+ json (2.6.3)
18
18
  kramdown (2.4.0)
19
19
  rexml
20
20
  kramdown-parser-gfm (1.1.0)
21
21
  kramdown (~> 2.0)
22
- minitest (5.16.2)
23
- nokogiri (1.13.6-x86_64-darwin)
22
+ minitest (5.16.3)
23
+ nokogiri (1.13.10-x86_64-darwin)
24
24
  racc (~> 1.4)
25
25
  parallel (1.22.1)
26
- parser (3.1.2.0)
26
+ parser (3.1.3.0)
27
27
  ast (~> 2.4.1)
28
- racc (1.6.0)
28
+ racc (1.6.2)
29
29
  rainbow (3.1.1)
30
30
  rake (13.0.6)
31
- regexp_parser (2.5.0)
31
+ regexp_parser (2.6.1)
32
32
  reverse_markdown (2.1.1)
33
33
  nokogiri
34
34
  rexml (3.2.5)
35
- rspec-expectations (3.11.0)
35
+ rspec-expectations (3.12.1)
36
36
  diff-lcs (>= 1.2.0, < 2.0)
37
- rspec-support (~> 3.11.0)
38
- rspec-support (3.11.0)
39
- rubocop (1.31.1)
37
+ rspec-support (~> 3.12.0)
38
+ rspec-support (3.12.0)
39
+ rubocop (1.41.1)
40
40
  json (~> 2.3)
41
41
  parallel (~> 1.10)
42
- parser (>= 3.1.0.0)
42
+ parser (>= 3.1.2.1)
43
43
  rainbow (>= 2.2.2, < 4.0)
44
44
  regexp_parser (>= 1.8, < 3.0)
45
45
  rexml (>= 3.2.5, < 4.0)
46
- rubocop-ast (>= 1.18.0, < 2.0)
46
+ rubocop-ast (>= 1.23.0, < 2.0)
47
47
  ruby-progressbar (~> 1.7)
48
48
  unicode-display_width (>= 1.4.0, < 3.0)
49
- rubocop-ast (1.18.0)
49
+ rubocop-ast (1.24.1)
50
50
  parser (>= 3.1.1.0)
51
51
  ruby-progressbar (1.11.0)
52
- solargraph (0.45.0)
52
+ solargraph (0.48.0)
53
53
  backport (~> 1.2)
54
54
  benchmark
55
55
  bundler (>= 1.17.2)
@@ -67,8 +67,8 @@ GEM
67
67
  srx (0.6.0)
68
68
  nokogiri (~> 1.11)
69
69
  thor (1.2.1)
70
- tilt (2.0.10)
71
- unicode-display_width (2.2.0)
70
+ tilt (2.0.11)
71
+ unicode-display_width (2.3.0)
72
72
  webrick (1.7.0)
73
73
  yard (0.9.28)
74
74
  webrick (~> 1.7.0)
@@ -76,6 +76,7 @@ GEM
76
76
  PLATFORMS
77
77
  x86_64-darwin-20
78
78
  x86_64-darwin-21
79
+ x86_64-darwin-22
79
80
 
80
81
  DEPENDENCIES
81
82
  byebug
@@ -87,4 +88,4 @@ DEPENDENCIES
87
88
  srx-languagetool!
88
89
 
89
90
  BUNDLED WITH
90
- 2.3.17
91
+ 2.4.1
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Srx
4
4
  module Languagetool
5
- VERSION = '0.7.0'
5
+ VERSION = '0.9.0'
6
6
  end
7
7
  end