wwwjdic 13.0.1 → 14.0.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/CHANGELOG +19 -1
- data/Gemfile +1 -1
- data/README.md +79 -73
- data/Rakefile +2 -2
- data/acknowledgements.md +2 -2
- data/authors.md +2 -2
- data/copyright.md +4 -4
- data/examples/basics.rb +1 -1
- data/examples/translate.rb +1 -1
- data/examples/uri.rb +1 -1
- data/html/CHANGELOG.html +28 -7
- data/html/COPYING_md.html +7 -6
- data/html/Gemfile.html +8 -7
- data/html/Object.html +7 -4
- data/html/README_md.html +34 -47
- data/html/Rakefile.html +10 -9
- data/html/WWWJDic.html +11 -8
- data/html/WWWJDic/ParsableDuckType.html +9 -6
- data/html/WWWJDic/Parser.html +9 -6
- data/html/WWWJDic/Parsers.html +7 -4
- data/html/WWWJDic/Parsers/Dict.html +8 -5
- data/html/WWWJDic/Parsers/Display.html +8 -5
- data/html/WWWJDic/Parsers/Key.html +8 -5
- data/html/WWWJDic/Parsers/Search.html +8 -5
- data/html/WWWJDic/Parsers/Server.html +8 -5
- data/html/WWWJDic/Splitter.html +8 -5
- data/html/WWWJDic/Utils.html +8 -5
- data/html/WWWJDic/Utils/Downloader.html +7 -4
- data/html/WWWJDic/Utils/Downloader/Downloader.html +7 -4
- data/html/WWWJDic/Utils/Raisers.html +23 -20
- data/html/WWWJDic/WWWJDic.html +14 -11
- data/html/acknowledgements_md.html +9 -8
- data/html/authors_md.html +9 -8
- data/html/copyright_md.html +198 -195
- data/html/created.rid +57 -58
- data/html/css/rdoc.css +35 -6
- data/html/index.html +34 -47
- data/html/js/darkfish.js +22 -99
- data/html/js/navigation.js +4 -40
- data/html/js/navigation.js.gz +0 -0
- data/html/js/search.js +32 -31
- data/html/js/search_index.js +1 -1
- data/html/js/search_index.js.gz +0 -0
- data/html/js/searcher.js +6 -6
- data/html/js/searcher.js.gz +0 -0
- data/html/table_of_contents.html +10 -10
- data/lib/wwwjdic.rb +4 -2
- data/lib/wwwjdic/application.rb +8 -8
- data/lib/wwwjdic/constants.rb +1 -1
- data/lib/wwwjdic/locales/de.yml +3 -1
- data/lib/wwwjdic/locales/en.yml +3 -1
- data/lib/wwwjdic/locales/es.yml +3 -1
- data/lib/wwwjdic/locales/fr.yml +3 -2
- data/lib/wwwjdic/locales/hu.yml +3 -2
- data/lib/wwwjdic/locales/it.yml +3 -2
- data/lib/wwwjdic/locales/ja.yml +3 -3
- data/lib/wwwjdic/locales/nl.yml +3 -1
- data/lib/wwwjdic/locales/ru.yml +3 -1
- data/lib/wwwjdic/locales/sl.yml +3 -1
- data/lib/wwwjdic/locales/sv.yml +3 -1
- data/lib/wwwjdic/parser.rb +3 -3
- data/lib/wwwjdic/parsers/dict.rb +2 -2
- data/lib/wwwjdic/parsers/display.rb +2 -2
- data/lib/wwwjdic/parsers/key.rb +2 -2
- data/lib/wwwjdic/parsers/search.rb +2 -2
- data/lib/wwwjdic/parsers/server.rb +2 -2
- data/lib/wwwjdic/utils/downloader.rb +2 -2
- data/lib/wwwjdic/utils/raisers.rb +4 -3
- data/lib/wwwjdic/utils/splitter.rb +2 -2
- data/lib/wwwjdic/version.rb +16 -8
- data/test/test_helper.rb +4 -1
- data/test/test_wwwjdic.rb +4 -4
- data/test/wwwjdic/locales/de.yml +1 -1
- data/test/wwwjdic/locales/en.yml +1 -1
- data/test/wwwjdic/locales/es.yml +1 -1
- data/test/wwwjdic/locales/fr.yml +1 -1
- data/test/wwwjdic/locales/hu.yml +1 -1
- data/test/wwwjdic/locales/it.yml +3 -3
- data/test/wwwjdic/locales/ja.yml +1 -1
- data/test/wwwjdic/locales/nl.yml +1 -1
- data/test/wwwjdic/locales/ru.yml +1 -1
- data/test/wwwjdic/locales/sl.yml +1 -1
- data/test/wwwjdic/locales/sv.yml +1 -1
- data/test/wwwjdic/locales/test_locales.rb +11 -11
- data/test/wwwjdic/parsers/test_dict.rb +4 -4
- data/test/wwwjdic/parsers/test_display.rb +4 -4
- data/test/wwwjdic/parsers/test_key.rb +3 -3
- data/test/wwwjdic/parsers/test_server.rb +4 -4
- data/test/wwwjdic/test_application.rb +30 -30
- data/test/wwwjdic/test_parsable_duck_type.rb +3 -3
- data/test/wwwjdic/utils/test_downloader.rb +1 -1
- data/test/wwwjdic/utils/test_raisers.rb +1 -1
- data/wwwjdic.gemspec +15 -14
- metadata +26 -28
- data/html/js/jquery.js +0 -4
- data/html/wwwjdic_gemspec.html +0 -161
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 380e8ad232928dd7bfec1d0fc723cba15663e6e78448ac496ca6e8866c2a6eee
|
4
|
+
data.tar.gz: 60a0c44422d1782c80517a9b2f56ea23e395421a82a29ea8728c7cca08d2a2e1
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c0cc6224665ee383e667468d1a46c662a8d2fa8d9ebf9087134bd5d7ee884b62da536c80b5eac4a7d602184a84f0afc3be466ee1486f0ee13d0b2277f553391d
|
7
|
+
data.tar.gz: 1f30a13011f45c5f86d52977aab49135309c431fa0a4a243d2525605f9547ff353029e5ab57eef295da20b2bb7297ebaa1c6a462e20a0471b46e2d0d5df244ca
|
data/CHANGELOG
CHANGED
@@ -1,3 +1,21 @@
|
|
1
|
+
= Version 14.0.0
|
2
|
+
* MAJOR update from Ruby '~> 2.6' to Ruby '~> 2.7'.
|
3
|
+
* MINOR update IntelliJ IDEA (RubyGem) project configuration.
|
4
|
+
* MINOR add simplecov code coverage.
|
5
|
+
* PATCH update gem dependencies.
|
6
|
+
* PATCH change all asserts to matchers
|
7
|
+
* PATCH update copyright notice
|
8
|
+
* PATCH Fix deprecated methods calls for Minitest version 6.
|
9
|
+
* IN PROGRESS: translation example.
|
10
|
+
* IN PROGRESS: restoring key configuration as allowed parameter, to
|
11
|
+
allow user asking for specific searches. Search key currently fixed
|
12
|
+
to 'Q' (exact match) type search.
|
13
|
+
* IN PROGRESS: improving application RDoc to better comply with SemVer
|
14
|
+
point 1 (Software using Semantic Versioning MUST declare a public
|
15
|
+
API. This API could be declared in the code itself or exist strictly
|
16
|
+
in documentation. However it is done, it should be precise and
|
17
|
+
comprehensive.)
|
18
|
+
|
1
19
|
= Version 13.0.1
|
2
20
|
* PATCH updating gem dependencies.
|
3
21
|
* IN PROGRESS: translation example.
|
@@ -413,7 +431,7 @@
|
|
413
431
|
|
414
432
|
wwwjdic
|
415
433
|
|
416
|
-
Copyright © 2014, 2015, 2016, 2017, 2018, 2019 Marco Bresciani
|
434
|
+
Copyright © 2014, 2015, 2016, 2017, 2018, 2019, 2020 Marco Bresciani
|
417
435
|
|
418
436
|
This file is part of wwwjdic.
|
419
437
|
|
data/Gemfile
CHANGED
data/README.md
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
<!--
|
2
2
|
wwwjdic
|
3
3
|
|
4
|
-
Copyright © 2014, 2015, 2016, 2017, 2018, 2019 Marco Bresciani
|
4
|
+
Copyright © 2014, 2015, 2016, 2017, 2018, 2019, 2020 Marco Bresciani
|
5
5
|
|
6
6
|
This file is part of wwwjdic.
|
7
7
|
|
@@ -27,7 +27,7 @@ with wwwjdic. If not, see <http://www.gnu.org/licenses/>.
|
|
27
27
|

