dict 0.2.4 → 0.2.4.1

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.
@@ -1,7 +1,7 @@
1
1
  # -*- coding: utf-8 -*-
2
2
 
3
3
  require 'open-uri'
4
- require_relative 'result'
4
+ require 'dict/result'
5
5
 
6
6
  module Dict
7
7
  class Dictionary
data/lib/dict/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Dict
2
- VERSION = "0.2.4"
2
+ VERSION = "0.2.4.1"
3
3
  end
@@ -1,7 +1,7 @@
1
1
  # -*- coding: utf-8 -*-
2
2
 
3
3
  require 'nokogiri'
4
- require_relative 'dictionary'
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-13 00:00:00.000000000 Z
15
+ date: 2012-07-16 00:00:00.000000000 Z
16
16
  dependencies:
17
17
  - !ruby/object:Gem::Dependency
18
18
  name: slop