yatran 0.0.1 → 0.0.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.
data/lib/yatran.rb CHANGED
@@ -29,10 +29,6 @@ require "yatran/error"
29
29
  require "yatran/url"
30
30
  require "yatran/api"
31
31
  require "yatran/languages"
32
-
33
-
34
-
35
-
36
32
  require "yatran/translatable"
37
33
  require "yatran/detectable"
38
34
 
@@ -21,5 +21,5 @@
21
21
  # WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
22
22
  #++
23
23
  module Yatran
24
- VERSION = "0.0.1"
24
+ VERSION = "0.0.2"
25
25
  end
data/yatran.gemspec CHANGED
@@ -9,6 +9,10 @@ Gem::Specification.new do |gem|
9
9
  gem.summary = %q{ automatic translations and language detecting }
10
10
  gem.homepage = "https://github.com/Fivell/yatran"
11
11
 
12
+
13
+ gem.add_dependency('json')
14
+
15
+
12
16
  gem.files = `git ls-files`.split($\)
13
17
  gem.executables = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) }
14
18
  gem.test_files = gem.files.grep(%r{^(test|spec|features)/})
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: yatran
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,8 +9,24 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2012-09-01 00:00:00.000000000 Z
13
- dependencies: []
12
+ date: 2012-09-02 00:00:00.000000000 Z
13
+ dependencies:
14
+ - !ruby/object:Gem::Dependency
15
+ name: json
16
+ requirement: !ruby/object:Gem::Requirement
17
+ none: false
18
+ requirements:
19
+ - - ! '>='
20
+ - !ruby/object:Gem::Version
21
+ version: '0'
22
+ type: :runtime
23
+ prerelease: false
24
+ version_requirements: !ruby/object:Gem::Requirement
25
+ none: false
26
+ requirements:
27
+ - - ! '>='
28
+ - !ruby/object:Gem::Version
29
+ version: '0'
14
30
  description: ! 'unofficial http://api.yandex.ru/translate API Client for ruby '
15
31
  email:
16
32
  - fedoronchuk@gmail.com