|
28
28
|

|
29
29
|
|
30
|
-
Copyright © 2014, 2015, 2016, 2017, 2018, 2019 Marco Bresciani
|
30
|
+
Copyright © 2014, 2015, 2016, 2017, 2018, 2019, 2020 Marco Bresciani
|
31
31
|
|
32
32
|
This file is part of wwwjdic.
|
33
33
|
|
@@ -52,34 +52,36 @@ interact with WWWJDic and translate to and from Japanese language.
|
|
52
52
|
WWWJDic is an online Japanese translation server made by Jim Breen and
|
53
53
|
available at http://www.edrdg.org/cgi-bin/wwwjdic/wwwjdic?1C .
|
54
54
|
|
55
|
-
GNU GPLv3 license; source code
|
56
|
-
|
57
|
-
|
55
|
+
GNU GPLv3 license; source code available through anonymous checkout:
|
56
|
+
`hg clone http://hg.savannah.nongnu.org/hgweb/wwwjdic/` or write me and
|
57
|
+
I'll send it.
|
58
58
|
|
59
59
|
You can even decide to contribute to this little free software project
|
60
60
|
by registering to Savannah and ask to be part of the 'WWWJDic' project!
|
61
|
-
|
61
|
+
|
62
|
+
With great contributions from: Jim Breen, 新部裕, Jon Maken.
|
62
63
|
|
63
64
|
## Documentation
|
64
|
-
WWWJDic tries to follow semantic versioning (see http://semver.org
|
65
|
+
WWWJDic tries to follow semantic versioning (see <http://semver.org/>).
|
65
66
|
There may be backward incompatible changes each time minor version
|
66
67
|
number changes, but that any tiny version number change should be bug
|
67
|
-
fixes and internal changes only.
|
68
|
-
we cut a new release and lock
|
68
|
+
fixes and internal changes only.
|
69
|
+
Be sure to read the CHANGELOG each time we cut a new release and lock
|
70
|
+
your gems accordingly.
|
69
71
|
|
70
72
|
RDoc documentation available in the html folder.
|
71
73
|
|
72
74
|
### Installing WWWJDic
|
73
|
-
RubyGems is the preferred easy install method for WWWJDic.
|
74
|
-
intended to be installed via the
|
75
|
-
[RubyGems](http://rubyforge.org/projects/rubygems/) system.
|
76
|
-
latest version, simply enter the following into your command
|
77
|
-
`gem install wwwjdic`.
|
75
|
+
RubyGems is the preferred easy install method for WWWJDic.
|
76
|
+
WWWJDic is intended to be installed via the
|
77
|
+
[RubyGems](http://rubyforge.org/projects/rubygems/) system.
|
78
|
+
To get the latest version, simply enter the following into your command
|
79
|
+
prompt: `gem install wwwjdic`.
|
78
80
|
|
79
81
|
### Supported Ruby Versions and Implementations
|
80
82
|
Because WWWJDic is pure Ruby, it should run pretty much anywhere,
|
81
|
-
including Rubinius, JRuby, MacRuby, etc.
|
82
|
-
2.
|
83
|
+
including Rubinius, JRuby, MacRuby, etc.
|
84
|
+
Officially the support is for \>= 2.7 YARV/KRI.
|
83
85
|
|
84
86
|
### Support
|
85
87
|
The easiest way to get help with WWWJDic is to post a message to the
|
@@ -90,10 +92,11 @@ be happy to help you figure out how to use WWWJDic, or help you
|
|
90
92
|
determine whether it's the right tool for the task you are working on.
|
91
93
|
|
92
94
|
Please make your posts to the list as specific as possible, including
|
93
|
-
code samples and output where relevant.
|
94
|
-
should not be shared publicly, and be
|
95
|
-
as much as possible so that those who
|
96
|
-
can more easily see what the issue might
|
95
|
+
code samples and output where relevant.
|
96
|
+
Do not post any information that should not be shared publicly, and be
|
97
|
+
sure to reduce your example code as much as possible so that those who
|
98
|
+
are responding to your question can more easily see what the issue might
|
99
|
+
be.
|
97
100
|
|
98
101
|
### Contributing
|
99
102
|
If you've found a bug, want to submit a patch, or have a feature
|
@@ -104,9 +107,10 @@ We strongly encourage bug reports to come with failing tests or at least
|
|
104
107
|
a reduced example that demonstrates the problem.
|
105
108
|
|
106
109
|
Similarly, patches should include tests, API documentation, and an
|
107
|
-
update to the manual where relevant.
|
108
|
-
participate in the project, if you
|
109
|
-
review before preparing your code to
|
110
|
+
update to the manual where relevant.
|
111
|
+
Feel free to clone early though and participate in the project, if you
|
112
|
+
just want some feedback or a code review before preparing your code to
|
113
|
+
be merged.
|
110
114
|
|
111
115
|
If you are unsure about whether or not you've found a bug, or want to
|
112
116
|
check to see whether we'd be interested in the feature you want to add
|
@@ -116,49 +120,51 @@ before you start working on it, feel free to post to our mailing list.
|
|
116
120
|
WWWJDic is released under GNU GPL v3 license: if you wish to contribute
|
117
121
|
to WWWJDic, you will retain your own copyright but must agree to license
|
118
122
|
your code under the same terms as the project itself (or any compatible
|
119
|
-
license according to [GPL
|
123
|
+
license according to [GPL-Compatible Free Software
|
120
124
|
Licenses](http://www.gnu.org/licenses/license-list.en.html#GPLCompatibleLicenses)).
|
121
125
|
|
122
126
|
### Links
|
123
127
|
|
124
128
|
#### Savannah
|
125
|
-
* Project page: https://savannah.nongnu.org/projects/wwwjdic
|
126
|
-
* Source code (Mercurial) repository: http://hg.savannah.gnu.org/hgweb/wwwjdic
|
127
|
-
* Known Bugs: https://savannah.nongnu.org/bugs/?group=wwwjdic
|
128
|
-
* Users Mailing List: https://savannah.nongnu.org/mail/?group=wwwjdic
|
129
|
-
* News: https://savannah.nongnu.org/news/?group=wwwjdic
|
129
|
+
* Project page: <https://savannah.nongnu.org/projects/wwwjdic/>
|
130
|
+
* Source code (Mercurial) repository: <http://hg.savannah.gnu.org/hgweb/wwwjdic/>
|
131
|
+
* Known Bugs: <https://savannah.nongnu.org/bugs/?group=wwwjdic>
|
132
|
+
* Users Mailing List: <https://savannah.nongnu.org/mail/?group=wwwjdic>
|
133
|
+
* News: <https://savannah.nongnu.org/news/?group=wwwjdic>
|
130
134
|
|
131
135
|
#### RubyGems
|
132
|
-
* Gem page: https://rubygems.org/gems/wwwjdic
|
133
|
-
* Online RDoc: http://rubydoc.info/gems/wwwjdic
|
134
|
-
* Gem updates Atom Feed:
|
136
|
+
* Gem page: <https://rubygems.org/gems/wwwjdic>
|
137
|
+
* Online RDoc: <http://rubydoc.info/gems/wwwjdic/>
|
138
|
+
* Gem updates Atom Feed:
|
139
|
+
<https://rubygems.org/gems/wwwjdic/versions.atom>
|
135
140
|
|
136
141
|
#### Other links
|
137
142
|
* WWWJDic: http://www.edrdg.org/cgi-bin/wwwjdic/wwwjdic?1C .
|
138
143
|
* Jim Breen's Japanese Page: http://nihongo.monash.edu/japanese.html#links_software
|
139
144
|
* "An HTTP/HTTPS/FTP file downloader library/CLI based upon
|
140
145
|
MiniPortile's HTTP implementation." gist by Jon Maken:
|
141
|
-
https://gist.github.com/jonforums/2202048
|
146
|
+
<https://gist.github.com/jonforums/2202048>.
|
142
147
|
|
143
148
|
### Usage Examples
|
144
|
-
See `examples` folder.
|
145
|
-
`ruby examples/`{EXAMPLE_NAME}`.rb`.
|
146
|
-
both the example description and correct
|
147
|
-
|
148
|
-
|
149
|
+
See `examples` folder.
|
150
|
+
To run the examples just run `ruby examples/`{EXAMPLE_NAME}`.rb`.
|
151
|
+
Running the examples you'll see both the example description and correct
|
152
|
+
code usage to perform such action.
|
153
|
+
Here below are listed the currently available examples:
|
149
154
|
* The `basics.rb` example (run `ruby examples/basics.rb`) shows how to
|
150
155
|
initialize and use a WWWJDic object through the `breener` factory
|
151
156
|
method;
|
152
157
|
* The `uri.rb` example (run `ruby examples/uri.rb`) shows how to ask for
|
153
158
|
translation URI at WWWJDic, with all available options and
|
154
159
|
configurations.
|
155
|
-
* The `translate.rb` example (run `ruby examples/translate.rb`) shows
|
160
|
+
* The `translate.rb` example (run `ruby examples/translate.rb`) shows
|
156
161
|
how to ask for an actual translation through WWWJDic Backdoor/API,
|
157
|
-
with all available options and configurations.
|
158
|
-
to download such translation;
|
162
|
+
with all available options and configurations.
|
163
|
+
It will also show how to download such translation;
|
159
164
|
|
160
|
-
Using this API is pretty simple.
|
161
|
-
object, through its factory method
|
165
|
+
Using this API is pretty simple.
|
166
|
+
First, get a reference to the WWWJDic object, through its factory method
|
167
|
+
with
|
162
168
|
|
163
169
|
my_wwwjdic = WWWJDic::breener
|
164
170
|
|
@@ -166,12 +172,12 @@ This will save a WWWJDic instance in your `my_wwwjdic` object.
|
|
166
172
|
|
167
173
|
#### Parameters
|
168
174
|
You can then start possibly manipulating some basic parameters that can
|
169
|
-
be set and read from the API.
|
170
|
-
useful whether you'll use your
|
171
|
-
requests: settings these values
|
172
|
-
parameters in the request, leaving
|
175
|
+
be set and read from the API.
|
176
|
+
These are not mandatory settings, but are useful whether you'll use your
|
177
|
+
`my_wwwjdic` object for further similar requests: settings these values
|
178
|
+
internally will save you type more parameters in the request, leaving
|
179
|
+
only the word to search/translate as
|
173
180
|
needed.
|
174
|
-
|
175
181
|
* the `server` name/URL to use:
|
176
182
|
|
177
183
|
my_wwwjdic.server # returns the default server URL http://www.csse.monash.edu.au/~jwb/cgi-bin/wwwjdic.cgi?
|
@@ -186,11 +192,11 @@ needed.
|
|
186
192
|
my_wwwjdic.server = :monash
|
187
193
|
my_wwwjdic.server # returns the URL http://www.csse.monash.edu.au/~jwb/cgi-bin/wwwjdic.cgi?
|
188
194
|
my_wwwjdic.to_s # contains the URL above
|
189
|
-
* the default reference `dictionary` to use for translations.
|
190
|
-
currently available dictionaries strings can be used: `'1'`,
|
191
|
-
`'3'`, `'4'`, `'5'`, `'6'`, `'7'`, `'8'`, `'9'`, `'A'`, `'B'`,
|
192
|
-
`'D'`, `'E'`, `'F'`, `'G'`, `'H'`, `'I'`, `'J'`, `'K'`, `'L'`,
|
193
|
-
`'N'`, `'O'`, `'P'`, `'Q'` and `'R'`.
|
195
|
+
* the default reference `dictionary` to use for translations.
|
196
|
+
All currently available dictionaries strings can be used: `'1'`,
|
197
|
+
`'2'`, `'3'`, `'4'`, `'5'`, `'6'`, `'7'`, `'8'`, `'9'`, `'A'`, `'B'`,
|
198
|
+
`'C'`, `'D'`, `'E'`, `'F'`, `'G'`, `'H'`, `'I'`, `'J'`, `'K'`, `'L'`,
|
199
|
+
`'M'`, `'N'`, `'O'`, `'P'`, `'Q'` and `'R'`.
|
194
200
|
You can even use the whole (exact) dictionary strings as listed in the
|
195
201
|
WWWJDic HTML source code: `'Jpn-Eng General (EDICT)'`,
|
196
202
|
`'Japanese Names (ENAMDICT)'`, `'Computing/Telecomms'`,
|
@@ -208,8 +214,8 @@ WWWJDic HTML source code: `'Jpn-Eng General (EDICT)'`,
|
|
208
214
|
|
209
215
|
my_wwwjdic.dictionary = '7'
|
210
216
|
my_wwwjdic.dictionary # returns the string '7'
|
211
|
-
* Then you can obviously ask for a translation reference URL.
|
212
|
-
examples:
|
217
|
+
* Then you can obviously ask for a translation reference URL.
|
218
|
+
Basic examples:
|
213
219
|
|
214
220
|
my_wwwjdic.uri 'word' # this return the URL for translation of 'word', with normal display format
|
215
221
|
|
@@ -235,19 +241,19 @@ WWWJDic HTML source code: `'Jpn-Eng General (EDICT)'`,
|
|
235
241
|
'translation' : translation content (extracted from <pre>TRANSLATION</pre> raw display format
|
236
242
|
'message' : possible error message or result (extracted from <p>MESSAGE\n raw display format
|
237
243
|
}
|
238
|
-
|
239
244
|
* Now let's come to the second parameter of the methods above (set to
|
240
|
-
`nil` in the examples), the arguments for the translation.
|
241
|
-
is to translate to/from English/Japanese with normal
|
242
|
-
and no other specificities, except that the API
|
243
|
-
identifies Japanese or English and manages the romaji
|
244
|
-
|
245
|
-
|
246
|
-
|
247
|
-
|
248
|
-
|
249
|
-
|
250
|
-
|
245
|
+
`nil` in the examples), the arguments for the translation.
|
246
|
+
The default is to translate to/from English/Japanese with normal
|
247
|
+
display layout and no other specificities, except that the API
|
248
|
+
automatically identifies Japanese or English and manages the romaji
|
249
|
+
and so on.
|
250
|
+
The returned URL is the default EDR&DG one.
|
251
|
+
What if the user wants to customize something?
|
252
|
+
The `args`, second parameter of all those methods above, is a
|
253
|
+
dictionary (hash map) that allows to specify which parameters and to
|
254
|
+
which values they shall be set.
|
255
|
+
|
256
|
+
Valid parameters, and their values are:
|
251
257
|
* `dict` parameter allows both numbers and (exact) strings to select
|
252
258
|
dictionaries: `'1'`, `'2'`, `'3'`, `'4'`, `'5'`, `'6'`, `'7'`,
|
253
259
|
`'8'`, `'9'`, `'A'`, `'B'`, `'C'`, `'D'`, `'E'`, `'F'`, `'G'`,
|
@@ -271,21 +277,21 @@ WWWJDic HTML source code: `'Jpn-Eng General (EDICT)'`,
|
|
271
277
|
Electronic Dictionaries R&D Group) or the Monash university URL:
|
272
278
|
`:edrdg`, `:monash`.
|
273
279
|
|
274
|
-
|
280
|
+
Some examples of these parameters' usage:
|
275
281
|
|
276
|
-
|
282
|
+
my_wwwjdic.translate 'sprache', dict: 'F' # this translates using the 'F' dictionary, that is the German one
|
277
283
|
|
278
|
-
|
284
|
+
my_wwwjdic.uri 'sprache', dict: 'F' # same as above, but returns the translation URL, instead
|
279
285
|
|
280
|
-
|
286
|
+
my_wwwjdic.raw_uri 'sprache', dict: 'F' # same as above, but returns the translation URL with raw display, instead
|
281
287
|
|
282
|
-
|
288
|
+
my_wwwjdic.uri 'sprache', dict: 'F', display: raw # same as above
|
283
289
|
|
284
290
|
------------------------------------------
|
285
291
|
|
286
292
|
wwwjdic
|
287
293
|
|
288
|
-
Copyright © 2014, 2015, 2016, 2017, 2018, 2019 Marco Bresciani
|
294
|
+
Copyright © 2014, 2015, 2016, 2017, 2018, 2019, 2020 Marco Bresciani
|
289
295
|
|
290
296
|
This file is part of wwwjdic.
|
291
297
|
|
data/Rakefile
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
# wwwjdic
|
2
|
-
# Copyright © 2014, 2015, 2016, 2017, 2018, 2019 Marco Bresciani
|
2
|
+
# Copyright © 2014, 2015, 2016, 2017, 2018, 2019, 2020 Marco Bresciani
|
3
3
|
#
|
4
4
|
# This file is part of wwwjdic.
|
5
5
|
#
|
@@ -40,7 +40,7 @@ Rake::RDocTask.new do |rdoc|
|
|
40
40
|
rdoc.rdoc_files.add wwwjdic.files
|
41
41
|
rdoc.title = wwwjdic.name + ' ' + wwwjdic.version.to_s
|
42
42
|
rdoc.main = 'README.md'
|
43
|
-
rdoc.options += %w
|
43
|
+
rdoc.options += %w[-e UTF-8 --hyperlink-all --line-numbers]
|
44
44
|
end
|
45
45
|
|
46
46
|
desc "Run the gem unit tests (task 'rake test')"
|
data/acknowledgements.md
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
<!--
|
2
2
|
wwwjdic
|
3
3
|
|
4
|
-
Copyright © 2014, 2015, 2016, 2017, 2018, 2019 Marco Bresciani
|
4
|
+
Copyright © 2014, 2015, 2016, 2017, 2018, 2019, 2020 Marco Bresciani
|
5
5
|
|
6
6
|
This file is part of wwwjdic.
|
7
7
|
|
@@ -37,7 +37,7 @@ upon MiniPortile's HTTP implementation*, please note that "License:
|
|
37
37
|
|
38
38
|
wwwjdic
|
39
39
|
|
40
|
-
Copyright © 2014, 2015, 2016, 2017, 2018, 2019 Marco Bresciani
|
40
|
+
Copyright © 2014, 2015, 2016, 2017, 2018, 2019, 2020 Marco Bresciani
|
41
41
|
|
42
42
|
This file is part of wwwjdic.
|
43
43
|
|
data/authors.md
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
<!--
|
2
2
|
wwwjdic
|
3
3
|
|
4
|
-
Copyright © 2014, 2015, 2016, 2017, 2018, 2019 Marco Bresciani
|
4
|
+
Copyright © 2014, 2015, 2016, 2017, 2018, 2019, 2020 Marco Bresciani
|
5
5
|
|
6
6
|
This file is part of wwwjdic.
|
7
7
|
|
@@ -49,7 +49,7 @@ No one else, yet.
|
|
49
49
|
|
50
50
|
wwwjdic
|
51
51
|
|
52
|
-
Copyright © 2014, 2015, 2016, 2017, 2018, 2019 Marco Bresciani
|
52
|
+
Copyright © 2014, 2015, 2016, 2017, 2018, 2019, 2020 Marco Bresciani
|
53
53
|
|
54
54
|
This file is part of wwwjdic.
|
55
55
|
|
data/copyright.md
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
<!--
|
2
2
|
wwwjdic
|
3
3
|
|
4
|
-
Copyright © 2014, 2015, 2016, 2017, 2018, 2019 Marco Bresciani
|
4
|
+
Copyright © 2014, 2015, 2016, 2017, 2018, 2019, 2020 Marco Bresciani
|
5
5
|
|
6
6
|
This file is part of wwwjdic.
|
7
7
|
|
@@ -20,11 +20,11 @@ with wwwjdic. If not, see <http://www.gnu.org/licenses/>.
|
|
20
20
|
-->
|
21
21
|
|
22
22
|
# Copyright Notes
|
23
|
-
|
23
|
+
2020-03-12 update.
|
24
24
|
|
25
25
|
wwwjdic
|
26
26
|
|
27
|
-
Copyright © 2014, 2015, 2016, 2017, 2018, 2019 Marco Bresciani
|
27
|
+
Copyright © 2014, 2015, 2016, 2017, 2018, 2019, 2020 Marco Bresciani
|
28
28
|
|
29
29
|
This file is part of wwwjdic.
|
30
30
|
|
@@ -359,7 +359,7 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
359
359
|
|
360
360
|
wwwjdic
|
361
361
|
|
362
|
-
Copyright © 2014, 2015, 2016, 2017, 2018, 2019 Marco Bresciani
|
362
|
+
Copyright © 2014, 2015, 2016, 2017, 2018, 2019, 2020 Marco Bresciani
|
363
363
|
|
364
364
|
This file is part of wwwjdic.
|
365
365
|
|
data/examples/basics.rb
CHANGED
data/examples/translate.rb
CHANGED
data/examples/uri.rb
CHANGED
data/html/CHANGELOG.html
CHANGED
@@ -4,15 +4,18 @@
|
|
4
4
|
<head>
|
5
5
|
<meta charset="UTF-8">
|
6
6
|
|
7
|
-
<title>CHANGELOG - wwwjdic
|
7
|
+
<title>CHANGELOG - wwwjdic 14.0.0</title>
|
8
8
|
|
9
9
|
<script type="text/javascript">
|
10
10
|
var rdoc_rel_prefix = "./";
|
11
11
|
var index_rel_prefix = "./";
|
12
12
|
</script>
|
13
13
|
|
14
|
-
<script src="./js/
|
15
|
-
<script src="./js/
|
14
|
+
<script src="./js/navigation.js" defer></script>
|
15
|
+
<script src="./js/search.js" defer></script>
|
16
|
+
<script src="./js/search_index.js" defer></script>
|
17
|
+
<script src="./js/searcher.js" defer></script>
|
18
|
+
<script src="./js/darkfish.js" defer></script>
|
16
19
|
|
17
20
|
<link href="./css/fonts.css" rel="stylesheet">
|
18
21
|
<link href="./css/rdoc.css" rel="stylesheet">
|
@@ -57,6 +60,7 @@
|
|
57
60
|
<h3>Table of Contents</h3>
|
58
61
|
|
59
62
|
<ul class="link-list" role="directory">
|
63
|
+
<li><a href="#label-Version+14.0.0">Version 14.0.0</a>
|
60
64
|
<li><a href="#label-Version+13.0.1">Version 13.0.1</a>
|
61
65
|
<li><a href="#label-Version+13.0.0">Version 13.0.0</a>
|
62
66
|
<li><a href="#label-Version+12.0.0">Version 12.0.0</a>
|
@@ -124,8 +128,6 @@
|
|
124
128
|
|
125
129
|
<li><a href="./copyright_md.html">copyright</a>
|
126
130
|
|
127
|
-
<li><a href="./wwwjdic_gemspec.html">wwwjdic.gemspec</a>
|
128
|
-
|
129
131
|
</ul>
|
130
132
|
</div>
|
131
133
|
|
@@ -134,6 +136,25 @@
|
|
134
136
|
|
135
137
|
<main role="main" aria-label="Page CHANGELOG">
|
136
138
|
|
139
|
+
<h1 id="label-Version+14.0.0">Version 14.0.0<span><a href="#label-Version+14.0.0">¶</a> <a href="#top">↑</a></span></h1>
|
140
|
+
|
141
|
+
<pre>* MAJOR update from Ruby '~> 2.6' to Ruby '~> 2.7'.
|
142
|
+
* MINOR update IntelliJ IDEA (RubyGem) project configuration.
|
143
|
+
* MINOR add simplecov code coverage.
|
144
|
+
* PATCH update gem dependencies.
|
145
|
+
* PATCH change all asserts to matchers
|
146
|
+
* PATCH update copyright notice
|
147
|
+
* PATCH Fix deprecated methods calls for Minitest version 6.
|
148
|
+
* IN PROGRESS: translation example.
|
149
|
+
* IN PROGRESS: restoring key configuration as allowed parameter, to
|
150
|
+
allow user asking for specific searches. Search key currently fixed
|
151
|
+
to 'Q' (exact match) type search.
|
152
|
+
* IN PROGRESS: improving application RDoc to better comply with SemVer
|
153
|
+
point 1 (Software using Semantic Versioning MUST declare a public
|
154
|
+
API. This API could be declared in the code itself or exist strictly
|
155
|
+
in documentation. However it is done, it should be precise and
|
156
|
+
comprehensive.)</pre>
|
157
|
+
|
137
158
|
<h1 id="label-Version+13.0.1">Version 13.0.1<span><a href="#label-Version+13.0.1">¶</a> <a href="#top">↑</a></span></h1>
|
138
159
|
|
139
160
|
<pre>* PATCH updating gem dependencies.
|
@@ -589,7 +610,7 @@
|
|
589
610
|
|
590
611
|
<p>wwwjdic</p>
|
591
612
|
|
592
|
-
<p>Copyright © 2014, 2015, 2016, 2017, 2018, 2019 Marco Bresciani</p>
|
613
|
+
<p>Copyright © 2014, 2015, 2016, 2017, 2018, 2019, 2020 Marco Bresciani</p>
|
593
614
|
|
594
615
|
<p>This file is part of wwwjdic.</p>
|
595
616
|
|
@@ -605,7 +626,7 @@
|
|
605
626
|
|
606
627
|
<footer id="validator-badges" role="contentinfo">
|
607
628
|
<p><a href="https://validator.w3.org/check/referer">Validate</a>
|
608
|
-
<p>Generated by <a href="https://ruby.github.io/rdoc/">RDoc</a> 6.
|
629
|
+
<p>Generated by <a href="https://ruby.github.io/rdoc/">RDoc</a> 6.2.1.
|
609
630
|
<p>Based on <a href="http://deveiate.org/projects/Darkfish-RDoc/">Darkfish</a> by <a href="http://deveiate.org">Michael Granger</a>.
|
610
631
|
</footer>
|
611
632
|
|