lingo 1.8.4 → 1.8.4.2
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/Rakefile +1 -1
- data/lib/lingo/version.rb +1 -1
- metadata +93 -45
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 5ab7f1c932285ba7ed099ad4d82bd26b7dc464af
|
|
4
|
+
data.tar.gz: 2e6b3e5ccb15e91dd3e8eef8ca31de89c11f8631
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 48fdd0d3eaf8a37b97a82fbdcd9c5c485ae690c7db71788b553eca054ea6b1da661129e2c5a10e8963015ba814eb74b18ef3c02cf972412ea4278ec4ee6697e7
|
|
7
|
+
data.tar.gz: e1dc438290713ba392dd5569a0c601f9f2e1b8d808fc9f841836ee6f6f7e4a7bf5ad808753465319ac83f7cb2f180b827642c62d57bda24c33fc2d8f43413f76
|
data/Rakefile
CHANGED
data/lib/lingo/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: lingo
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.8.4
|
|
4
|
+
version: 1.8.4.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- John Vorhauer
|
|
@@ -9,7 +9,7 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date:
|
|
12
|
+
date: 2014-06-18 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: highline
|
|
@@ -32,6 +32,9 @@ dependencies:
|
|
|
32
32
|
- - ">="
|
|
33
33
|
- !ruby/object:Gem::Version
|
|
34
34
|
version: 0.9.2
|
|
35
|
+
- - "<="
|
|
36
|
+
- !ruby/object:Gem::Version
|
|
37
|
+
version: 0.9.7
|
|
35
38
|
type: :runtime
|
|
36
39
|
prerelease: false
|
|
37
40
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -39,6 +42,9 @@ dependencies:
|
|
|
39
42
|
- - ">="
|
|
40
43
|
- !ruby/object:Gem::Version
|
|
41
44
|
version: 0.9.2
|
|
45
|
+
- - "<="
|
|
46
|
+
- !ruby/object:Gem::Version
|
|
47
|
+
version: 0.9.7
|
|
42
48
|
- !ruby/object:Gem::Dependency
|
|
43
49
|
name: sinatra
|
|
44
50
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -109,6 +115,48 @@ dependencies:
|
|
|
109
115
|
- - ">="
|
|
110
116
|
- !ruby/object:Gem::Version
|
|
111
117
|
version: '0'
|
|
118
|
+
- !ruby/object:Gem::Dependency
|
|
119
|
+
name: hen
|
|
120
|
+
requirement: !ruby/object:Gem::Requirement
|
|
121
|
+
requirements:
|
|
122
|
+
- - ">="
|
|
123
|
+
- !ruby/object:Gem::Version
|
|
124
|
+
version: '0'
|
|
125
|
+
type: :development
|
|
126
|
+
prerelease: false
|
|
127
|
+
version_requirements: !ruby/object:Gem::Requirement
|
|
128
|
+
requirements:
|
|
129
|
+
- - ">="
|
|
130
|
+
- !ruby/object:Gem::Version
|
|
131
|
+
version: '0'
|
|
132
|
+
- !ruby/object:Gem::Dependency
|
|
133
|
+
name: rake
|
|
134
|
+
requirement: !ruby/object:Gem::Requirement
|
|
135
|
+
requirements:
|
|
136
|
+
- - ">="
|
|
137
|
+
- !ruby/object:Gem::Version
|
|
138
|
+
version: '0'
|
|
139
|
+
type: :development
|
|
140
|
+
prerelease: false
|
|
141
|
+
version_requirements: !ruby/object:Gem::Requirement
|
|
142
|
+
requirements:
|
|
143
|
+
- - ">="
|
|
144
|
+
- !ruby/object:Gem::Version
|
|
145
|
+
version: '0'
|
|
146
|
+
- !ruby/object:Gem::Dependency
|
|
147
|
+
name: rspec
|
|
148
|
+
requirement: !ruby/object:Gem::Requirement
|
|
149
|
+
requirements:
|
|
150
|
+
- - ">="
|
|
151
|
+
- !ruby/object:Gem::Version
|
|
152
|
+
version: '0'
|
|
153
|
+
type: :development
|
|
154
|
+
prerelease: false
|
|
155
|
+
version_requirements: !ruby/object:Gem::Requirement
|
|
156
|
+
requirements:
|
|
157
|
+
- - ">="
|
|
158
|
+
- !ruby/object:Gem::Version
|
|
159
|
+
version: '0'
|
|
112
160
|
description: |
|
|
113
161
|
Lingo is an open source indexing system for research and teachings.
|
|
114
162
|
The main functions of Lingo are:
|
|
@@ -133,6 +181,34 @@ extra_rdoc_files:
|
|
|
133
181
|
- COPYING
|
|
134
182
|
- ChangeLog
|
|
135
183
|
files:
|
|
184
|
+
- ".rspec"
|
|
185
|
+
- COPYING
|
|
186
|
+
- ChangeLog
|
|
187
|
+
- README
|
|
188
|
+
- Rakefile
|
|
189
|
+
- bin/lingo
|
|
190
|
+
- bin/lingoctl
|
|
191
|
+
- bin/lingosrv
|
|
192
|
+
- bin/lingoweb
|
|
193
|
+
- de.lang
|
|
194
|
+
- de/lingo-abk.txt
|
|
195
|
+
- de/lingo-dic.txt
|
|
196
|
+
- de/lingo-mul.txt
|
|
197
|
+
- de/lingo-syn.txt
|
|
198
|
+
- de/test_dic.txt
|
|
199
|
+
- de/test_mul.txt
|
|
200
|
+
- de/test_mul2.txt
|
|
201
|
+
- de/test_singleword.txt
|
|
202
|
+
- de/test_syn.txt
|
|
203
|
+
- de/test_syn2.txt
|
|
204
|
+
- de/user-dic.txt
|
|
205
|
+
- en.lang
|
|
206
|
+
- en/lingo-dic.txt
|
|
207
|
+
- en/lingo-irr.txt
|
|
208
|
+
- en/lingo-mul.txt
|
|
209
|
+
- en/lingo-syn.txt
|
|
210
|
+
- en/lingo-wdn.txt
|
|
211
|
+
- en/user-dic.txt
|
|
136
212
|
- lib/lingo.rb
|
|
137
213
|
- lib/lingo/agenda_item.rb
|
|
138
214
|
- lib/lingo/app.rb
|
|
@@ -186,56 +262,24 @@ files:
|
|
|
186
262
|
- lib/lingo/language/word_form.rb
|
|
187
263
|
- lib/lingo/show_progress.rb
|
|
188
264
|
- lib/lingo/srv.rb
|
|
265
|
+
- lib/lingo/srv/config.ru
|
|
266
|
+
- lib/lingo/srv/lingosrv.cfg
|
|
189
267
|
- lib/lingo/version.rb
|
|
190
268
|
- lib/lingo/web.rb
|
|
191
|
-
-
|
|
192
|
-
-
|
|
193
|
-
-
|
|
194
|
-
-
|
|
195
|
-
- lingo.
|
|
269
|
+
- lib/lingo/web/config.ru
|
|
270
|
+
- lib/lingo/web/lingoweb.cfg
|
|
271
|
+
- lib/lingo/web/public/lingo.png
|
|
272
|
+
- lib/lingo/web/public/lingoweb.css
|
|
273
|
+
- lib/lingo/web/views/index.erb
|
|
196
274
|
- lingo-call.cfg
|
|
197
275
|
- lingo.cfg
|
|
276
|
+
- lingo.rb
|
|
198
277
|
- lir.cfg
|
|
199
|
-
- de.lang
|
|
200
|
-
- en.lang
|
|
201
278
|
- ru.lang
|
|
202
|
-
- de/lingo-abk.txt
|
|
203
|
-
- de/lingo-dic.txt
|
|
204
|
-
- de/lingo-mul.txt
|
|
205
|
-
- de/lingo-syn.txt
|
|
206
|
-
- de/test_dic.txt
|
|
207
|
-
- de/test_mul.txt
|
|
208
|
-
- de/test_mul2.txt
|
|
209
|
-
- de/test_singleword.txt
|
|
210
|
-
- de/test_syn.txt
|
|
211
|
-
- de/test_syn2.txt
|
|
212
|
-
- de/user-dic.txt
|
|
213
|
-
- en/lingo-dic.txt
|
|
214
|
-
- en/lingo-irr.txt
|
|
215
|
-
- en/lingo-mul.txt
|
|
216
|
-
- en/lingo-syn.txt
|
|
217
|
-
- en/lingo-wdn.txt
|
|
218
|
-
- en/user-dic.txt
|
|
219
279
|
- ru/lingo-dic.txt
|
|
220
280
|
- ru/lingo-mul.txt
|
|
221
281
|
- ru/lingo-syn.txt
|
|
222
|
-
- txt/artikel-en.txt
|
|
223
|
-
- txt/artikel-ru.txt
|
|
224
|
-
- txt/artikel.txt
|
|
225
|
-
- txt/lir.txt
|
|
226
|
-
- lib/lingo/srv/config.ru
|
|
227
|
-
- lib/lingo/srv/lingosrv.cfg
|
|
228
|
-
- lib/lingo/web/config.ru
|
|
229
|
-
- lib/lingo/web/lingoweb.cfg
|
|
230
|
-
- lib/lingo/web/public/lingo.png
|
|
231
|
-
- lib/lingo/web/public/lingoweb.css
|
|
232
|
-
- lib/lingo/web/views/index.erb
|
|
233
|
-
- COPYING
|
|
234
|
-
- ChangeLog
|
|
235
|
-
- README
|
|
236
|
-
- Rakefile
|
|
237
282
|
- spec/spec_helper.rb
|
|
238
|
-
- ".rspec"
|
|
239
283
|
- test/attendee/ts_abbreviator.rb
|
|
240
284
|
- test/attendee/ts_decomposer.rb
|
|
241
285
|
- test/attendee/ts_multi_worder.rb
|
|
@@ -269,18 +313,22 @@ files:
|
|
|
269
313
|
- test/test_helper.rb
|
|
270
314
|
- test/ts_database.rb
|
|
271
315
|
- test/ts_language.rb
|
|
316
|
+
- txt/artikel-en.txt
|
|
317
|
+
- txt/artikel-ru.txt
|
|
318
|
+
- txt/artikel.txt
|
|
319
|
+
- txt/lir.txt
|
|
272
320
|
homepage: http://lex-lingo.de
|
|
273
321
|
licenses:
|
|
274
322
|
- AGPL
|
|
275
323
|
metadata: {}
|
|
276
324
|
post_install_message:
|
|
277
325
|
rdoc_options:
|
|
326
|
+
- "--title"
|
|
327
|
+
- lingo Application documentation (v1.8.4.2)
|
|
278
328
|
- "--charset"
|
|
279
329
|
- UTF-8
|
|
280
330
|
- "--line-numbers"
|
|
281
331
|
- "--all"
|
|
282
|
-
- "--title"
|
|
283
|
-
- lingo Application documentation (v1.8.4)
|
|
284
332
|
- "--main"
|
|
285
333
|
- README
|
|
286
334
|
require_paths:
|
|
@@ -297,7 +345,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
297
345
|
version: '0'
|
|
298
346
|
requirements: []
|
|
299
347
|
rubyforge_project:
|
|
300
|
-
rubygems_version: 2.
|
|
348
|
+
rubygems_version: 2.3.0
|
|
301
349
|
signing_key:
|
|
302
350
|
specification_version: 4
|
|
303
351
|
summary: The full-featured automatic indexing system
|