languagetool 1.2.0 → 1.3.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 +5 -5
- data/Gemfile +3 -3
- data/Gemfile.lock +129 -73
- data/README.md +15 -5
- data/Rakefile +3 -3
- data/VERSION +1 -1
- data/languagetool.gemspec +25 -30
- data/lib/languagetool/actions/base.rb +1 -4
- data/lib/languagetool/api.rb +2 -1
- metadata +8 -9
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
|
-
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
2
|
+
SHA256:
|
|
3
|
+
metadata.gz: 28c6bdf101d13f1e0a9a9f381d61ee941623117e24d25822fb702b0dc237136f
|
|
4
|
+
data.tar.gz: ab809abfa4f382e994875fc486dc5464189258fb9291bc24ab88ff5f2afe80c0
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: fc3f222075ca4395d323fd11c20b90524bdfd67befd4969f0390332f7bdd5ca12ba48b608daea587475827a8e0fef78e0b65378ade10d7b9ce3d76d184a2e169
|
|
7
|
+
data.tar.gz: 28f88273d8c5ed4444ed0945ff3bc328c61061bb8fc0cacb924cf8f8874c1331e80c8a3ce1bafb92891b83b1ea89616b9abbf3e45af6590ee860e485d00d5da4
|
data/Gemfile
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
source 'https://rubygems.org'
|
|
2
2
|
|
|
3
|
-
ruby '
|
|
3
|
+
ruby '>= 3.0.0'
|
|
4
4
|
|
|
5
5
|
gem 'rest-client'
|
|
6
6
|
|
|
7
7
|
group :development do
|
|
8
8
|
gem 'rdoc', '~> 3.12'
|
|
9
|
-
gem 'bundler', '~>
|
|
10
|
-
gem '
|
|
9
|
+
gem 'bundler', '~> 2'
|
|
10
|
+
gem 'juwelier', '~> 2'
|
|
11
11
|
end
|
|
12
12
|
|
|
13
13
|
group :test do
|
data/Gemfile.lock
CHANGED
|
@@ -1,104 +1,160 @@
|
|
|
1
1
|
GEM
|
|
2
2
|
remote: https://rubygems.org/
|
|
3
3
|
specs:
|
|
4
|
-
activesupport (
|
|
4
|
+
activesupport (7.1.3.4)
|
|
5
|
+
base64
|
|
6
|
+
bigdecimal
|
|
5
7
|
concurrent-ruby (~> 1.0, >= 1.0.2)
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
8
|
+
connection_pool (>= 2.2.5)
|
|
9
|
+
drb
|
|
10
|
+
i18n (>= 1.6, < 2)
|
|
11
|
+
minitest (>= 5.1)
|
|
12
|
+
mutex_m
|
|
13
|
+
tzinfo (~> 2.0)
|
|
14
|
+
addressable (2.8.6)
|
|
15
|
+
public_suffix (>= 2.0.2, < 6.0)
|
|
16
|
+
base64 (0.2.0)
|
|
17
|
+
bigdecimal (3.1.8)
|
|
18
|
+
builder (3.3.0)
|
|
19
|
+
concurrent-ruby (1.3.3)
|
|
20
|
+
connection_pool (2.4.1)
|
|
21
|
+
crack (1.0.0)
|
|
22
|
+
bigdecimal
|
|
23
|
+
rexml
|
|
14
24
|
descendants_tracker (0.0.4)
|
|
15
25
|
thread_safe (~> 0.3, >= 0.3.1)
|
|
16
|
-
docile (1.
|
|
17
|
-
domain_name (0.
|
|
18
|
-
|
|
19
|
-
faraday (
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
26
|
+
docile (1.4.0)
|
|
27
|
+
domain_name (0.6.20240107)
|
|
28
|
+
drb (2.2.1)
|
|
29
|
+
faraday (1.10.3)
|
|
30
|
+
faraday-em_http (~> 1.0)
|
|
31
|
+
faraday-em_synchrony (~> 1.0)
|
|
32
|
+
faraday-excon (~> 1.1)
|
|
33
|
+
faraday-httpclient (~> 1.0)
|
|
34
|
+
faraday-multipart (~> 1.0)
|
|
35
|
+
faraday-net_http (~> 1.0)
|
|
36
|
+
faraday-net_http_persistent (~> 1.0)
|
|
37
|
+
faraday-patron (~> 1.0)
|
|
38
|
+
faraday-rack (~> 1.0)
|
|
39
|
+
faraday-retry (~> 1.0)
|
|
40
|
+
ruby2_keywords (>= 0.0.4)
|
|
41
|
+
faraday-em_http (1.0.0)
|
|
42
|
+
faraday-em_synchrony (1.0.0)
|
|
43
|
+
faraday-excon (1.1.0)
|
|
44
|
+
faraday-httpclient (1.0.1)
|
|
45
|
+
faraday-multipart (1.0.4)
|
|
46
|
+
multipart-post (~> 2)
|
|
47
|
+
faraday-net_http (1.0.1)
|
|
48
|
+
faraday-net_http_persistent (1.2.0)
|
|
49
|
+
faraday-patron (1.0.0)
|
|
50
|
+
faraday-rack (1.0.0)
|
|
51
|
+
faraday-retry (1.0.3)
|
|
52
|
+
git (2.1.1)
|
|
53
|
+
activesupport (>= 5.0)
|
|
54
|
+
addressable (~> 2.8)
|
|
55
|
+
process_executer (~> 1.1)
|
|
56
|
+
rchardet (~> 1.8)
|
|
57
|
+
github_api (0.19.0)
|
|
58
|
+
addressable (~> 2.4)
|
|
24
59
|
descendants_tracker (~> 0.0.4)
|
|
25
|
-
faraday (
|
|
26
|
-
hashie (>= 3.
|
|
27
|
-
mime-types (>= 1.16, < 3.0)
|
|
60
|
+
faraday (>= 0.8, < 2)
|
|
61
|
+
hashie (~> 3.5, >= 3.5.2)
|
|
28
62
|
oauth2 (~> 1.0)
|
|
29
|
-
hashdiff (
|
|
30
|
-
hashie (3.
|
|
31
|
-
highline (
|
|
32
|
-
http-
|
|
63
|
+
hashdiff (1.1.0)
|
|
64
|
+
hashie (3.6.0)
|
|
65
|
+
highline (3.0.1)
|
|
66
|
+
http-accept (1.7.0)
|
|
67
|
+
http-cookie (1.0.6)
|
|
33
68
|
domain_name (~> 0.5)
|
|
34
|
-
i18n (
|
|
35
|
-
|
|
69
|
+
i18n (1.14.5)
|
|
70
|
+
concurrent-ruby (~> 1.0)
|
|
71
|
+
json (1.8.6)
|
|
72
|
+
juwelier (2.4.9)
|
|
36
73
|
builder
|
|
37
|
-
bundler
|
|
38
|
-
git
|
|
74
|
+
bundler
|
|
75
|
+
git
|
|
39
76
|
github_api
|
|
40
|
-
highline
|
|
41
|
-
|
|
77
|
+
highline
|
|
78
|
+
kamelcase (~> 0)
|
|
79
|
+
nokogiri
|
|
80
|
+
psych
|
|
42
81
|
rake
|
|
43
82
|
rdoc
|
|
44
|
-
|
|
45
|
-
jwt (
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
83
|
+
semver2
|
|
84
|
+
jwt (2.8.1)
|
|
85
|
+
base64
|
|
86
|
+
kamelcase (0.0.2)
|
|
87
|
+
semver2 (~> 3)
|
|
88
|
+
mime-types (3.5.2)
|
|
89
|
+
mime-types-data (~> 3.2015)
|
|
90
|
+
mime-types-data (3.2024.0604)
|
|
91
|
+
mini_portile2 (2.8.7)
|
|
92
|
+
minitest (5.23.1)
|
|
93
|
+
multi_json (1.15.0)
|
|
50
94
|
multi_xml (0.6.0)
|
|
51
|
-
multipart-post (2.
|
|
95
|
+
multipart-post (2.4.1)
|
|
96
|
+
mutex_m (0.2.0)
|
|
52
97
|
netrc (0.11.0)
|
|
53
|
-
nokogiri (1.
|
|
54
|
-
mini_portile2 (~> 2.
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
98
|
+
nokogiri (1.16.6)
|
|
99
|
+
mini_portile2 (~> 2.8.2)
|
|
100
|
+
racc (~> 1.4)
|
|
101
|
+
oauth2 (1.4.11)
|
|
102
|
+
faraday (>= 0.17.3, < 3.0)
|
|
103
|
+
jwt (>= 1.0, < 3.0)
|
|
58
104
|
multi_json (~> 1.3)
|
|
59
105
|
multi_xml (~> 0.5)
|
|
60
|
-
rack (>= 1.2, <
|
|
61
|
-
power_assert (
|
|
62
|
-
|
|
63
|
-
|
|
106
|
+
rack (>= 1.2, < 4)
|
|
107
|
+
power_assert (2.0.3)
|
|
108
|
+
process_executer (1.1.0)
|
|
109
|
+
psych (5.1.2)
|
|
110
|
+
stringio
|
|
111
|
+
public_suffix (5.1.0)
|
|
112
|
+
racc (1.8.0)
|
|
113
|
+
rack (3.1.3)
|
|
114
|
+
rake (13.2.1)
|
|
115
|
+
rchardet (1.8.0)
|
|
64
116
|
rdoc (3.12.2)
|
|
65
117
|
json (~> 1.4)
|
|
66
|
-
rest-client (2.0
|
|
118
|
+
rest-client (2.1.0)
|
|
119
|
+
http-accept (>= 1.7.0, < 2.0)
|
|
67
120
|
http-cookie (>= 1.0.2, < 2.0)
|
|
68
121
|
mime-types (>= 1.16, < 4.0)
|
|
69
122
|
netrc (~> 0.8)
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
shoulda
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
123
|
+
rexml (3.3.0)
|
|
124
|
+
strscan
|
|
125
|
+
ruby2_keywords (0.0.5)
|
|
126
|
+
semver2 (3.4.2)
|
|
127
|
+
shoulda (4.0.0)
|
|
128
|
+
shoulda-context (~> 2.0)
|
|
129
|
+
shoulda-matchers (~> 4.0)
|
|
130
|
+
shoulda-context (2.0.0)
|
|
131
|
+
shoulda-matchers (4.5.1)
|
|
132
|
+
activesupport (>= 4.2.0)
|
|
133
|
+
simplecov (0.22.0)
|
|
134
|
+
docile (~> 1.1)
|
|
135
|
+
simplecov-html (~> 0.11)
|
|
136
|
+
simplecov_json_formatter (~> 0.1)
|
|
137
|
+
simplecov-html (0.12.3)
|
|
138
|
+
simplecov_json_formatter (0.1.4)
|
|
139
|
+
stringio (3.1.1)
|
|
140
|
+
strscan (3.1.0)
|
|
141
|
+
test-unit (3.6.2)
|
|
83
142
|
power_assert
|
|
84
143
|
thread_safe (0.3.6)
|
|
85
|
-
tzinfo (
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
vcr (3.0.3)
|
|
91
|
-
webmock (3.0.1)
|
|
92
|
-
addressable (>= 2.3.6)
|
|
144
|
+
tzinfo (2.0.6)
|
|
145
|
+
concurrent-ruby (~> 1.0)
|
|
146
|
+
vcr (6.2.0)
|
|
147
|
+
webmock (3.23.1)
|
|
148
|
+
addressable (>= 2.8.0)
|
|
93
149
|
crack (>= 0.3.2)
|
|
94
|
-
hashdiff
|
|
150
|
+
hashdiff (>= 0.4.0, < 2.0.0)
|
|
95
151
|
|
|
96
152
|
PLATFORMS
|
|
97
153
|
ruby
|
|
98
154
|
|
|
99
155
|
DEPENDENCIES
|
|
100
|
-
bundler (~>
|
|
101
|
-
|
|
156
|
+
bundler (~> 2)
|
|
157
|
+
juwelier (~> 2)
|
|
102
158
|
rdoc (~> 3.12)
|
|
103
159
|
rest-client
|
|
104
160
|
shoulda
|
|
@@ -108,7 +164,7 @@ DEPENDENCIES
|
|
|
108
164
|
webmock
|
|
109
165
|
|
|
110
166
|
RUBY VERSION
|
|
111
|
-
ruby
|
|
167
|
+
ruby 3.3.3p89
|
|
112
168
|
|
|
113
169
|
BUNDLED WITH
|
|
114
|
-
|
|
170
|
+
2.5.9
|
data/README.md
CHANGED
|
@@ -1,14 +1,12 @@
|
|
|
1
|
-
[](https://badge.fury.io/rb/languagetool) [](https://badge.fury.io/rb/languagetool) [](https://circleci.com/gh/wikiti/languagetool-ruby)
|
|
2
2
|
|
|
3
3
|
# languagetool
|
|
4
4
|
|
|
5
|
-
<img src="https://gitlab.com/uploads/project/avatar/1507736/languagetool-ruby.png" width="200">
|
|
6
|
-
|
|
7
5
|
A simple ruby wrapper for the LanguageTool HTTP API. This gem is only compatible with LanguageTool 3.4 and above.
|
|
8
6
|
|
|
9
7
|
Please visit the this [link](https://languagetool.org/http-api/swagger-ui/#/default) for more information about the public LanguageTool HTTP API, and its allowed parameters.
|
|
10
8
|
|
|
11
|
-
This project uses [`
|
|
9
|
+
This project uses [`juwelier`](https://github.com/technicalpickles/juwelier) for managing and releasing this gem.
|
|
12
10
|
|
|
13
11
|
## Installation
|
|
14
12
|
|
|
@@ -41,6 +39,18 @@ api = LanguageTool::API.new # Public LanguageTool API by default
|
|
|
41
39
|
|
|
42
40
|
Please bear in mind that Ruby uses underscore names (`long_code`), while the LanguageTool API uses camelcase names (`longCode`).
|
|
43
41
|
|
|
42
|
+
The gem also works with the [premium API](https://languagetool.org/http-api/) too, just set the username and the API key when initializing the API:
|
|
43
|
+
|
|
44
|
+
```ruby
|
|
45
|
+
LanguageTool::API.new(
|
|
46
|
+
base_uri: 'https://api.languagetoolplus.com/v2',
|
|
47
|
+
common_query_params: {
|
|
48
|
+
username: '...',
|
|
49
|
+
api_key: '...'
|
|
50
|
+
}
|
|
51
|
+
)
|
|
52
|
+
```
|
|
53
|
+
|
|
44
54
|
### Available languages
|
|
45
55
|
|
|
46
56
|
You can retrieve the available languages with `languages` method:
|
|
@@ -91,7 +101,7 @@ Then, use your custom local or remote url in your ruby code:
|
|
|
91
101
|
|
|
92
102
|
```ruby
|
|
93
103
|
require 'languagetool'
|
|
94
|
-
api = LanguageTool::API.new base_uri: 'http://localhost:8081/v2
|
|
104
|
+
api = LanguageTool::API.new base_uri: 'http://localhost:8081/v2'
|
|
95
105
|
```
|
|
96
106
|
|
|
97
107
|
## Custom options
|
data/Rakefile
CHANGED
|
@@ -11,8 +11,8 @@ rescue Bundler::BundlerError => e
|
|
|
11
11
|
end
|
|
12
12
|
require 'rake'
|
|
13
13
|
|
|
14
|
-
require '
|
|
15
|
-
|
|
14
|
+
require 'juwelier'
|
|
15
|
+
Juwelier::Tasks.new do |gem|
|
|
16
16
|
# gem is a Gem::Specification... see http://guides.rubygems.org/specification-reference/ for more options
|
|
17
17
|
gem.name = "languagetool"
|
|
18
18
|
gem.homepage = "https://github.com/wikiti/languagetool-ruby"
|
|
@@ -22,7 +22,7 @@ Jeweler::Tasks.new do |gem|
|
|
|
22
22
|
gem.email = 'info@danielherzog.es'
|
|
23
23
|
gem.authors = ['Daniel Herzog']
|
|
24
24
|
end
|
|
25
|
-
|
|
25
|
+
Juwelier::RubygemsDotOrgTasks.new
|
|
26
26
|
|
|
27
27
|
require 'rake/testtask'
|
|
28
28
|
Rake::TestTask.new(:test) do |test|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.3.0
|
data/languagetool.gemspec
CHANGED
|
@@ -1,19 +1,19 @@
|
|
|
1
|
-
# Generated by
|
|
1
|
+
# Generated by juwelier
|
|
2
2
|
# DO NOT EDIT THIS FILE DIRECTLY
|
|
3
|
-
# Instead, edit
|
|
3
|
+
# Instead, edit Juwelier::Tasks in Rakefile, and run 'rake gemspec'
|
|
4
4
|
# -*- encoding: utf-8 -*-
|
|
5
|
-
# stub: languagetool 1.
|
|
5
|
+
# stub: languagetool 1.3.0 ruby lib
|
|
6
6
|
|
|
7
7
|
Gem::Specification.new do |s|
|
|
8
|
-
s.name = "languagetool"
|
|
9
|
-
s.version = "1.
|
|
8
|
+
s.name = "languagetool".freeze
|
|
9
|
+
s.version = "1.3.0"
|
|
10
10
|
|
|
11
|
-
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
|
12
|
-
s.require_paths = ["lib"]
|
|
13
|
-
s.authors = ["Daniel Herzog"]
|
|
14
|
-
s.date = "
|
|
15
|
-
s.description = "Gem wrapper for the LanguageTool API (public or private). It allows to correct texts."
|
|
16
|
-
s.email = "info@danielherzog.es"
|
|
11
|
+
s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version=
|
|
12
|
+
s.require_paths = ["lib".freeze]
|
|
13
|
+
s.authors = ["Daniel Herzog".freeze]
|
|
14
|
+
s.date = "2024-06-15"
|
|
15
|
+
s.description = "Gem wrapper for the LanguageTool API (public or private). It allows to correct texts.".freeze
|
|
16
|
+
s.email = "info@danielherzog.es".freeze
|
|
17
17
|
s.extra_rdoc_files = [
|
|
18
18
|
"LICENSE.txt",
|
|
19
19
|
"README.md"
|
|
@@ -47,30 +47,25 @@ Gem::Specification.new do |s|
|
|
|
47
47
|
"test/test_check.rb",
|
|
48
48
|
"test/test_languages.rb"
|
|
49
49
|
]
|
|
50
|
-
s.homepage = "https://github.com/wikiti/languagetool-ruby"
|
|
51
|
-
s.licenses = ["MIT"]
|
|
52
|
-
s.rubygems_version = "
|
|
53
|
-
s.summary = "Gem wrapper for the LanguageTool API (public or private)"
|
|
50
|
+
s.homepage = "https://github.com/wikiti/languagetool-ruby".freeze
|
|
51
|
+
s.licenses = ["MIT".freeze]
|
|
52
|
+
s.rubygems_version = "3.3.7".freeze
|
|
53
|
+
s.summary = "Gem wrapper for the LanguageTool API (public or private)".freeze
|
|
54
54
|
|
|
55
55
|
if s.respond_to? :specification_version then
|
|
56
56
|
s.specification_version = 4
|
|
57
|
+
end
|
|
57
58
|
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
else
|
|
64
|
-
s.add_dependency(%q<rest-client>, [">= 0"])
|
|
65
|
-
s.add_dependency(%q<rdoc>, ["~> 3.12"])
|
|
66
|
-
s.add_dependency(%q<bundler>, ["~> 1.0"])
|
|
67
|
-
s.add_dependency(%q<jeweler>, ["~> 2.0.1"])
|
|
68
|
-
end
|
|
59
|
+
if s.respond_to? :add_runtime_dependency then
|
|
60
|
+
s.add_runtime_dependency(%q<rest-client>.freeze, [">= 0"])
|
|
61
|
+
s.add_development_dependency(%q<rdoc>.freeze, ["~> 3.12"])
|
|
62
|
+
s.add_development_dependency(%q<bundler>.freeze, ["~> 2"])
|
|
63
|
+
s.add_development_dependency(%q<juwelier>.freeze, ["~> 2"])
|
|
69
64
|
else
|
|
70
|
-
s.add_dependency(%q<rest-client
|
|
71
|
-
s.add_dependency(%q<rdoc
|
|
72
|
-
s.add_dependency(%q<bundler
|
|
73
|
-
s.add_dependency(%q<
|
|
65
|
+
s.add_dependency(%q<rest-client>.freeze, [">= 0"])
|
|
66
|
+
s.add_dependency(%q<rdoc>.freeze, ["~> 3.12"])
|
|
67
|
+
s.add_dependency(%q<bundler>.freeze, ["~> 2"])
|
|
68
|
+
s.add_dependency(%q<juwelier>.freeze, ["~> 2"])
|
|
74
69
|
end
|
|
75
70
|
end
|
|
76
71
|
|
|
@@ -24,15 +24,12 @@ module LanguageTool
|
|
|
24
24
|
"#{api.base_uri}/#{path}"
|
|
25
25
|
end
|
|
26
26
|
|
|
27
|
-
def default_query
|
|
28
|
-
{}
|
|
29
|
-
end
|
|
30
|
-
|
|
31
27
|
def underscore_to_camelcase(str)
|
|
32
28
|
str.to_s.gsub(/_(.)/) { |match| "#{match[1].upcase}" }
|
|
33
29
|
end
|
|
34
30
|
|
|
35
31
|
def normalize_query(q)
|
|
32
|
+
q = api.common_query_params.merge(q)
|
|
36
33
|
Hash[q.map { |k, v| [underscore_to_camelcase(k), v] }].select { |k, v| v }
|
|
37
34
|
end
|
|
38
35
|
end
|
data/lib/languagetool/api.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: languagetool
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.3.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Daniel Herzog
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2024-06-15 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rest-client
|
|
@@ -44,28 +44,28 @@ dependencies:
|
|
|
44
44
|
requirements:
|
|
45
45
|
- - "~>"
|
|
46
46
|
- !ruby/object:Gem::Version
|
|
47
|
-
version: '
|
|
47
|
+
version: '2'
|
|
48
48
|
type: :development
|
|
49
49
|
prerelease: false
|
|
50
50
|
version_requirements: !ruby/object:Gem::Requirement
|
|
51
51
|
requirements:
|
|
52
52
|
- - "~>"
|
|
53
53
|
- !ruby/object:Gem::Version
|
|
54
|
-
version: '
|
|
54
|
+
version: '2'
|
|
55
55
|
- !ruby/object:Gem::Dependency
|
|
56
|
-
name:
|
|
56
|
+
name: juwelier
|
|
57
57
|
requirement: !ruby/object:Gem::Requirement
|
|
58
58
|
requirements:
|
|
59
59
|
- - "~>"
|
|
60
60
|
- !ruby/object:Gem::Version
|
|
61
|
-
version: 2
|
|
61
|
+
version: '2'
|
|
62
62
|
type: :development
|
|
63
63
|
prerelease: false
|
|
64
64
|
version_requirements: !ruby/object:Gem::Requirement
|
|
65
65
|
requirements:
|
|
66
66
|
- - "~>"
|
|
67
67
|
- !ruby/object:Gem::Version
|
|
68
|
-
version: 2
|
|
68
|
+
version: '2'
|
|
69
69
|
description: Gem wrapper for the LanguageTool API (public or private). It allows to
|
|
70
70
|
correct texts.
|
|
71
71
|
email: info@danielherzog.es
|
|
@@ -121,8 +121,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
121
121
|
- !ruby/object:Gem::Version
|
|
122
122
|
version: '0'
|
|
123
123
|
requirements: []
|
|
124
|
-
|
|
125
|
-
rubygems_version: 2.4.5.1
|
|
124
|
+
rubygems_version: 3.3.7
|
|
126
125
|
signing_key:
|
|
127
126
|
specification_version: 4
|
|
128
127
|
summary: Gem wrapper for the LanguageTool API (public or private)
|