dict 0.2.4 → 0.2.4.1
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/dict/dictionary.rb +1 -1
- data/lib/dict/version.rb +1 -1
- data/lib/dict/wiktionary.rb +3 -3
- metadata +2 -2
data/lib/dict/dictionary.rb
CHANGED
data/lib/dict/version.rb
CHANGED
data/lib/dict/wiktionary.rb
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
# -*- coding: utf-8 -*-
|
2
2
|
|
3
3
|
require 'nokogiri'
|
4
|
-
|
4
|
+
require 'dict/dictionary'
|
5
5
|
|
6
6
|
WIKI_URL = 'http://en.wiktionary.org/wiki/'
|
7
7
|
|
@@ -58,8 +58,8 @@ module Dict
|
|
58
58
|
translations ||= []
|
59
59
|
end
|
60
60
|
|
61
|
-
def get_examples(content)
|
62
|
-
|
61
|
+
def get_examples(content, polish = true)
|
62
|
+
# todo
|
63
63
|
end
|
64
64
|
end
|
65
65
|
end
|
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.2.4
|
4
|
+
version: 0.2.4.1
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -12,7 +12,7 @@ authors:
|
|
12
12
|
autorequire:
|
13
13
|
bindir: bin
|
14
14
|
cert_chain: []
|
15
|
-
date: 2012-07-
|
15
|
+
date: 2012-07-16 00:00:00.000000000 Z
|
16
16
|
dependencies:
|
17
17
|
- !ruby/object:Gem::Dependency
|
18
18
|
name: slop
|