dict 0.3.2 → 0.3.3
Sign up to get free protection for your applications and to get access to all the features.
- data/Gemfile.lock +1 -1
- data/lib/dict/cli/runner.rb +1 -1
- data/lib/dict/dictionary.rb +7 -1
- data/lib/dict/version.rb +1 -1
- data/lib/dict/wiktionary.rb +32 -6
- data/spec/dict/lib_wiktionary_spec.rb +17 -0
- data/spec/dict/vcr_cassettes/slowik_runner_cassette.yml +2558 -716
- data/spec/dict/vcr_cassettes/translations_slownik_cassette.yml +2604 -744
- data/spec/dict/vcr_cassettes/wiktionary_translations_samochod_cassette.yml +4909 -36
- metadata +3 -16
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: dict
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.3.
|
4
|
+
version: 0.3.3
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -14,7 +14,7 @@ authors:
|
|
14
14
|
autorequire:
|
15
15
|
bindir: bin
|
16
16
|
cert_chain: []
|
17
|
-
date: 2012-07-
|
17
|
+
date: 2012-07-24 00:00:00.000000000 Z
|
18
18
|
dependencies:
|
19
19
|
- !ruby/object:Gem::Dependency
|
20
20
|
name: slop
|
@@ -192,17 +192,4 @@ rubygems_version: 1.8.24
|
|
192
192
|
signing_key:
|
193
193
|
specification_version: 3
|
194
194
|
summary: Gem made for dictionary application
|
195
|
-
test_files:
|
196
|
-
- spec/dict/lib_dict_cli_runner_spec.rb
|
197
|
-
- spec/dict/lib_dict_spec.rb
|
198
|
-
- spec/dict/lib_glosbe_spec.rb
|
199
|
-
- spec/dict/lib_wiktionary_spec.rb
|
200
|
-
- spec/dict/spec_helper.rb
|
201
|
-
- spec/dict/vcr_cassettes/glosbe_translations_atomic_cassette.yml
|
202
|
-
- spec/dict/vcr_cassettes/glosbe_translations_woda_cassette.yml
|
203
|
-
- spec/dict/vcr_cassettes/slowik_runner_cassette.yml
|
204
|
-
- spec/dict/vcr_cassettes/translations_dragon_cassette.yml
|
205
|
-
- spec/dict/vcr_cassettes/translations_slownik_cassette.yml
|
206
|
-
- spec/dict/vcr_cassettes/wiktionary_translations_field_cassette.yml
|
207
|
-
- spec/dict/vcr_cassettes/wiktionary_translations_samochod_cassette.yml
|
208
|
-
- spec/dict/vcr_setup.rb
|
195
|
+
test_files: []
|