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 +4 -4
- data/.github/workflows/main.yml +2 -2
- data/.ruby-version +1 -1
- data/CHANGELOG.md +8 -0
- data/Gemfile.lock +20 -19
- data/lib/srx/languagetool/version.rb +1 -1
- data/lib/srx/segment.srx +312 -277
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 15d222238ca97d49bdcfd3ab55fed3ac9556cd1479ede47c6bcc126eca67db91
|
4
|
+
data.tar.gz: c67a1a5931a94b815d45147c091083ee776006e21003c95872b534158bdbd9fa
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: bd4ad4a1740d7c1f880bcfcb32acfd6b636c1491716d59d256d60ae66b0611783f134e116c1c8c16e1acf147aced8484865492fc7293fdd8f0330bf22d622a59
|
7
|
+
data.tar.gz: 6c28a74647adcd1a87e26d6c4cba540fcd38f0f71c817a4ce2a59cbcbbc6e21932aee3b56e2ad316fe11c838f48a70547c518a169495f14409acac8ada194d9b
|
data/.github/workflows/main.yml
CHANGED
@@ -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.
|
13
|
+
ruby-version: 2.7.7
|
14
14
|
- name: Install
|
15
15
|
run: |
|
16
|
-
gem install bundler -v 2.
|
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.
|
1
|
+
2.7.7
|
data/CHANGELOG.md
CHANGED
data/Gemfile.lock
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
srx-languagetool (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.
|
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.
|
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.
|
23
|
-
nokogiri (1.13.
|
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.
|
26
|
+
parser (3.1.3.0)
|
27
27
|
ast (~> 2.4.1)
|
28
|
-
racc (1.6.
|
28
|
+
racc (1.6.2)
|
29
29
|
rainbow (3.1.1)
|
30
30
|
rake (13.0.6)
|
31
|
-
regexp_parser (2.
|
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.
|
35
|
+
rspec-expectations (3.12.1)
|
36
36
|
diff-lcs (>= 1.2.0, < 2.0)
|
37
|
-
rspec-support (~> 3.
|
38
|
-
rspec-support (3.
|
39
|
-
rubocop (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.
|
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.
|
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.
|
49
|
+
rubocop-ast (1.24.1)
|
50
50
|
parser (>= 3.1.1.0)
|
51
51
|
ruby-progressbar (1.11.0)
|
52
|
-
solargraph (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.
|
71
|
-
unicode-display_width (2.
|
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.
|
91
|
+
2.4.1
|